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

org.umlg.runtime.validation.MinReal Maven / Gradle / Ivy

The newest version!
package org.umlg.runtime.validation;

public class MinReal implements UmlgValidation {
	private double min;

	public MinReal(double min) {
		super();
		this.min = min;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy