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 | Class and Description |
---|---|
class |
AccessEntityFilter<TEntity extends IEntityIdentifier & IEntityLastUpdate>
An
EntityFilter that filters entities based on
the results of an AccessQuery . |
class |
DelegateEntityFilter<TEntity extends IEntityIdentifier>
An
EntityFilter that filters entities based on
the result of the specified callback. |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
EntityFilter.checkForSameDefinition(EntityFilter<TEntity> other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
DelegateEntityFilter.checkForSameDefinition(EntityFilter<TEntity> other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
protected boolean |
AccessEntityFilter.checkForSameDefinition(EntityFilter<TEntity> other)
Checks to determine if another instance has the same definition as this instance and
returns
true if it does. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntityFilterCollection.checkForSameDefinition(DefinitionalObjectCollection<EntityFilter<TEntity>> other) |
Constructor and Description |
---|
EntityFilter(EntityFilter<TEntity> existingInstance,
CopyContext context)
Initializes a new instance as a copy of an existing instance.
|
Constructor and Description |
---|
EntityFilterCollection(Iterable<? extends EntityFilter<TEntity>> filterCollection)
Initializes a new instance that contains elements copied from the specified collection.
|