Package ca.uqac.lif.cep.fol
Class GetDomain
java.lang.Object
ca.uqac.lif.cep.functions.Function
ca.uqac.lif.cep.functions.UnaryFunction<Interpretation,Set>
ca.uqac.lif.cep.fol.GetDomain
- All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable,ca.uqac.lif.cep.functions.DuplicableFunction
Function taking an interpretation as its input, and returning the
set of values associated with some domain as its output.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe name of the domain to fetch from the interpretationFields inherited from class ca.uqac.lif.cep.functions.Function
s_maxInputArity -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uqac.lif.cep.functions.UnaryFunction
evaluate, getInputArity, getInputTypesFor, getOutputArity, getOutputTypeFor, resetMethods inherited from class ca.uqac.lif.cep.functions.Function
duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState
-
Field Details
-
m_domainName
The name of the domain to fetch from the interpretation
-
-
Constructor Details
-
GetDomain
Creates a new instance of domain function- Parameters:
domain_name- The name of the domain to fetch from the interpretation
-
-
Method Details
-
getValue
- Specified by:
getValuein classca.uqac.lif.cep.functions.UnaryFunction<Interpretation,Set>
-
duplicate
- Specified by:
duplicatein interfaceca.uqac.lif.cep.Duplicable- Overrides:
duplicatein classca.uqac.lif.cep.functions.UnaryFunction<Interpretation,Set>
-