|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriNAOrderAssignmentRule
Options for order assignment rule.
The values within this enumeration are used to determine order usage and assignment within a VRP problem instance. These values are stored in the AssignmentRule field on the Orders NAClass within a VRP NAContext.
AssignmentRule field values on the Orders NAClass identify whether or not to include a given order feature within a Solve operation and how to preserve any pre-existing route assignment information.
The esriNAOrderAssignmentRule enumeration has the following values:
Field Summary | |
---|---|
static int |
esriNAOrderExcludeFromSolve
Exclude from solve. |
static int |
esriNAOrderOverride
Override pre-assignment. |
static int |
esriNAOrderPreserveRoute
Preserve route pre-assignment. |
static int |
esriNAOrderPreserveRouteAndRelativeSequence
Preserve route and relative sequence pre-assignment. |
Field Detail |
---|
static final int esriNAOrderExcludeFromSolve
static final int esriNAOrderPreserveRouteAndRelativeSequence
static final int esriNAOrderPreserveRoute
static final int esriNAOrderOverride
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |