Skip to content
Snippets Groups Projects
Commit 07418d66 authored by Christian Wulf's avatar Christian Wulf
Browse files

added Javadoc

parent 60552ca2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,14 @@ import java.util.List;
import teetime.framework.signal.ISignal;
import teetime.framework.validation.InvalidPortConnection;
/**
* Represents a minimal stage that composes several other stages.
*
* @since 1.1
* @author Christian Wulf
*
*/
@SuppressWarnings("PMD.AbstractNaming")
public abstract class CompositeStage extends Stage {
private final Stage firstStage;
......
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