I
- Input typepublic class MExecutionContext<I> extends AbstractExecutionContext
DEFAULT_LOGGER_NAME
Constructor and Description |
---|
MExecutionContext() |
MExecutionContext(IMRuleExecutionSet executionSet) |
MExecutionContext(IMRuleExecutionSet executionSet,
I i) |
MExecutionContext(IMRuleExecutionSet executionSet,
String loggerName) |
MExecutionContext(IMRuleExecutionSet executionSet,
String loggerName,
I i) |
MExecutionContext(String loggerName) |
Modifier and Type | Method and Description |
---|---|
I |
getInput() |
Object |
getReadBase()
Returns base object for property read access.
|
Object |
getWriteBase()
Returns base object for property write access.
|
void |
setInput(I input) |
completeWrapping, debug, debugEntering, debugEntering, debugExiting, debugExiting, debugParent, debugSub, execute, getCachedData, getCachedPropertySource, getCachedPropertySource, getDefaultLoggerName, getErr, getLogSpaces, getMaxDebugLevel, getOut, getParentLogSpaces, getPhase, getReadBaseType, getRootContext, getSubContextForNewBases, getSubContextForNewBases, getSubContextForNewVariables, getSubLogSpaces, getWriteBaseType, hasCachedData, init, isDebugEnabled, resetCachedData, resetCachedData, setCachedData, setErr, setMaxDebugLevel, setOut
completeWrapping, getExecutionSet, getImports, getLog, getSecurityManager, getVariables, setExecutionSet, setLoggerName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getExecutionSet, getImports, getLog, getSecurityManager, getVariables, setExecutionSet, setLoggerName
public MExecutionContext()
public MExecutionContext(String loggerName)
public MExecutionContext(IMRuleExecutionSet executionSet)
public MExecutionContext(IMRuleExecutionSet executionSet, String loggerName)
public MExecutionContext(IMRuleExecutionSet executionSet, I i)
public MExecutionContext(IMRuleExecutionSet executionSet, String loggerName, I i)
public I getInput()
public void setInput(I input)
public Object getReadBase()
IExecutionContext
public Object getWriteBase()
IExecutionContext