public class DataConnectionList extends ArrayList<DataConnection>
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.
| Constructor and Description |
|---|
DataConnectionList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNeeded() |
void |
setNeeded(boolean needed) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringcontainsAll, equals, hashCodeCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.