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 |
---|---|
static SingleValueStateUpdater |
SingleValueStateUpdater.createAddSingleValueToScalar(Scalar value,
String elementIdentifier)
Creates a
SingleValueStateUpdater where the value will be added to
the scalar value in the propagated state. |
static SingleValueStateUpdater |
SingleValueStateUpdater.createMultiplySingleValueToScalar(Scalar value,
String elementIdentifier)
Creates a
SingleValueStateUpdater where the value will be multiplied with
the scalar value in the propagated state. |
static SingleValueStateUpdater |
SingleValueStateUpdater.createSetSingleValueToScalar(Scalar value,
String elementIdentifier)
Creates a
SingleValueStateUpdater where the value will be set to
the scalar value in the propagated state. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SingleValueStateUpdater.checkForSameDefinition(SingleValueStateUpdater other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Constructor and Description |
---|
SingleValueStateUpdater(SingleValueStateUpdater existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|