Uses of Class
ca.uqac.lif.cep.fol.PredicateTuple
-
Packages that use PredicateTuple Package Description ca.uqac.lif.cep.fol Processors for creating a first-order interpretation from a trace of predicates. -
-
Uses of PredicateTuple in ca.uqac.lif.cep.fol
Methods in ca.uqac.lif.cep.fol that return PredicateTuple Modifier and Type Method Description PredicateTuple
PredicateTupleConversion. getValue(java.lang.Object x)
static PredicateTuple
PredicateTuple. toPredicateTuple(java.lang.Object x)
Creates a predicate tuple out of an object.Methods in ca.uqac.lif.cep.fol with parameters of type PredicateTuple Modifier and Type Method Description void
Interpretation. addPredicateTuple(PredicateTuple tuple)
Adds a new predicate tuple to the definition of some predicate.java.lang.Object
PredicateGet. getValue(PredicateTuple x)
java.lang.Number
PredicateGetNumber. getValue(PredicateTuple x)
void
Predicate. updateDefinition(PredicateTuple tuple)
-