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 | Class and Description |
---|---|
class |
FollowSegmentEndsAsWithDefaultConditions
Propagates the
FollowSegment to whatever default end StoppingCondition
it is configured with. |
class |
FollowSegmentEndsWithStoppingConditions
|
Modifier and Type | Method and Description |
---|---|
FollowSegmentEnding |
FollowSegment.getEndOfFollowSegment()
Gets the how the final state of propagation will be determined.
|
Modifier and Type | Method and Description |
---|---|
void |
FollowSegment.setEndOfFollowSegment(FollowSegmentEnding value)
Sets the how the final state of propagation will be determined.
|
Constructor and Description |
---|
FollowSegmentEnding(FollowSegmentEnding existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|