| Package | Description | 
|---|---|
| agi.foundation.compatibility | |
| agi.foundation.platforms | 
 Contains types used in modeling various mechanical platforms such as satellites, facilities, aircraft, etc. 
 | 
| agi.foundation.time | 
 Contains types for quantifying and converting between various date, time, and time standard representations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <TInput,TOutput> | 
Converter.of(Converter.Function<TInput,TOutput> f)
Create a delegate for the given interface. 
 | 
static <TInput,TOutput> | 
Converter.of(Converter.Function<TInput,TOutput> f,
  Class<?> targetClass,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
static <TInput,TOutput> | 
Converter.of(Converter.Function<TInput,TOutput> f,
  Object targetObject,
  String methodName,
  Class<?>... methodParameterClasses)
Create a delegate for the given interface. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Converter<TInput,TOutput> | 
GraphicsParameterTransform.getTransformationCallback()
Gets a delegate which takes the result of the input 
    parameter and converts it to the desired output. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GraphicsParameterTransform.setTransformationCallback(Converter<TInput,TOutput> value)
Sets a delegate which takes the result of the input 
    parameter and converts it to the desired output. 
 | 
| Constructor and Description | 
|---|
GraphicsParameterTransform(GraphicsParameter<TInput> parameter,
                          Converter<TInput,TOutput> callback)
Initializes a new instance with the specified parameters. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<TNew> TimeIntervalCollection1<TNew> | 
TimeIntervalCollection1.convertData(Converter<T,TNew> conversion)
Converts this collection to a different kind of data without changing the intervals. 
 |