bobocep.cep.phenom.pattern.predicate
A predicate tested against an event that must evaluate to True for the event to be accepted as being part of the manifestation of a complex event.
Classes
A predicate that evaluates to either True or False. |
|
|
A predicate that evaluates using a custom function or method (i.e. a 'callable'). |
|
A predicate that evaluates using a custom function or method after first checking whether the event data is an instance of a given type. |
Exceptions
A predicate error. |