public class CalculateMeqStatAttr extends AbstractSequencerRule
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
aaMeaId |
protected java.lang.String |
aaMeqAvg |
protected java.lang.String |
aaMeqId |
protected java.lang.String |
aaMeqMax |
protected java.lang.String |
aaMeqMin |
protected java.lang.String |
aaMeqName |
protected java.lang.String |
aaMeqStdDev |
protected java.lang.String |
aeLc |
protected java.lang.String |
aeMea |
protected java.lang.String |
aeMeq |
protected java.lang.String |
aeSm |
protected T_LONGLONG |
aidLc |
protected T_LONGLONG |
aidMea |
protected T_LONGLONG |
aidMeq |
protected T_LONGLONG |
aidSm |
protected java.lang.String |
arLcMeq |
protected java.lang.String |
arLcSm |
protected java.lang.String |
arMeqMea |
protected double |
avg |
protected boolean |
dataTypeSupported |
protected short |
flag |
protected boolean |
initDone |
protected double |
max |
protected SelValueExt |
meqIdCond |
protected double |
min |
protected int |
noValidVal |
protected ODSCache |
odsCache |
protected QueryStructureExt |
smAoq |
protected double |
stddev |
protected boolean |
useTargetCache |
protected java.util.HashMap<java.lang.Long,ValueMatrix> |
vmMap |
cleanAfterGet, localNVU
loggerName, postMethods, preMethods, sessionRef
arguments, ctx, descriptor, NEW_LINE
Constructor and Description |
---|
CalculateMeqStatAttr() |
Modifier and Type | Method and Description |
---|---|
protected void |
calcStatistic(T_LONGLONG meqId,
TS_ValueSeq vals) |
protected T_LONGLONG |
convertToId(TS_Union u) |
protected void |
handleMeq(T_LONGLONG meqId,
java.lang.String meqName) |
void |
init()
The init method.
|
void |
setValue(NameValueUnit[][] nvu)
Set the named values to rule.
|
protected void |
storeValues(T_LONGLONG meqId) |
execute, getValue, terminate
execute, executePostMethods, executePreMethods, getAoSessionFromContextWithSessionRef, getId, getOdsCache, getPointTo, getSessionRef, getType, isPedantic, setGathermode, setId, setPointTo, setPostMethods, setPreMethods, setSessionRef, setType, toString, toString, toString
addAttributesToNameValueUnitArray, addAttributeToNameValueUnitArray, addStringValueToNameValueUnitArray, checkDirectoy, checkDirectoy, checkDirectoy, checkFile, checkFile, checkFile, checkIntValue, checkStringValue, compressNvuArray, createMessageFromPropertyFile, createMessageFromPropertyFile, createMessageFromPropertyFile, createTsUnionFromObject, deleteRowWithAttributes, getArguments, getContext, getDescriptor, getListFromProperty, getMandatoryProperty, getMandatoryProperty, getMandatoryPropertyAsInt, getMandatoryPropertyAsList, getMandatoryPropertyWithRuleException, getNvuArrayFromMap, getNvuArrayFromMap, getNvuObjectWithName, getNvuObjectWithName, getNvuObjectWithName, getOdsCacheFromProperty, getOptioanlPropertyAsInt, getOptionalProperty, getOptionalProperty, getOptionalProperty, getOptionalProperty, getOptionalPropertyAsBoolean, getOptionalPropertyAsBoolean, getOptionalPropertyAsBoolean, getOptionalPropertyAsList, makeUpperCaseKeyword, removeAttributeFromNameValueUnitArray, removeAttributeFromNameValueUnitArray, setArguments, setContext, setDescriptor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getContext, getDescriptor, setArguments, setContext, setDescriptor
protected ODSCache odsCache
protected boolean useTargetCache
protected QueryStructureExt smAoq
protected SelValueExt meqIdCond
protected java.lang.String aeMea
protected java.lang.String aeMeq
protected java.lang.String aeSm
protected java.lang.String aeLc
protected T_LONGLONG aidMea
protected T_LONGLONG aidMeq
protected T_LONGLONG aidSm
protected T_LONGLONG aidLc
protected java.lang.String aaMeaId
protected java.lang.String aaMeqId
protected java.lang.String aaMeqName
protected java.lang.String aaMeqMax
protected java.lang.String aaMeqMin
protected java.lang.String aaMeqAvg
protected java.lang.String aaMeqStdDev
protected java.lang.String arMeqMea
protected java.lang.String arLcSm
protected java.lang.String arLcMeq
protected java.util.HashMap<java.lang.Long,ValueMatrix> vmMap
protected double max
protected double min
protected double avg
protected double stddev
protected short flag
protected boolean initDone
protected boolean dataTypeSupported
protected int noValidVal
public void init() throws InitializationFailedException
init
in interface ImplementationIF
init
in class AbstractSequencerRule
InitializationFailedException
- if the initialization fails.AbstractImplementation.init()
public void setValue(NameValueUnit[][] nvu) throws RuleException
RuleIF
nvu
- The name value of the rule.RuleException
protected void calcStatistic(T_LONGLONG meqId, TS_ValueSeq vals)
protected void storeValues(T_LONGLONG meqId)
protected void handleMeq(T_LONGLONG meqId, java.lang.String meqName) throws AoException
AoException
protected T_LONGLONG convertToId(TS_Union u)