JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jadex.bridge.sensor.unit
Interface IConvertableUnit<T>
All Known Implementing Classes:
MemoryUnit
,
TimeUnit
public interface
IConvertableUnit<T>
Unit interface supporting conversions.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
convert
(
T
value)
Convert a value according to the underlying unit.
Method Detail
convert
T
convert(
T
value)
Convert a value according to the underlying unit.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method