Package ca.uqac.lif.cep.fol
Class LazyBooleanFunction.Implies
- java.lang.Object
-
- ca.uqac.lif.cep.functions.Function
-
- ca.uqac.lif.cep.fol.LazyBooleanFunction
-
- ca.uqac.lif.cep.fol.LazyBooleanFunction.Implies
-
- All Implemented Interfaces:
ca.uqac.lif.azrael.Printable,ca.uqac.lif.azrael.Readable,ca.uqac.lif.cep.Duplicable,ca.uqac.lif.cep.functions.DuplicableFunction
- Enclosing class:
- LazyBooleanFunction
public static class LazyBooleanFunction.Implies extends LazyBooleanFunction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.uqac.lif.cep.fol.LazyBooleanFunction
LazyBooleanFunction.And, LazyBooleanFunction.DummyInterpretationFunction, LazyBooleanFunction.Implies, LazyBooleanFunction.Or
-
-
Field Summary
-
Fields inherited from class ca.uqac.lif.cep.fol.LazyBooleanFunction
m_left, m_right, m_stopValue
-
-
Constructor Summary
Constructors Constructor Description Implies(ca.uqac.lif.cep.functions.Function left, ca.uqac.lif.cep.functions.Function right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LazyBooleanFunction.Impliesduplicate(boolean with_state)java.lang.StringtoString()-
Methods inherited from class ca.uqac.lif.cep.fol.LazyBooleanFunction
evaluate, evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
duplicate
public LazyBooleanFunction.Implies duplicate(boolean with_state)
- Specified by:
duplicatein interfaceca.uqac.lif.cep.Duplicable- Overrides:
duplicatein classLazyBooleanFunction
-
-