Uses of Interface
adams.data.id.MutableIDHandler
-
-
Uses of MutableIDHandler in adams.data.blob
Classes in adams.data.blob that implement MutableIDHandler Modifier and Type Class Description class
BlobContainer
Simple container for blob (ie byte array) objects that also offers notes and a report for storing meta-data. -
Uses of MutableIDHandler in adams.data.container
Subinterfaces of MutableIDHandler in adams.data.container Modifier and Type Interface Description interface
DataContainer<T extends DataPoint>
Generic Interface for data containers.interface
DataContainerWithSpreadSheetSupport<T extends DataPoint>
Data containers that can turn themselves into spreadsheets.Classes in adams.data.container that implement MutableIDHandler Modifier and Type Class Description class
AbstractDataContainer<T extends DataPoint>
Superclass for all data structures.class
ObjectContainer
Simple container for (serializable) objects that also offers notes and a report for storing meta-data. -
Uses of MutableIDHandler in adams.data.instance
Classes in adams.data.instance that implement MutableIDHandler Modifier and Type Class Description class
Instance
Stores values from weka.core.Instance objects, with X being the attribute index (integer) and Y being the internal value (double). -
Uses of MutableIDHandler in adams.data.sequence
Classes in adams.data.sequence that implement MutableIDHandler Modifier and Type Class Description class
XYSequence
A sequence storing 2-dimensional points. -
Uses of MutableIDHandler in adams.data.text
Classes in adams.data.text that implement MutableIDHandler Modifier and Type Class Description class
TextContainer
Simple container for text objects that also offers notes and a report for storing meta-data. -
Uses of MutableIDHandler in adams.data.timeseries
Classes in adams.data.timeseries that implement MutableIDHandler Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of MutableIDHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement MutableIDHandler Modifier and Type Class Description class
SequencePlotContainer
Container for sequence plot data.class
SequencePlotSequence
ExtendedXYSequence
. -
Uses of MutableIDHandler in adams.gui.visualization.container
Subinterfaces of MutableIDHandler in adams.gui.visualization.container Modifier and Type Interface Description interface
NamedContainer
Interface for containers that are have a unique ID string. -
Uses of MutableIDHandler in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement MutableIDHandler Modifier and Type Class Description class
InstanceContainer
A container class for a weka.core.Instance wrapped in a weka.core.Instance. -
Uses of MutableIDHandler in adams.gui.visualization.report
Classes in adams.gui.visualization.report that implement MutableIDHandler Modifier and Type Class Description class
ReportContainer
A container for Report objects. -
Uses of MutableIDHandler in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement MutableIDHandler Modifier and Type Class Description class
XYSequenceContainer
A container class for an XY sequence. -
Uses of MutableIDHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement MutableIDHandler Modifier and Type Class Description class
SpreadSheetRow
Stores values from Row objects, with X being the attribute index (integer) and Y being the internal value (double).class
SpreadSheetRowContainer
A container class for a SpreadSheet Row. -
Uses of MutableIDHandler in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement MutableIDHandler Modifier and Type Class Description class
TimeseriesContainer
A container class for a timeseries and additional information.
-