Package | Description |
---|---|
agi.foundation.segmentpropagation |
Contains types for modeling a trajectory in segments, where the type of propagation varies for each segment.
|
Modifier and Type | Method and Description |
---|---|
static StateForNextSegmentBehavior |
StateForNextSegmentBehavior.getDefault()
Get the enum constant that is considered to be the default.
|
static StateForNextSegmentBehavior |
StateForNextSegmentBehavior.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
StateForNextSegmentBehavior |
SegmentDefinition.getNextStateBehavior()
Gets the behavior for passing states to the next segment.
|
StateForNextSegmentBehavior |
SegmentResults.getStateForNextSegmentBehavior()
Gets which state the
SegmentPropagator will pass
to the next segment. |
StateForNextSegmentBehavior |
SegmentPropagator.getStateForNextSegmentBehavior()
Gets which state should be passed to the next
SegmentPropagator . |
static StateForNextSegmentBehavior |
StateForNextSegmentBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateForNextSegmentBehavior[] |
StateForNextSegmentBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SegmentDefinition.setNextStateBehavior(StateForNextSegmentBehavior value)
Sets the behavior for passing states to the next segment.
|