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 |
---|---|
TargetedSegmentListOperatorConvergenceBehavior |
TargetedSegmentList.getConvergenceBehavior()
Gets the behavior that should be done when an
operators converges. |
static TargetedSegmentListOperatorConvergenceBehavior |
TargetedSegmentListOperatorConvergenceBehavior.getDefault()
Get the enum constant that is considered to be the default.
|
static TargetedSegmentListOperatorConvergenceBehavior |
TargetedSegmentListOperatorConvergenceBehavior.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
static TargetedSegmentListOperatorConvergenceBehavior |
TargetedSegmentListOperatorConvergenceBehavior.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetedSegmentListOperatorConvergenceBehavior[] |
TargetedSegmentListOperatorConvergenceBehavior.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TargetedSegmentList.setConvergenceBehavior(TargetedSegmentListOperatorConvergenceBehavior value)
Sets the behavior that should be done when an
operators converges. |