Uses of Class
ca.uqac.lif.cep.fol.Interpretation
-
Packages that use Interpretation Package Description ca.uqac.lif.cep.fol Processors for creating a first-order interpretation from a trace of predicates. -
-
Uses of Interpretation in ca.uqac.lif.cep.fol
Fields in ca.uqac.lif.cep.fol declared as Interpretation Modifier and Type Field Description protected Interpretation
InterpretationBuilder. m_interpretation
Methods in ca.uqac.lif.cep.fol with parameters of type Interpretation Modifier and Type Method Description java.util.Set
GetDomain. getValue(Interpretation x)
java.lang.Boolean
LazyBooleanFunction.DummyInterpretationFunction. getValue(Interpretation x)
Constructors in ca.uqac.lif.cep.fol with parameters of type Interpretation Constructor Description Interpretation(Interpretation inter)
Creates a copy of an interpretation
-