Uses of Class
ca.uqac.lif.cep.fol.Predicate
Packages that use Predicate
Package
Description
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 PredicateModifier and TypeMethodDescriptionPredicate.duplicate(boolean with_state) Interpretation.getPredicate(String name) Gets the predicate instance of given nameMethods in ca.uqac.lif.cep.fol with parameters of type PredicateModifier and TypeMethodDescriptionvoidInterpretation.addPredicate(Predicate p) Adds a new predicate to this interpretationConstructors in ca.uqac.lif.cep.fol with parameters of type Predicate