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 |
---|---|
StateUpdaterEvaluator |
UpdateSegmentConfiguration.get(StateUpdaterDefinition definition)
Gets the
updater with the specified definition. |
StateUpdaterEvaluator |
UpdateSegmentConfiguration.get(String updaterName)
Gets the
updater with the specified name. |
abstract StateUpdaterEvaluator |
StateUpdaterDefinition.getEvaluator(EvaluatorGroup group)
Gets the
StateUpdaterEvaluator for this StateUpdaterDefinition . |
StateUpdaterEvaluator |
SingleValueStateUpdater.getEvaluator(EvaluatorGroup group)
Gets the
StateUpdaterEvaluator for this StateUpdaterDefinition . |
Constructor and Description |
---|
StateUpdaterEvaluator(StateUpdaterEvaluator existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Constructor and Description |
---|
UpdateSegmentConfiguration(List<StateUpdaterEvaluator> updaters)
Initializes a new instance.
|