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

added tag

parent f7d17f5a
No related branches found
No related tags found
No related merge requests found
...@@ -26,9 +26,10 @@ import teetime.stage.basic.merger.strategy.RoundRobinStrategy; ...@@ -26,9 +26,10 @@ 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.
* New output ports can be created by calling {@link #createOutputPort()}.
* *
* @stage.sketch * @stage.sketch
* *
* <pre> * <pre>
* +----------------------------+ * +----------------------------+
* | | * | |
...@@ -47,6 +48,7 @@ import teetime.stage.basic.merger.strategy.RoundRobinStrategy; ...@@ -47,6 +48,7 @@ import teetime.stage.basic.merger.strategy.RoundRobinStrategy;
* +----------------------------+ * +----------------------------+
* </pre> * </pre>
* *
* @stage.output The incoming element will be passed to output ports, which are selected by a strategy.
* *
* @author Christian Wulf, Nelson Tavares de Sousa * @author Christian Wulf, Nelson Tavares de Sousa
* *
......
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