
SequenceToTrigger |
org.ecoinformatics.seek.util.SequenceToTrigger |
This actor bundles a specified number of input tokens into a single array.
The number of tokens to be bundled is specified by the sequenceLength
parameter.
This actor is polymorphic. It can accept inputs of any type, as long
as the type does not change, and will produce an array with elements
of the corresponding type.
Author(s):
Version:
sequenceLength
The size of the output array. This is an integer that defaults
to 1.