class FeedbackBool
FeedbackBool reads data objects from input, which it processes and writes to output. It also undertakes an evaluation of a function, specified in fDetails, which if true results in the writing of a feedback boolean to an EmitWithFeedback process
input
- A ChannelInput used to read input objectsoutput
- A ChannelOutput used to output processed data objectsfeedback
- A ChannelOutput used to return booleans from this process to a previous org.jcsp.gpp.terminals.EmitWithhFeedback object that specifies the feedback boolean and the evaluation function
Type | Name and description |
---|---|
FeedbackDetails |
fDetails |
ChannelOutput |
feedback |
ChannelInput |
input |
ChannelOutput |
output |
Constructor and description |
---|
FeedbackBool
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk