public class FixedVariableList extends java.util.ArrayList<FixedVariable>
FixedVariables.| Constructor and Description |
|---|
FixedVariableList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addOrEdit(FixedVariable newFixedVariable)
Adds the or edits the specified .
|
FixedVariableList |
getCopy()
Returns a copy of the current instance.
|
FixedVariable |
getVariable(java.lang.String variableID)
Returns the
FixedVariable specified by the variableID. |
add, 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 FixedVariable getVariable(java.lang.String variableID)
FixedVariable specified by the variableID.variableID - the variable IDpublic boolean addOrEdit(FixedVariable newFixedVariable)
newFixedVariable - the new FixedVariablepublic FixedVariableList getCopy()