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

jadex.nfproperty.sensor.unit.IPrettyPrintUnit Maven / Gradle / Ivy

There is a newer version: 5.0-alpha6
Show newest version
package jadex.nfproperty.sensor.unit;

/**
 *  Pretty print a value of unit of type T.
 */
public interface IPrettyPrintUnit
{
	/**
	 *  Pretty print a value according to the underlying unit to a string.
	 *  @param value The value.
	 *  @return The pretty printed string.
	 */
	public String prettyPrint(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy