Skip to content
Snippets Groups Projects
Commit 2f92064f authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

javadoc merger

parent 469105fc
No related branches found
No related tags found
No related merge requests found
...@@ -29,6 +29,25 @@ import teetime.stage.basic.merger.strategy.RoundRobinStrategy; ...@@ -29,6 +29,25 @@ import teetime.stage.basic.merger.strategy.RoundRobinStrategy;
* This stage merges data from the input ports, by taking elements according to the chosen merge strategy and by putting them to the output port. * This stage merges data from the input ports, by taking elements according to the chosen merge strategy and by putting them to the output port.
* For its signal handling behavior see {@link #onSignal(ISignal, InputPort)} * For its signal handling behavior see {@link #onSignal(ISignal, InputPort)}
* *
* <pre>
* +--------------------------------+
* | |
* | +---+
* | +------------> | |
* | | +---+
* | | |
* +---+ | +---+
* | | +-----------+------------> | |
* +---+ | +---+
* | | |
* | | +---+
* | +------------> | |
* | +---+
* | |
* +--------------------------------+
* </pre>
*
*
* @author Christian Wulf, Nelson Tavares de Sousa * @author Christian Wulf, Nelson Tavares de Sousa
* *
* @since 1.0 * @since 1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment