public interface IPipelineConnections extends IPipelineSpecificationBasic
_rcsid
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getOutputConnectionIndex(int stage)
Get the index of the output connection corresponding to a
specific pipeline stage.
|
java.lang.String[] |
getOutputConnectionNames()
Get the output connection names mentioned by the IPipelineSpecification
object.
|
IOutputConnection[] |
getOutputConnections()
Get the output connection instances mentioned by the IPipelineSpecification
object.
|
java.lang.Integer |
getTransformationConnectionIndex(int stage)
Get the index of the transformation connection corresponding to a
specific pipeline stage.
|
java.lang.String[] |
getTransformationConnectionNames()
Get the transformation connection names mentioned by the IPipelineSpecification
object.
|
ITransformationConnection[] |
getTransformationConnections()
Get the transformation connection instances mentioned by the IPipelineSpecification
object.
|
checkStageOutputConnection, getOutputCount, getOutputStage, getStageChildren, getStageConnectionName, getStageCount, getStageParent
java.lang.String[] getTransformationConnectionNames()
ITransformationConnection[] getTransformationConnections()
java.lang.String[] getOutputConnectionNames()
IOutputConnection[] getOutputConnections()
java.lang.Integer getTransformationConnectionIndex(int stage)
java.lang.Integer getOutputConnectionIndex(int stage)