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 |
---|---|
SegmentListPropagator |
SegmentList.getSegmentListPropagator()
Creates and returns the
propagator for this segment list . |
SegmentListPropagator |
SegmentList.getSegmentListPropagator(EvaluatorGroup group)
Creates and returns the
propagator for this segment list . |
SegmentListPropagator |
SegmentList.getSegmentListPropagator(EvaluatorGroup group,
SegmentDefinition previousSegment)
Creates and returns the
propagator for this SegmentList . |
SegmentListPropagator |
SegmentList.getSegmentListPropagator(SegmentDefinition previousSegment)
Creates and returns the
propagator for this segment list . |
Constructor and Description |
---|
SegmentListPropagator(SegmentListPropagator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|