Package ca.uqac.lif.cep.fol
Class ForAll
- java.lang.Object
-
- ca.uqac.lif.cep.functions.Function
-
- ca.uqac.lif.cep.fol.FirstOrderQuantifier
-
- ca.uqac.lif.cep.fol.ForAll
-
- All Implemented Interfaces:
ca.uqac.lif.azrael.Printable
,ca.uqac.lif.azrael.Readable
,ca.uqac.lif.cep.Duplicable
,ca.uqac.lif.cep.functions.DuplicableFunction
public class ForAll extends FirstOrderQuantifier
Function that acts as a first-order universal quantifier.- Author:
- Sylvain Hallé
-
-
Field Summary
-
Fields inherited from class ca.uqac.lif.cep.fol.FirstOrderQuantifier
m_domainFunction, m_function, m_variable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uqac.lif.cep.functions.Function
duplicate(boolean with_state)
protected void
getVerdict(java.lang.Object[][] inputs, java.lang.Object[] outputs)
-
Methods inherited from class ca.uqac.lif.cep.fol.FirstOrderQuantifier
evaluate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor
-
-
-
-
Method Detail
-
getVerdict
protected void getVerdict(java.lang.Object[][] inputs, java.lang.Object[] outputs)
- Specified by:
getVerdict
in classFirstOrderQuantifier
-
duplicate
public ca.uqac.lif.cep.functions.Function duplicate(boolean with_state)
- Specified by:
duplicate
in interfaceca.uqac.lif.cep.Duplicable
- Specified by:
duplicate
in classca.uqac.lif.cep.functions.Function
-
-