Package org.vast.data

Class DataList

All Implemented Interfaces:
Serializable, HasCopy, AbstractSWE, AbstractSWEIdentifiable, BlockComponent, DataArray, DataComponent
Direct Known Subclasses:
SWEData

public class DataList extends AbstractArrayImpl implements DataArray, BlockComponent

Growable List of identical DataComponents. Each new cluster of data must comply to the DataList component structure. Data clusters are stored using a DataBlockList so that data can be added and removed in real time. 11-2014: Updated to implement new API autogenerated from XML schema

See Also: