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

BoboPredicate()

A predicate that evaluates to either True or False.

BoboPredicateCall(call)

A predicate that evaluates using a custom function or method (i.e.

BoboPredicateCallType(call, dtype[, ...])

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

BoboPredicateError

A predicate error.