public interface IPipelineSpecificationBasic
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_rcsid |
Modifier and Type | Method and Description |
---|---|
boolean |
checkStageOutputConnection(int stage)
Check if a stage is an output stage.
|
int |
getOutputCount()
Return the number of output connections.
|
int |
getOutputStage(int index)
Given an output index, return the stage number for that output.
|
int[] |
getStageChildren(int stage)
Find children of a given pipeline stage.
|
java.lang.String |
getStageConnectionName(int stage)
Get the connection name for a pipeline stage.
|
int |
getStageCount()
Get a count of all stages.
|
int |
getStageParent(int stage)
Find parent of a given pipeline stage.
|
static final java.lang.String _rcsid
int getStageCount()
int[] getStageChildren(int stage)
stage
- is the stage index to get the children of.int getStageParent(int stage)
stage
- is the stage index to get the parent of.java.lang.String getStageConnectionName(int stage)
stage
- is the stage to get the connection name for.boolean checkStageOutputConnection(int stage)
stage
- is the stage to check.int getOutputCount()
int getOutputStage(int index)
index
- is the output connection index.