| Package | Description |
|---|---|
| agi.foundation.coordinates |
Contains types for quantifying and converting between various coordinate representations.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateAdapterCallback |
CreateAdapterCallback.of(CreateAdapterCallback.Function f)
Create a delegate for the given interface.
|
static CreateAdapterCallback |
CreateAdapterCallback.of(CreateAdapterCallback.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static CreateAdapterCallback |
CreateAdapterCallback.of(CreateAdapterCallback.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Class<?>,CreateAdapterCallback> |
NumericalPropagatorAdapterHelper.getAdaptersForAllNumericalPropagatedSegments()
Gets the default list of all of the possible
state element adapters. |