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

refdiff.core.diff.ThresholdsProvider Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package refdiff.core.diff;

public class ThresholdsProvider {
	private double t1 = 0.5;
	private double t2 = 0.5;
	
	public double getMinimum() {
		return t1;
	}
	
	public double getIdeal() {
		return t2;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy