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

added stage sketch as third custom javadoc tag

parent f27f858e
No related branches found
No related tags found
No related merge requests found
......@@ -202,6 +202,11 @@
<placement>t</placement>
<head>Stage output:</head>
</tag>
<tag>
<name>stage.sketch</name>
<placement>t</placement>
<head>Stage sketch:</head>
</tag>
</tags>
</configuration>
<executions>
......@@ -439,6 +444,11 @@
<placement>t</placement>
<head>Stage output:</head>
</tag>
<tag>
<name>stage.sketch</name>
<placement>t</placement>
<head>Stage sketch:</head>
</tag>
</tags>
</configuration>
</plugin>
......
......@@ -21,9 +21,9 @@ import teetime.framework.TerminationStrategy;
/**
* This stage sends an element repeatedly with a given interval {@link #intervalDelayInMs}.
*
* <pre>
* Illustration:
*
* @stage.sketch
*
* <pre>
* +------------------------+
* | |
* | +---+
......@@ -31,9 +31,7 @@ import teetime.framework.TerminationStrategy;
* | +---+
* | |
* +------------------------+
*
*
* </pre>
* </pre>
*
* @author Nelson Tavares de Sousa
*
......
......@@ -24,9 +24,9 @@ import teetime.stage.basic.distributor.strategy.RoundRobinStrategy2;
/**
*
* <pre>
* Illustration:
*
* @stage.sketch
*
* <pre>
* +---------------------------+
* | |
* +---+ |
......@@ -44,7 +44,7 @@ import teetime.stage.basic.distributor.strategy.RoundRobinStrategy2;
* +---------------------------+
*
*
* </pre>
* </pre>
*
* @author Christian Wulf
*
......
......@@ -27,9 +27,9 @@ 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.
*
* <pre>
* Illustration:
*
* @stage.sketch
*
* <pre>
* +----------------------------+
* | |
* | +---+
......@@ -45,7 +45,7 @@ import teetime.stage.basic.merger.strategy.RoundRobinStrategy;
* | +---+
* | |
* +----------------------------+
* </pre>
* </pre>
*
*
* @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