Package | Description |
---|---|
psdi.plusc.app.pluscds.pluscmobilecommon | |
psdi.plusc.app.pluscds.util |
Modifier and Type | Class and Description |
---|---|
class |
PlusCDSInstrTO |
class |
PlusCDSPointTO |
class |
PlusCDSTO |
class |
PlusCWODSInstrTO |
class |
PlusCWODSPointTO |
class |
PlusCWODSTO |
Modifier and Type | Method and Description |
---|---|
void |
PlusCDSCalculation.calcPointRangeLimits(PlusCMboRemote mboRemote)
Calculate the calibration points range limits based on the Nominal Input and the Range limits
defined o the Asset Function.
|
boolean |
PlusCDSCalculation.calculateAveragesAndStdDevs(PlusCMboRemote[] groupPoints,
PlusCMboRemote groupAveragePoint,
java.lang.String fieldName)
Calculates the averages and standard deviations for the given group of
repeated calibration points.
|
boolean |
PlusCDSCalculation.calculateAveragesAndStdDevs(PlusCMboRemote[] groupPoints,
PlusCMboRemote groupAveragePoint,
java.lang.String fieldName)
Calculates the averages and standard deviations for the given group of
repeated calibration points.
|
boolean |
PlusCDSCalculation.calculateToleranceRangeSquared(PlusCMboRemote owner,
java.lang.String fieldName)
Calculate the Tolerance ranges based on squared equations for each formula:
- EU
-%SPAN
-%URV
-%READING
Squared Calculation for Reverse Flow Calibration - Issue # 07-10511
|
boolean |
PlusCDSCalculation.calculateToleranceRangeSquareRoot(PlusCMboRemote owner,
java.lang.String fieldName)
Calculate the Tolerance ranges based on square root equations for each formula:
- EU
-%SPAN
-%URV
-%READING
|
static double[] |
PlusCDSCalculation.directionCheck(PlusCMboRemote owner,
java.util.Locale locale)
This method makes the check direction of data
|
boolean |
PlusCDSCalculation.doUpdateErrorValues(PlusCMboRemote mboRemote,
java.lang.String asFoundOrLeft,
boolean bShowOutOfTolMsg)
Check if tolerance is exceded
|
void |
PlusCDSCalculation.doUpdateOutputValue(PlusCMboRemote mboRemote,
boolean bValidateWhenSetting)
This method updates the output values in mboRemote
|
void |
PlusCDSCalculation.doUpdateRonValues(PlusCMboRemote mboRemote)
This method updates ron values
|
boolean |
PlusCDSCalculation.doUpdateTolValues(PlusCMboRemote mboRemote,
java.lang.String fieldName)
This method updates tolerances values
|
java.lang.String |
PlusCDSCalculation.doWOUpdateOutputValue(PlusCMboRemote owner,
java.lang.String sPrefix) |
java.lang.String |
PlusCDSCalculation.squaredDesiredOutputValue(PlusCMboRemote owner)
Squared Calculation for Reverse Flow Calibration - Issue # 07-10511
|
java.lang.String |
PlusCDSCalculation.squareRootDesiredOutputValue(PlusCMboRemote owner)
Calculate the desired output value for calibration points that uses
Square Root of input.
|
boolean |
PlusCDSCalculation.summedToleranceEquations(PlusCMboRemote owner,
java.lang.String fieldName,
int tol,
boolean[] summedCalcTypes)
Calculate the Tolerance Range Values based on the summed range values entered.
|
double[] |
PlusCDSCalculation.summedToleranceEquationsTightesWidest(PlusCMboRemote owner,
java.lang.String fieldName,
int tol,
boolean[] summedCalcTypes)
TIGHTEST to WIDEST used equstion just to calculate the tigh to widest rule on summed equations, remove this code on next patch
and include a call to the existing method.
|
Modifier and Type | Method and Description |
---|---|
static PlusCMboRemote |
PlusCToolKitTOServer.createTO(MboRemote mboSource,
java.lang.Class objectType)
Creates the to.
|
Modifier and Type | Method and Description |
---|---|
static void |
PlusCToolKitTOServer.copyValues(MboRemote mboSource,
PlusCMboRemote objectTO)
Copy values from mboSource to objectTO.
|
static void |
PlusCToolKitTOServer.setMboValues(MboRemote target,
PlusCMboRemote source)
Copy all changed attributes in source (retrieved through getChangedFields) to target.
|