Uses of Class
ca.uqac.lif.cep.fol.Predicate
-
Packages that use Predicate Package Description ca.uqac.lif.cep.fol Processors for creating a first-order interpretation from a trace of predicates. -
-
Uses of Predicate in ca.uqac.lif.cep.fol
Methods in ca.uqac.lif.cep.fol that return Predicate Modifier and Type Method Description Predicate
Predicate. duplicate(boolean with_state)
Predicate
Interpretation. getPredicate(java.lang.String name)
Gets the predicate instance of given nameMethods in ca.uqac.lif.cep.fol with parameters of type Predicate Modifier and Type Method Description InterpretationBuilder
InterpretationBuilder. add(Predicate... preds)
void
Interpretation. addPredicate(Predicate p)
Adds a new predicate to this interpretationConstructors in ca.uqac.lif.cep.fol with parameters of type Predicate Constructor Description Predicate(Predicate pred)
Creates a new predicate by copying its contents from another predicate
-