public class MoMaXInputRule extends MoMaXAbstractRule
| Argument Keyword | Datatype | Default | Description |
|---|---|---|---|
| ELEMENTIDS | String | none | The ElemId String passed on by the Plugin to the moma. |
messenger, sourceSess, targetSessloggerName, postMethods, preMethods, sessionRefarguments, ctx, descriptor, NEW_LINE| Constructor and Description |
|---|
MoMaXInputRule() |
| Modifier and Type | Method and Description |
|---|---|
NameValueUnit[][] |
getValue()
This method returns an double array of NVU.
|
void |
init()
The initialization of the rule.
|
void |
setValue(NameValueUnit[][] nvu)
Does nothing.
|
void |
terminate()
The terminat method, reset the local variables.
|
execute, execute, executePostMethods, executePreMethods, getAoSessionFromContextWithSessionRef, getId, getOdsCache, getPointTo, getSessionRef, getType, isPedantic, setGathermode, setId, setPointTo, setPostMethods, setPreMethods, setSessionRef, setType, toString, toString, toStringaddAttributesToNameValueUnitArray, 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, wait, wait, waitgetContext, getDescriptor, setArguments, setContext, setDescriptorpublic NameValueUnit[][] getValue() throws RuleException
[0]AID [1]AID [2]AID
[1]IID [1]IID [2]IID
getValue in interface RuleIFgetValue in class MoMaXAbstractRuleRuleException - @see RuleIF.getValue()RuleIF.setValue(NameValueUnit[][] nvu)public void init()
throws InitializationFailedException
init in interface ImplementationIFinit in class MoMaXAbstractRuleInitializationFailedException - @see ImplementationIF.init()AbstractImplementation.init()public void terminate()
throws TerminationException
terminate in interface ExecutableIFterminate in class AbstractRuleTerminationException - @see ExecutableIF.terminate()AbstractRule.terminate()public void setValue(NameValueUnit[][] nvu) throws RuleException
setValue in interface RuleIFsetValue in class MoMaXAbstractRulenvu - a NVU arrayRuleException - @see RuleIF.setValue(NameValueUnit[][])