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 |
aoSess
arguments, 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, terminate
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, toString, wait, wait, wait
loadValuesOfSubmatrix
terminate
getContext, getDescriptor, setArguments, setContext, setDescriptor
protected 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
AoException
public void execute() throws ExecutableException
execute
in interface ExecutableIF
ExecutableException
- if execution fails.ExecutableIF.execute()
public void init() throws InitializationFailedException
init
in interface ImplementationIF
init
in class TimeMeasurementsAbstract
InitializationFailedException
- -
When one of the required arguments not exist.