Package adams.data.container
-
Interface Summary Interface Description DataContainer<T extends DataPoint> Generic Interface for data containers.DataContainerWithSpreadSheetSupport<T extends DataPoint> Data containers that can turn themselves into spreadsheets.DataPoint Generic Interface for data points.DataPointWithMetaData Interface for DataPoint-implementing classes that also support meta-data. -
Class Summary Class Description AbstractDataContainer<T extends DataPoint> Superclass for all data structures.AbstractDataPoint Superclass for data points.AbstractSimpleContainer<T> Ancestor for simple containers for objects that also offers notes and a report for storing meta-data.DataContainerUtils Utility class for data containers.DataPointComparator<T extends DataPoint> A comparator for sequence points.ObjectContainer Simple container for (serializable) objects that also offers notes and a report for storing meta-data. -
Enum Summary Enum Description DataContainerUtils.GapFilling An enumeration of types of gap-filling.