class OneDirectedList
The OneDirectedList process reads a data object from its input channel and depending on the value contained in its indexProperty will write the object to the corresponding element of the channel output list outputLList.
The process does NOT check that the value of the indexProperty to ensure that
0 <= indexProperty < outputList.szie()
input
- The channel input from which data objects are readoutputList
- the channel output list to which data objects are writtenindexProperty
- A String containing the property of the input object that
conatins the subscript of the outputList element which is written.Type | Name and description |
---|---|
String |
indexProperty |
ChannelInput |
input |
ChannelOutputList |
outputList |
Constructor and description |
---|
OneDirectedList
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk