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 |
---|---|
ReturnSegment |
ChangeReturnSegmentOperator.getReturnSegment()
Gets the segment that will be enabled or disabled by this operator.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ReturnSegment.checkForSameDefinition(ReturnSegment other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
ChangeReturnSegmentOperator.setReturnSegment(ReturnSegment value)
Sets the segment that will be enabled or disabled by this operator.
|
Constructor and Description |
---|
ChangeReturnSegmentOperator(ReturnSegment segment,
ReturnSegmentBehavior behavior)
Initializes a new instance.
|
ReturnSegment(ReturnSegment existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|