| 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 | 
|---|---|
HistoryGenerator<TEntity> | 
WaypointVisualizer.getHistoryGenerator()
Gets the  
HistoryGenerator used for retrieving track data. | 
HistoryGenerator<TEntity> | 
HistoryVisualizer.getHistoryGenerator()
Gets the  
HistoryGenerator used for retrieving track data. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WaypointVisualizer.setHistoryGenerator(HistoryGenerator<TEntity> value)
Sets the  
HistoryGenerator used for retrieving track data. | 
void | 
HistoryVisualizer.setHistoryGenerator(HistoryGenerator<TEntity> value)
Sets the  
HistoryGenerator used for retrieving track data. | 
| Constructor and Description | 
|---|
HistoryVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
                 EntitySet<TEntity> entities,
                 HistoryGenerator<TEntity> historyGenerator)
Creates a new instance with the provided  
EntitySet and HistoryGenerator. | 
HistoryVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
                 EntitySet<TEntity> entities,
                 HistoryGenerator<TEntity> historyGenerator,
                 SetHint setHint)
 | 
WaypointVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
                  EntitySet<TEntity> entities,
                  HistoryGenerator<TEntity> historyGenerator)
Creates a new instance with the provided  
EntitySet and HistoryGenerator. | 
WaypointVisualizer(TypeLiteral<TEntity> typeLiteralTEntity,
                  EntitySet<TEntity> entities,
                  HistoryGenerator<TEntity> historyGenerator,
                  SetHint setHint)
 |