public class MultiplicityEnvironment
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
addStage(java.lang.String name,
IStage stage)
Adds the stage.
|
static MultiplicityEnvironment |
get()
Gets the.
|
java.util.List<IStage> |
getLocalStages()
Gets the local stages.
|
IStage |
getStage(java.lang.String name)
Gets the stage.
|
int |
getStageCount()
Gets the stage count.
|
public static MultiplicityEnvironment get()
public boolean addStage(java.lang.String name, IStage stage)
name
- the namestage
- the stagepublic java.util.List<IStage> getLocalStages()
public IStage getStage(java.lang.String name)
name
- the namepublic int getStageCount()