class NodeRequestingSeqCastList
The process NodeRequestingSeqCastList makes a request for data on its request channel and reads the response on its response channel. The object is output to all of the outputAny channel ends in seqeuence.
Behaviour: while true request.write(signal) outputList.broadcastSeq( response.read() )
request
- A net output channel to which a request for data is writtenresponse
- A net input channel from which an input data object is readoutputList
- A channel output list to which the received data object is written to all elements in sequenceType | Name and description |
---|---|
ChannelOutputList |
outList |
ChannelOutput |
request |
ChannelInput |
response |
Constructor and description |
---|
NodeRequestingSeqCastList
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk