public abstract class MeaTimeMeasurementsAbstract extends TimeMeasurementsAbstract implements MeaTimeMeasurementsIF
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
element |
protected T_LONGLONG |
maxSubMatId |
protected int |
maxValues |
protected int |
noToalLC |
protected java.util.HashMap<DataType,com.highqsoft.moma.rules.timemeasurements.TimeMeasurementsAbstract.Count> |
noValsTotal |
aoSessarguments, ctx, descriptor, NEW_LINE| Constructor and Description |
|---|
MeaTimeMeasurementsAbstract(java.lang.String loggerName)
Constructor of the ODS Cache
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
The execute, depending on the mode, start or stop the thread.
|
void |
init()
Initialize the implementation
|
protected T_LONGLONG[] |
loadSubmatrixIds(ApplElemAccess aea,
ApplicationStructureValue asv) |
protected void |
setLoggerName(java.lang.String loggerName) |
setNoValues, setNoValues, setNoValues, showNoValues, terminateaddAttributesToNameValueUnitArray, 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, setDescriptorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadValuesOfSubmatrixterminategetContext, getDescriptor, setArguments, setContext, setDescriptorprotected int maxValues
protected int noToalLC
protected T_LONGLONG maxSubMatId
protected java.lang.String element
protected java.util.HashMap<DataType,com.highqsoft.moma.rules.timemeasurements.TimeMeasurementsAbstract.Count> noValsTotal
public MeaTimeMeasurementsAbstract(java.lang.String loggerName)
protected void setLoggerName(java.lang.String loggerName)
protected T_LONGLONG[] loadSubmatrixIds(ApplElemAccess aea, ApplicationStructureValue asv) throws AoException
AoExceptionpublic void execute()
throws ExecutableException
execute in interface ExecutableIFExecutableException - if execution fails.ExecutableIF.execute()public void init()
throws InitializationFailedException
init in interface ImplementationIFinit in class TimeMeasurementsAbstractInitializationFailedException - -
When one of the required arguments not exist.