Package ca.uqac.lif.cep.widgets
Class GetWidgetValue
java.lang.Object
ca.uqac.lif.cep.functions.Function
ca.uqac.lif.cep.widgets.GetWidgetValue
- All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable,ca.uqac.lif.cep.functions.DuplicableFunction
public class GetWidgetValue
extends ca.uqac.lif.cep.functions.Function
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GetWidgetValueA single visible instance of the functionFields inherited from class ca.uqac.lif.cep.functions.Function
s_maxInputArity -
Method Summary
Modifier and TypeMethodDescriptionduplicate(boolean with_state) voidprotected booleanfetchWidgettValue(Object source, Object[] outputs) intvoidgetInputTypesFor(Set<Class<?>> classes, int index) intClass<?> getOutputTypeFor(int index) Methods inherited from class ca.uqac.lif.cep.functions.Function
duplicate, evaluate, evaluate, evaluateLazy, evaluatePartial, printState, readState, reset
-
Field Details
-
instance
A single visible instance of the function
-
-
Method Details
-
evaluate
- Specified by:
evaluatein classca.uqac.lif.cep.functions.Function
-
duplicate
- Specified by:
duplicatein interfaceca.uqac.lif.cep.Duplicable- Specified by:
duplicatein classca.uqac.lif.cep.functions.Function
-
fetchWidgettValue
-
getInputArity
public int getInputArity()- Specified by:
getInputArityin classca.uqac.lif.cep.functions.Function
-
getOutputArity
public int getOutputArity()- Specified by:
getOutputArityin classca.uqac.lif.cep.functions.Function
-
getInputTypesFor
- Specified by:
getInputTypesForin classca.uqac.lif.cep.functions.Function
-
getOutputTypeFor
- Specified by:
getOutputTypeForin classca.uqac.lif.cep.functions.Function
-