Uses of Class
adams.flow.control.Branch
-
Packages that use Branch Package Description adams.flow.control -
-
Uses of Branch in adams.flow.control
Subclasses of Branch in adams.flow.control Modifier and Type Class Description class
ArrayGenerate
Applies all sub-actors to the input token and generates an array from the collected output.
Each of the branches is expected to produce at most one output token (ideally one per branch, otherwise there will be null elements in the output array).
-