Class DataConnectionList

All Implemented Interfaces:
Serializable, Cloneable, Iterable<IDataConnection>, Collection<IDataConnection>, List<IDataConnection>, RandomAccess

public class DataConnectionList extends ArrayList<IDataConnection>

Represents a list of external connections associated with a given process input/output or parameter. Derives from array list and adds a flag to specify that input or output connections are needed for a process to execute.

See Also:
  • Field Details

    • needed

      protected boolean needed
  • Constructor Details

    • DataConnectionList

      public DataConnectionList()
  • Method Details

    • isNeeded

      public boolean isNeeded()
    • setNeeded

      public void setNeeded(boolean needed)