timeBench.data.GranularityAggregationTreeProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of timebench Show documentation
Show all versions of timebench Show documentation
TimeBench, a flexible, easy-to-use, and reusable software library written in Java that provides foundational data structures and algorithms for time- oriented data in Visual Analytics.
The newest version!
package timeBench.data;
/**
* Any class can have this interface in order to provide the getTemporalDataset()
* method to get a relational temporal dataset. It is designed with an action in
* mind that created a new temporal dataset instance. Subsequent action can
* ask a class that implements this interface for a current version of the dataset.
*
*
* Added: 12-12-2011 / TL
* Modifications:
*
*
* @author Tim Lammarsch
*
*/
public interface GranularityAggregationTreeProvider {
public GranularityAggregationTree getGranularityAggregationTree();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy