-
Interface Summary Interface Description DataListener Interface that can be implemented to listen for changes in data sources.DataSource Interface for an immutable access to tabular data.MutableDataSource Interface for write access to tabular data. -
Class Summary Class Description AbstractDataSource Abstract implementation of theDataSourceinterface.Column<T extends java.lang.Comparable<T>> Class for accessing a specific column of a data source.DataAccessor Abstract base for reading substructures of a data source, i.e.DataChangeEvent Class that stores information on a change of a specific data value in a data source.DataSeries Class that represents a view on several columns of aDataSource.DataTable An in-memory, random access implementation of a mutable data source using arrays to store its values.DummyData Class that represents a data source containing the same value in each cell.EnumeratedData Class that creates a new data source which adds a leading column containing the row number.JdbcData Data source for database tables accessed through a JDBC connection.Record Row Class for easily accessing a row of a data source.RowSubset Abstract class that represents a view on several rows of a data source.
Package de.erichseifert.gral.data Description
Data model classes. This package contains classes and interfaces for storing data for plots.
DataMelt 3.0 © DataMelt by jWork.ORG