Holger's
Java API

Uses of Interface
com.antelmann.math.TimeDataParser

Packages that use TimeDataParser
com.antelmann.db This package contains generally useful classes for generic database management. 
com.antelmann.math This package contains classes to ease calculations. 
 

Uses of TimeDataParser in com.antelmann.db
 

Classes in com.antelmann.db that implement TimeDataParser
 class EntryAnalyzer<T extends DBEntry>
          provides a convenient base and several methods to easily analyze aggregated DBEntry data; the underlying data can additionally be provided as a DBClassStore.
 

Uses of TimeDataParser in com.antelmann.math
 

Classes in com.antelmann.math that implement TimeDataParser
 class ObjectAnalyzer<T>
          provides a convenient base and several methods to easily analyze aggregated data; the underlying data can either be provided as a cached Collection or via a retriever of an iterable object.
 

Methods in com.antelmann.math that return TimeDataParser
 TimeDataParser<? super T> TimeDataGrid.getParser()
           
 

Methods in com.antelmann.math with parameters of type TimeDataParser
 void TimeDataGrid.setParser(TimeDataParser<? super T> parser)
           
 

Constructors in com.antelmann.math with parameters of type TimeDataParser
TimeDataGrid(TimeDataParser<? super T> parser)
           
TimeDataGrid(TimeDataParser<? super T> parser, Filter<? super T> filter)
           
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads