| Package | Description |
|---|---|
| agi.foundation.tracking |
Contains types for acquiring, analyzing and archiving dynamic data, such as those found in real-time feeds or simulation environments.
|
| Modifier and Type | Method and Description |
|---|---|
TrackingTypeArchiver |
TrackingTypeArchiverCollection.getArchiverForType(Class<?> type)
Gets the archiver for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrackingTypeArchiverCollection.add(Class<?> type,
TrackingTypeArchiver archiver)
Adds an archiver for a complex type composed of multiple primitives.
|
| Constructor and Description |
|---|
TrackingTypeArchiverCollection(Map<Class<?>,TrackingTypeArchiver> archivers)
Initializes a new instance with a collection of
TrackingTypeArchivers. |