Package | Description |
---|---|
agi.foundation.numericalmethods |
Contains general numerical algorithms.
|
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 |
---|---|
TargetedSegmentListConfiguration |
TargetedSegmentListOperatorResults.getParentConfiguration()
Gets the configuration of the
TargetedSegmentList that the
operator was a part of. |
Modifier and Type | Method and Description |
---|---|
abstract TargetedSegmentListOperatorResults |
TargetedSegmentListOperatorEvaluator.evaluate(TargetedSegmentListResults parentsEmptyResults,
TargetedSegmentListConfiguration segmentConfigurations,
ITrackCalculationProgress progressTracker)
Evaluates this operator.
|
Constructor and Description |
---|
TargetedSegmentListConfiguration(TargetedSegmentListConfiguration existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
TargetedSegmentListOperatorResults(TargetedSegmentListOperator identifier,
boolean completedSuccessfully,
TargetedSegmentListConfiguration parentConfiguration)
Initializes a new instance.
|