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

de.dagere.kopeme.datastorage.DataLoader Maven / Gradle / Ivy

package de.dagere.kopeme.datastorage;

import java.util.Date;
import java.util.Map;

/**
 * Interface for loading KoPeMe-data
 * 
 * @author reichelt
 *
 */
public interface DataLoader {
	/**
	 * Method for loading the KoPeMe-data
	 * 
	 * @return KoPeMe-data
	 */
	public Map> getData();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy