public class FixedVariableListForAggregation extends FixedVariableList
FixedVariableList for aggregations of systems.
It contains one FixedVariableList for the superordinate system of the aggregation
and, additionally, Vectors of FixedVariableLists for involved subsystems.| Constructor and Description |
|---|
FixedVariableListForAggregation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFixedVariableListForSubSystem(java.lang.String subSystemID,
FixedVariableList variableList)
Adds the specified
FixedVariableList for the specified subsystem to the vector of FixedVariableList. |
java.util.Vector<FixedVariableList> |
getFixedVariableListForSubSystem(java.lang.String subSystemID)
Returns the vector of
FixedVariableLists for the specified subsystem. |
addOrEdit, getCopy, getVariableadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic java.util.Vector<FixedVariableList> getFixedVariableListForSubSystem(java.lang.String subSystemID)
FixedVariableLists for the specified subsystem.subSystemID - the subsystem IDFixedVariableLists for the subsystempublic void addFixedVariableListForSubSystem(java.lang.String subSystemID,
FixedVariableList variableList)
FixedVariableList for the specified subsystem to the vector of FixedVariableList.subSystemID - the ID of the subsystemvariableList - the FixedVariableList for the subsystem