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, targetSess
loggerName, postMethods, preMethods, sessionRef
arguments, 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, 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
public NameValueUnit[][] getValue() throws RuleException
[0]AID [1]AID [2]AID
[1]IID [1]IID [2]IID
getValue
in interface RuleIF
getValue
in class MoMaXAbstractRule
RuleException
- @see RuleIF.getValue()
RuleIF.setValue(NameValueUnit[][] nvu)
public void init() throws InitializationFailedException
init
in interface ImplementationIF
init
in class MoMaXAbstractRule
InitializationFailedException
- @see ImplementationIF.init()
AbstractImplementation.init()
public void terminate() throws TerminationException
terminate
in interface ExecutableIF
terminate
in class AbstractRule
TerminationException
- @see ExecutableIF.terminate()
AbstractRule.terminate()
public void setValue(NameValueUnit[][] nvu) throws RuleException
setValue
in interface RuleIF
setValue
in class MoMaXAbstractRule
nvu
- a NVU arrayRuleException
- @see RuleIF.setValue(NameValueUnit[][])