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 |
---|---|
SingleValueUpdaterCallback |
SingleValueStateUpdater.getUpdaterCallback()
Gets the callback that will update the state.
|
static SingleValueUpdaterCallback |
SingleValueUpdaterCallback.of(SingleValueUpdaterCallback.Function f)
Create a delegate for the given interface.
|
static SingleValueUpdaterCallback |
SingleValueUpdaterCallback.of(SingleValueUpdaterCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static SingleValueUpdaterCallback |
SingleValueUpdaterCallback.of(SingleValueUpdaterCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleValueStateUpdater.setUpdaterCallback(SingleValueUpdaterCallback value)
Sets the callback that will update the state.
|
Constructor and Description |
---|
SingleValueStateUpdater(Scalar value,
SingleValueUpdaterCallback callback)
Initializes a new instance.
|