| Class | Description |
|---|---|
| Predicate |
Predicates are used to select events from the deferred queue.
|
| PredicateAny |
A predicate which will match any event on the deferred event queue.
|
| PredicateFrom |
A predicate which selects events from specific entities.
The idea of simulation predicates was copied from SimJava 2. |
| PredicateNone |
A predicate which will not match any event on the deferred event queue.
|
| PredicateNotFrom |
A predicate which selects events that have not been sent by specific entities.
|
| PredicateNotType |
A predicate to select events that don't match specific tags.
|
| PredicateType |
A predicate to select events with specific tags.
|