Uses of Package
org.apache.flink.cep.pattern.conditions
Packages that use org.apache.flink.cep.pattern.conditions
Package
Description
-
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.cep.nfaClassDescriptionA user-defined condition that decides if an element should be accepted in the pattern or not.
-
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.cep.patternClassDescriptionA user-defined condition that decides if an element should be accepted in the pattern or not.
-
Classes in org.apache.flink.cep.pattern.conditions used by org.apache.flink.cep.pattern.conditionsClassDescriptionA user-defined condition that decides if an element should be accepted in the pattern or not.The context used when evaluating the
condition.A base class of compositeIterativeConditionconditions such asRichAndCondition,RichOrConditionandRichNotCondition, etc.Rich variant of theIterativeCondition.A user-defined condition that decides if an element should be accepted in the pattern or not.