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 |
FollowSegmentStartsAtEndOfBasePropagator
Determines the initial state of a
FollowSegment by getting the
final state of the wrapped StoppablePropagator . |
class |
FollowSegmentStartsWithDefaultInitialState
Determines the initial state of a
FollowSegment by using the default
initial state passed to the segment. |
class |
FollowSegmentStartsWithStoppingConditions
Propagates the wrapped
SegmentPropagator of a FollowSegment until a user specified
StoppingCondition stops propagation. |
Modifier and Type | Method and Description |
---|---|
FollowSegmentBeginning |
FollowSegment.getStartOfFollowSegment()
Gets the how the initial state of propagation will be determined.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
FollowSegmentStartsWithStoppingConditions.checkForSameDefinition(FollowSegmentBeginning other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
FollowSegmentStartsWithDefaultInitialState.checkForSameDefinition(FollowSegmentBeginning other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
FollowSegmentStartsAtEndOfBasePropagator.checkForSameDefinition(FollowSegmentBeginning other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected abstract boolean |
FollowSegmentBeginning.checkForSameDefinition(FollowSegmentBeginning other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
void |
FollowSegment.setStartOfFollowSegment(FollowSegmentBeginning value)
Sets the how the initial state of propagation will be determined.
|
Constructor and Description |
---|
FollowSegmentBeginning(FollowSegmentBeginning existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|