Public Member Functions | |
| BACIDoubleLinearConverter (double c, double n) | |
| Object | convertPropertyValue (Object value) |
| Object | inverseConvertPropertyValue (Object value) |
| String | getConvertedPropertyValueUnits (String units) |
| String | getDescription () |
| DataType | getInverseConvertPropertyParameterType () |
Protected Attributes | |
| double | c |
| double | n |
Implementation of BACI double property linear converter,
cx + n
.
| si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.BACIDoubleLinearConverter | ( | double | c, | |
| double | n | |||
| ) |
Constructor
| c | coeficient. | |
| n | offset. |
| Object si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.convertPropertyValue | ( | Object | value | ) | [virtual] |
Implements si.ijs.acs.objectexplorer.engine.BACI.BACIConverterSupport.
References si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.c, and si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.n.
| String si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.getConvertedPropertyValueUnits | ( | String | units | ) | [virtual] |
Implements si.ijs.acs.objectexplorer.engine.BACI.BACIConverterSupport.
References si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.c, and si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.n.
| String si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.getDescription | ( | ) |
| DataType si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.getInverseConvertPropertyParameterType | ( | ) | [virtual] |
| Object si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.inverseConvertPropertyValue | ( | Object | value | ) | [virtual] |
Implements si.ijs.acs.objectexplorer.engine.BACI.BACIConverterSupport.
References si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.c, and si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.n.
double si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.c [protected] |
Coeficient.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.convertPropertyValue(), si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.getConvertedPropertyValueUnits(), and si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.inverseConvertPropertyValue().
double si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.n [protected] |
Offset.
Referenced by si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.convertPropertyValue(), si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.getConvertedPropertyValueUnits(), and si.ijs.acs.objectexplorer.engine.BACI.converters.BACIDoubleLinearConverter.inverseConvertPropertyValue().
1.7.0