Package jadex.bridge.sensor.unit
Interface IConvertableUnit<T>
-
- All Known Implementing Classes:
MemoryUnit
,PercentUnit
,TimeUnit
public interface IConvertableUnit<T>
Unit interface supporting conversions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
convert(T value)
Convert a value according to the underlying unit.
-