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

de.dagere.kopeme.measuresummarizing.MeasureSummarizer Maven / Gradle / Ivy

package de.dagere.kopeme.measuresummarizing;

import java.util.List;

/**
 * Calculates from some measures the one measure,
 * which should be saved
 * @author dagere
 *
 */
public interface MeasureSummarizer {
	
	/**
	 * Returns the value of the list of measures, that
	 * should be saved
	 * @param values
	 * @return
	 */
	public long getValue(List values);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy