: Public Class
Created: 22/05/2008 00:21:51
Modified: 27/05/2016 12:40:33
Project:
Advanced:
When present, a scalar conversion that needs to be applied to every IntervalReading.value contained in IntervalBlock. This conversion results in a new associated ReadingType, reflecting the true dimensions of IntervalReading values after the conversion.<br/><br/>
Attribute
Public Boolean
  multiplyBeforeAdd
Details:
Notes: Whether scalars should be applied before adding the 'offset'.<br/>
Public Integer
  offset
Details:
Notes: (if applicable) Offset to be added as well as multiplication using scalars.<br/>
Public Integer
  scalarDenominator
Details:
Notes: (if scalar is rational number) When 'IntervalReading.value' is multiplied by 'scalarNumerator' and divided by this value, it causes a unit of measure conversion to occur, resulting in the 'ReadingType.unit'.<br/><br/>
Public Float
  scalarFloat
Details:
Notes: (if scalar is floating number) When multiplied with 'IntervalReading.value', it causes a unit of measure conversion to occur, according to the 'ReadingType.unit'.<br/><br/>
Public Integer
  scalarNumerator
Details:
Notes: (if scalar is integer or rational number)  When the scalar is a simple integer, and this attribute is presented alone and multiplied with 'IntervalReading.value', it causes a unit of measure conversion to occur, resulting in the 'ReadingType.unit'. It is never used in conjunction with 'scalarFloat', only with 'scalarDenominator'.<br/>
Element Source Role Target Role
ReadingType
Class  
Name: PendingCalculation
Pending calculation that produced this reading type.
Name: ReadingType
Reading type resulting from this pending conversion.
Details:
 
Element Source Role Target Role
IntervalBlock
Class  
Name: IntervalBlocks
All blocks of interval reading values to which this pending conversion applies.
Name: PendingCalculation
Pending calculation to apply to interval reading values contained by this block (after which the resulting reading type is different than the original because it reflects the conversion result).
Details: