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