expression filtering notifications
Filter
Filter
AFilterrepresents a boolean expression to be evaluated against anEvent. It consists of a set of constraints. Each constraint poses a condition on an attribute of theEvent. AFiltercan pose multiple constraints on the same attribute.A
Filteris implemented by means of amultimap<string, AttributeConstraint>, therefore aFiltercan be manipulated using all the methods of a standardmultimap. Two additional utility methods are provided to add constraints.
Alphabetic index HTML hierarchy of classes or Java