All Downloads are FREE. Search and download functionalities are using the official Maven repository.

timeBench.data.TemporalDatasetProvider Maven / Gradle / Ivy

Go to download

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;

/**
 * 
 * 
 * 

* Added: / TL
* Modifications: *

* * @author Tim Lammarsch * */ public interface TemporalDatasetProvider { public TemporalDataset getTemporalDataset(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy