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 |
---|---|
static MatchingStrategy |
MatchingStrategy.getDefault()
Get the enum constant that is considered to be the default.
|
static MatchingStrategy |
MatchingStrategy.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
MatchingStrategy |
EntityFilterChain.getMatchingStrategy()
|
static MatchingStrategy |
MatchingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchingStrategy[] |
MatchingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityFilterChain.setMatchingStrategy(MatchingStrategy value)
|
Constructor and Description |
---|
EntityFilterChain(EntitySet<TEntity> inputEntities,
MatchingStrategy matchingStrategy)
Initializes a new instance using the provided
EntitySet
and value indicating if entities should be matched against multiple filters. |