ValueCollection
ValueCollection
- Superclass
- Object
- Subclasses
- TableValuesSpec, TableRowSpec, TableInterfaceSpec, TableInterfacesSpec
- Referenced By
- GroupedElementSpec, TableRowSpec
This class holds a collection of values, on which basic arithmetic operations can be
performed. When two instances of this class, which must have the same length, are added,
e.g., each component of the two instances are added together. They are matched according
to the index. Therefore collection is ordered.
Instance variables:
components <List> Holds the numbers or values
Developed By: Joseph W. Yoder (yoder@cs.uiuc.edu) and Jee Ku (jku@cat.ncsa.uiuc.edu)