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 |
---|---|
ReturnSegmentBehavior |
ReturnSegment.getBehavior()
Gets if this segment will return or not when propagated.
|
static ReturnSegmentBehavior |
ReturnSegmentBehavior.getDefault()
Get the enum constant that is considered to be the default.
|
static ReturnSegmentBehavior |
ReturnSegmentBehavior.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
ReturnSegmentBehavior |
ReturnSegmentConfiguration.getReturnSegmentBehavior()
Gets if the
ReturnSegment that this configuration
is for will actually return or not. |
ReturnSegmentBehavior |
ChangeReturnSegmentOperator.getReturnSegmentEnabled()
|
static ReturnSegmentBehavior |
ReturnSegmentBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnSegmentBehavior[] |
ReturnSegmentBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReturnSegment.setBehavior(ReturnSegmentBehavior value)
Sets if this segment will return or not when propagated.
|
void |
ReturnSegmentConfiguration.setReturnSegmentBehavior(ReturnSegmentBehavior value)
Sets if the
ReturnSegment that this configuration
is for will actually return or not. |
void |
ChangeReturnSegmentOperator.setReturnSegmentEnabled(ReturnSegmentBehavior value)
|
Constructor and Description |
---|
ChangeReturnSegmentOperator(ReturnSegment segment,
ReturnSegmentBehavior behavior)
Initializes a new instance.
|
ReturnSegment(SegmentList parentList,
ReturnSegmentBehavior behavior)
Initializes a new instance.
|
ReturnSegmentConfiguration(ReturnSegmentBehavior behavior)
Initializes a new instance.
|