| Constructor and Description | 
|---|
| FloatConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | convert(Float arg0,
       Feature targetOwner)Converts an object owned by a Feature to another Feature. | 
| Class<Float> | getType()Gets the Kernel type managed by this  Converter. | 
public Float convert(Float arg0, Feature targetOwner) throws IllegalAccessError
Converterconvert in interface Converter<Float>arg0 - the source object to be convertedtargetOwner - the owner of the converted objectIllegalAccessError