Package com.microej.kf.util
Class DoubleConverter
- java.lang.Object
-
- com.microej.kf.util.DoubleConverter
-
-
Constructor Summary
Constructors Constructor Description DoubleConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Doubleconvert(Double arg0, Feature targetOwner)Converts an object owned by a Feature to another Feature.Class<Double>getType()Gets the Kernel type managed by thisConverter.
-
-
-
Method Detail
-
convert
public Double convert(Double arg0, Feature targetOwner) throws IllegalAccessError
Description copied from interface:ConverterConverts an object owned by a Feature to another Feature.- Specified by:
convertin interfaceConverter<Double>- Parameters:
arg0- the source object to be convertedtargetOwner- the owner of the converted object- Returns:
- the converted object, owned by the target owner
- Throws:
IllegalAccessError
-
-