Package ca.uqac.lif.cep.tuples
Class Blow
- All Implemented Interfaces:
ca.uqac.lif.cep.Duplicable,ca.uqac.lif.cep.functions.DuplicableFunction
Breaks a single tuple into multiple tuples, one for each key-value
pair of the original tuple.
- Author:
- Sylvain Hallé
-
Field Summary
FieldsFields 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
-
instance
-
-
Constructor Details
-
Blow
protected Blow()
-
-
Method Details