Interface ICallFlowBlockMetaData

    • Method Detail

      • getFullyQualifiedFlowResourceName

        String getFullyQualifiedFlowResourceName()

        Return the fully-qualified resource name of the underlying TCS flow configuration that the block will call.

        Returns:
        flow resource name
      • getInputPorts

        Map<String,​IModuleBlockPort> getInputPorts()

        Return this block's associative array of input ports, indexed by port name.

        Returns:
        input ports
      • getOutputPorts

        Map<String,​IModuleBlockPort> getOutputPorts()

        Return this block's associative array of output ports, indexed by port name.

        Returns:
        output ports
      • getSubstitutionVariableTransformations

        ITransformation[] getSubstitutionVariableTransformations()

        Return an array of transformations to produce substitution variable values, null if none.

        Returns:
        substitution variable transformations, null if none