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 |
---|---|
EntitySchema<TEntity> |
IEntityArchiveDescriptor.getSchema()
Gets the schema to use for archiving this type of entity.
|
Modifier and Type | Method and Description |
---|---|
static <TEntity extends IEntityAcceleration> |
CommonEntityInterfaces.IEntityAcceleration.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
static <TEntity extends IEntityLastUpdate> |
CommonEntityInterfaces.IEntityLastUpdate.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
static <TEntity extends IEntityOrientation> |
CommonEntityInterfaces.IEntityOrientation.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
static <TEntity extends IEntityPosition> |
CommonEntityInterfaces.IEntityPosition.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
static <TEntity extends IEntityRotationalAcceleration> |
CommonEntityInterfaces.IEntityRotationalAcceleration.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
static <TEntity extends IEntityRotationalVelocity> |
CommonEntityInterfaces.IEntityRotationalVelocity.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|
static <TEntity extends IEntityVelocity> |
CommonEntityInterfaces.IEntityVelocity.addToSchema(EntitySchema<TEntity> schema)
Adds the properties defined by this interface to the specified schema.
|