LiveGraph
data visualisation and analysis framework

Uses of Package
org.LiveGraph.dataCache

Packages that use org.LiveGraph.dataCache
org.LiveGraph   
org.LiveGraph.dataCache   
org.LiveGraph.gui   
org.LiveGraph.plot   
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph
UpdateInvoker
          An object of this class is used to triger updates from a data input stream into a DataCache at regular intervals.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.dataCache
CacheObserver
          This interface defines a cache observer.
CacheObserver.CacheEvent
           
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
DataCache.CacheMode
          Defines possible cache modes.
DataSeries
          Repsesents a data series inside the cache; stores all series specific information and provides convenience methods for accessing that information.
DataSet
          This class defines a dataset and encapsulates related data; a dataset holds one data value for each of the data series held in the cache and corresponds to a data row in the underlying data file.
DataSet.DefRetValue
          Possible default return values; a default return value is used when a dataset is queried for a value at an invalid index or when the index was valid, but corresponding value in the underlying data file could not be interpreted as a legal data value.
DataStreamToCacheReader
          This reader will parse a data stream using DataStreamReader and store all information in a data cache for further processing by the application.

See DataStreamWriter for the details of the data file format.
UpdateInvoker
          An object of this class is used to triger updates from a data input stream into a DataCache at regular intervals.
UpdateInvokerObserver
          Defines an UpdateInvoker-observer.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.gui
CacheObserver
          This interface defines a cache observer.
CacheObserver.CacheEvent
           
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
UpdateInvoker
          An object of this class is used to triger updates from a data input stream into a DataCache at regular intervals.
UpdateInvokerObserver
          Defines an UpdateInvoker-observer.
 

Classes in org.LiveGraph.dataCache used by org.LiveGraph.plot
CacheObserver
          This interface defines a cache observer.
CacheObserver.CacheEvent
           
DataCache
          An instance of this class caches datasets previously read from a data file in memory.
 


LiveGraph
data visualisation and analysis framework