| 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 | 
|---|---|
protected boolean | 
FollowSegment.checkForSameDefinition(FollowSegment other)
Checks to determine if another instance has the same definition as this instance and
    returns  
true if it does. | 
FollowSegmentBeginningPropagator | 
FollowSegmentStartsWithStoppingConditions.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this initial state strategy of a specific  
FollowSegment. | 
FollowSegmentBeginningPropagator | 
FollowSegmentStartsWithDefaultInitialState.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this initial state strategy of a specific  
FollowSegment. | 
FollowSegmentBeginningPropagator | 
FollowSegmentStartsAtEndOfBasePropagator.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this initial state strategy of a specific  
FollowSegment. | 
FollowSegmentEndingPropagator | 
FollowSegmentEndsWithStoppingConditions.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this final state strategy of a specific  
FollowSegment. | 
FollowSegmentEndingPropagator | 
FollowSegmentEndsAsWithDefaultConditions.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this final state strategy of a specific  
FollowSegment. | 
abstract FollowSegmentEndingPropagator | 
FollowSegmentEnding.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this final state strategy of a specific  
FollowSegment. | 
abstract FollowSegmentBeginningPropagator | 
FollowSegmentBeginning.getPropagator(FollowSegment segment,
             EvaluatorGroup group)
Creates the evaluator for this initial state strategy of a specific  
FollowSegment. | 
| Constructor and Description | 
|---|
FollowSegment(FollowSegment existingInstance,
             CopyContext context)
Initializes a new instance as a copy of an existing instance. 
 |