| Package | Description | 
|---|---|
| agi.foundation.geometry | 
 Contains types for expressing the motion of fundamental geometric objects such as points, axes, and reference frames; 
 the manner in which they are related; and transformations between representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeValueFromState<T> | 
DelegateOnStateValueDefinition.getCallback()
Gets the callback that computes a value from the state. 
 | 
static <T> ComputeValueFromState<T> | 
ComputeValueFromState.of(ComputeValueFromState.Function<T> f)
Create a delegate for the given interface. 
 | 
static <T> ComputeValueFromState<T> | 
ComputeValueFromState.of(ComputeValueFromState.Function<T> f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static <T> ComputeValueFromState<T> | 
ComputeValueFromState.of(ComputeValueFromState.Function<T> f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DelegateOnStateValueDefinition.setCallback(ComputeValueFromState<T> value)
Sets the callback that computes a value from the state. 
 | 
| Constructor and Description | 
|---|
DelegateOnStateValueDefinition(ComputeValueFromState<T> callback,
                              ValueDefinition<ITimeBasedState> state)
Initialize a new instance. 
 |