
de.tsl2.nano.util.operation.IUnit Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.operation Show documentation
Show all versions of tsl2.nano.operation Show documentation
TSL2 Framework Operation (abstract parser, conditioned functional or boolean operations - abstract structure for rule-engines)
/*
* 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