Uses of Interface
adams.data.id.IDHandler
-
-
Uses of IDHandler in adams.data
Methods in adams.data with parameters of type IDHandler Modifier and Type Method Description static String
DataUtils. createFilename(File dir, IDHandler handler, String extension)
Generates a filename for the handler.static String
DataUtils. createFilename(File dir, IDHandler handler, String suffix, String extension)
Generates a filename for the handler. -
Uses of IDHandler in adams.data.binning
Classes in adams.data.binning that implement IDHandler Modifier and Type Class Description class
BinnableGroup<T>
Container for multiple Binnable items that fall in the same group ID. -
Uses of IDHandler in adams.data.blob
Classes in adams.data.blob that implement IDHandler 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 IDHandler in adams.data.container
Subinterfaces of IDHandler 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 IDHandler 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 IDHandler in adams.data.id
Subinterfaces of IDHandler in adams.data.id Modifier and Type Interface Description interface
MutableIDHandler
Interface for classes that allow the ID to set as well. -
Uses of IDHandler in adams.data.instance
Classes in adams.data.instance that implement IDHandler 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 IDHandler in adams.data.sequence
Classes in adams.data.sequence that implement IDHandler Modifier and Type Class Description class
XYSequence
A sequence storing 2-dimensional points. -
Uses of IDHandler in adams.data.text
Classes in adams.data.text that implement IDHandler 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 IDHandler in adams.data.timeseries
Classes in adams.data.timeseries that implement IDHandler Modifier and Type Class Description class
Timeseries<P extends TimeseriesPoint,R extends Report,S extends TimeseriesStatistic>
Container for a full timeseries. -
Uses of IDHandler in adams.db
Classes in adams.db with type parameters of type IDHandler Modifier and Type Class Description class
ReportTableByID<R extends Report & IDHandler,F extends AbstractField>
Abstract ancestor for classes that provide access to reports stored in tables. -
Uses of IDHandler in adams.flow.sink.sequenceplotter
Classes in adams.flow.sink.sequenceplotter that implement IDHandler Modifier and Type Class Description class
SequencePlotContainer
Container for sequence plot data.class
SequencePlotSequence
ExtendedXYSequence
. -
Uses of IDHandler in adams.gui.visualization.container
Subinterfaces of IDHandler in adams.gui.visualization.container Modifier and Type Interface Description interface
NamedContainer
Interface for containers that are have a unique ID string. -
Uses of IDHandler in adams.gui.visualization.instance
Classes in adams.gui.visualization.instance that implement IDHandler Modifier and Type Class Description class
InstanceContainer
A container class for a weka.core.Instance wrapped in a weka.core.Instance. -
Uses of IDHandler in adams.gui.visualization.report
Classes in adams.gui.visualization.report that implement IDHandler Modifier and Type Class Description class
ReportContainer
A container for Report objects. -
Uses of IDHandler in adams.gui.visualization.sequence
Classes in adams.gui.visualization.sequence that implement IDHandler Modifier and Type Class Description class
XYSequenceContainer
A container class for an XY sequence. -
Uses of IDHandler in adams.gui.visualization.spreadsheet
Classes in adams.gui.visualization.spreadsheet that implement IDHandler 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 IDHandler in adams.gui.visualization.timeseries
Classes in adams.gui.visualization.timeseries that implement IDHandler Modifier and Type Class Description class
TimeseriesContainer
A container class for a timeseries and additional information.
-