Interface IExportedEndpoints


  • public interface IExportedEndpoints

    An interface describing a set of exported input and output endpoints belonging to a flow.

    • Method Detail

      • getInputs

        IModuleBlockPort[] getInputs()

        Return an array of exported input endpoints.

        Returns:
        inputs
      • getOutputs

        IModuleBlockPort[] getOutputs()

        Return an array of exported output endpoints.

        Returns:
        outputs