![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.util.operation.IUnit Maven / Gradle / Ivy
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: Thomas Schneider
* created on: Jul 20, 2012
*
* Copyright: (c) Thomas Schneider 2012, all rights reserved
*/
package de.tsl2.nano.util.operation;
/**
* see {@link #getUnit()}.
*
* @author Thomas Schneider
* @version $Revision$
*/
public interface IUnit {
/** defines the unit of a value */
U getUnit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy