Uses of Package
org.das2.dataset

Packages that use org.das2.dataset
org.das2   
org.das2.client Provides classes for interacting with a das2Server, such as data set queries, authorization, and server identity. 
org.das2.components Provides GUI components for building applications. 
org.das2.dataset Provides classes and interfaces for combining Datums into structured DataSets, and operators for working with DataSets. 
org.das2.dataset.parser Package containing parsers for creating data sets. 
org.das2.dataset.test Classes for creating test data sets. 
org.das2.event Classes for adding interactivity to the application components. 
org.das2.fsm fsm contains objects that model files that are stored in a FileSystem with the filename parametric in time. 
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
org.das2.math Provides implementations of complex mathematical functions, such as FFT, Poisson distribution generator, contouring, interpolation, fitting, etc. 
org.das2.math.fft Classes for performing generalized FFT transformations. 
org.das2.stream Provides classes for parsing and formatting das2Streams, and a few stream proof-of-concept stream operators that are not used. 
org.das2.stream.test Classes for producing das2 Streams, useful for fun and testing only. 
org.das2.util Utility classes useful for the implementation of other packages, but not necessarily part of any one package. 
 

Classes in org.das2.dataset used by org.das2
DataSetCache
           
 

Classes in org.das2.dataset used by org.das2.client
DataSet
          General interface for objects encapsulating a data set
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
 

Classes in org.das2.dataset used by org.das2.components
DataSet
          General interface for objects encapsulating a data set
DataSetConsumer
           
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
DataSetUpdateListener
           
TableDataSetConsumer
           
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.dataset
AbstractDataSet
           
AbstractDataSet.ViewDataSet
          A DataSet implementation that share properties, yUnits and yUnits with the instance of AbstractDataSet it is associated with.
AbstractDataSetCache
          Keeps keep track of cache statistics and to give consistent log messages, and provides the Entry class.
AbstractDataSetCache.Entry
           
AbstractTableDataSet
           
AbstractVectorDataSet
          Abstract implementation of the VectorDataSet interface provided to make implementation of concrete base classes easier.
AverageTableRebinner.Interpolate
           
CacheTag
          CacheTags are used to represent the coverage of datasets stored in a cache, and are the reference used to decide if a cache entry is capable of satisfying a data request.
DataRequestor
           
DataSet
          General interface for objects encapsulating a data set
DataSetCache
           
DataSetConsumer
           
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
DataSetRebinner
           
DataSetUpdateEvent
           
DataSetUpdateListener
           
DefaultTableDataSet
           
RebinDescriptor
           
TableDataSet
          A DataSet implementation for 3 dimensional z(x,y) data sets where the data is arranged in a sequence of tables.
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
ViewDataSet
          A DataSet implementation that share properties, yUnits and yUnits with the instance of AbstractDataSet it is associated with.
WritableTableDataSet
           
 

Classes in org.das2.dataset used by org.das2.dataset.parser
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.dataset.test
DataSet
          General interface for objects encapsulating a data set
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
TableDataSet
          A DataSet implementation for 3 dimensional z(x,y) data sets where the data is arranged in a sequence of tables.
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.event
DataSet
          General interface for objects encapsulating a data set
DataSetConsumer
           
DataSetUpdateListener
           
TableDataSetConsumer
           
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.fsm
CacheTag
          CacheTags are used to represent the coverage of datasets stored in a cache, and are the reference used to decide if a cache entry is capable of satisfying a data request.
DataSet
          General interface for objects encapsulating a data set
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
 

Classes in org.das2.dataset used by org.das2.graph
DataSet
          General interface for objects encapsulating a data set
DataSetConsumer
           
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
DataSetRebinner
           
DataSetUpdateEvent
           
DataSetUpdateListener
           
RebinDescriptor
           
TableDataSetConsumer
           
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.math
TableDataSet
          A DataSet implementation for 3 dimensional z(x,y) data sets where the data is arranged in a sequence of tables.
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.math.fft
DataSet
          General interface for objects encapsulating a data set
TableDataSet
          A DataSet implementation for 3 dimensional z(x,y) data sets where the data is arranged in a sequence of tables.
VectorDataSet
          Interface definition for datasets comprised of a y value for each x tag such that y(x).
 

Classes in org.das2.dataset used by org.das2.stream
DataSet
          General interface for objects encapsulating a data set
TableDataSet
          A DataSet implementation for 3 dimensional z(x,y) data sets where the data is arranged in a sequence of tables.
 

Classes in org.das2.dataset used by org.das2.stream.test
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
 

Classes in org.das2.dataset used by org.das2.util
DataSetConsumer
           
DataSetDescriptor
          DataSetDescriptors are a source from where datasets are produced.
DataSetUpdateEvent
           
DataSetUpdateListener