Package ca.uqac.lif.cep.fol
Class LazyBooleanFunction.DummyInterpretationFunction
- java.lang.Object
-
- ca.uqac.lif.cep.functions.Function
-
- ca.uqac.lif.cep.functions.UnaryFunction<Interpretation,java.lang.Boolean>
-
- ca.uqac.lif.cep.fol.LazyBooleanFunction.DummyInterpretationFunction
-
- 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
protected static class LazyBooleanFunction.DummyInterpretationFunction extends ca.uqac.lif.cep.functions.UnaryFunction<Interpretation,java.lang.Boolean>
-
-
Field Summary
Fields Modifier and Type Field Description static LazyBooleanFunction.DummyInterpretationFunction
instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LazyBooleanFunction.DummyInterpretationFunction
duplicate(boolean with_state)
java.lang.Boolean
getValue(Interpretation x)
-
Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction
evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, reset
-
-
-
-
Field Detail
-
instance
public static final transient LazyBooleanFunction.DummyInterpretationFunction instance
-
-
Method Detail
-
getValue
public java.lang.Boolean getValue(Interpretation x)
- Specified by:
getValue
in classca.uqac.lif.cep.functions.UnaryFunction<Interpretation,java.lang.Boolean>
-
duplicate
public LazyBooleanFunction.DummyInterpretationFunction duplicate(boolean with_state)
- Specified by:
duplicate
in interfaceca.uqac.lif.cep.Duplicable
- Overrides:
duplicate
in classca.uqac.lif.cep.functions.UnaryFunction<Interpretation,java.lang.Boolean>
-
-