Public Member Functions | |
String | getDescription () |
boolean | acceptConvert (String operation) |
boolean | acceptInverseConvert (String operation) |
Object | convert (String operation, Object[] params, Object returnValue) |
void | inverseConvert (String operation, Object[] params) |
Class[] | getInverseConvertParameterTypes (String operation, Class[] parameterTypes) |
|
Check if conversion is to be applied on the given operation.
Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIConverterSupport.
|
|
Check if inverse conversion is to be applied on the given operation.
Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIConverterSupport.
|
|
Convert value (by chaning params array and returning converted
Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIConverterSupport.
|
|
Get the description of the converter, e.g. "kph -> mph".
Implemented in si::ijs::acs::objectexplorer::engine::BACI::converters::BACIDegreesToDDMMSSConverter, si::ijs::acs::objectexplorer::engine::BACI::converters::BACIDouble1000Multiplier, and si::ijs::acs::objectexplorer::engine::BACI::converters::BACIDoubleLinearConverter.
|
|
Get parameters class types. This method returns classes expected by
Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIConverterSupport.
|
|
Inverse convert value.
Implemented in si::ijs::acs::objectexplorer::engine::BACI::BACIConverterSupport.
|