Interface IPipelineConnections

    • Method Detail

      • getTransformationConnectionNames

        java.lang.String[] getTransformationConnectionNames()
        Get the transformation connection names mentioned by the IPipelineSpecification object.
      • getTransformationConnections

        ITransformationConnection[] getTransformationConnections()
        Get the transformation connection instances mentioned by the IPipelineSpecification object.
      • getOutputConnectionNames

        java.lang.String[] getOutputConnectionNames()
        Get the output connection names mentioned by the IPipelineSpecification object.
      • getOutputConnections

        IOutputConnection[] getOutputConnections()
        Get the output connection instances mentioned by the IPipelineSpecification object.
      • getTransformationConnectionIndex

        java.lang.Integer getTransformationConnectionIndex​(int stage)
        Get the index of the transformation connection corresponding to a specific pipeline stage.
      • getOutputConnectionIndex

        java.lang.Integer getOutputConnectionIndex​(int stage)
        Get the index of the output connection corresponding to a specific pipeline stage.