Interface Port

    • Method Detail

      • getName

        String getName()
        Get the name of the port.
        Returns:
        the name of the port
      • getFormat

        DataFormat getFormat()
        Get the data format of the port.
        Returns:
        a DataFormat object
      • isList

        boolean isList()
        Test if the port requires a list as value.
        Returns:
        true if the the port requires a list as value
      • getLinkedSteps

        Set<Step> getLinkedSteps()
        Get the steps linked to this port.
        Returns:
        a step with the list of linked steps