public class ConstraintFormula
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
cfName |
ContextDescription |
ctxdesc |
Derivation |
dv |
Evaluation |
evaluator |
java.lang.String |
filter |
Filter |
ft |
java.lang.String |
predicate |
Constructor and Description |
---|
ConstraintFormula(java.lang.String cfName,
ContextDescription ctxdesc,
java.lang.String predicate) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<EvalResult> |
apply(java.util.Set<Event> eventSet,
TimeWindow tw) |
java.lang.String |
eval(java.util.Set<Event> eventSet,
TimeWindow tw,
Context ctx) |
java.util.Set<Context> |
genContextSet(java.util.Set<Event> eventSet,
TimeWindow tw) |
java.lang.String |
toString() |
public java.lang.String cfName
public ContextDescription ctxdesc
public java.lang.String filter
public java.lang.String predicate
public Filter ft
public Derivation dv
public Evaluation evaluator
public ConstraintFormula(java.lang.String cfName, ContextDescription ctxdesc, java.lang.String predicate)
public java.util.Set<EvalResult> apply(java.util.Set<Event> eventSet, TimeWindow tw)
public java.util.Set<Context> genContextSet(java.util.Set<Event> eventSet, TimeWindow tw)
public java.lang.String eval(java.util.Set<Event> eventSet, TimeWindow tw, Context ctx)
public java.lang.String toString()
toString
in class java.lang.Object