Package | Description |
---|---|
com.massa.mrules.context | |
com.massa.mrules.context.execute |
Modifier and Type | Method and Description |
---|---|
MExecutionContext<?> |
MInOutContextFactory.getExecutionContext() |
MExecutionContext<?> |
MContextFactory.getExecutionContext() |
Modifier and Type | Class and Description |
---|---|
class |
MInOutExecutionContext<I,O>
Class allowing to execute the rule executionSet.
|
class |
MListExecutionContext
This particular context intends to ensure compatibility with JSR 94 specs.
|
Modifier and Type | Method and Description |
---|---|
MExecutionContext<Object> |
AbstractExecutionContext.getSubContextForNewBases(Object newBases) |
MExecutionContext<Object> |
IExecutionContext.getSubContextForNewBases(Object newBases)
Gets a new Execution Context instance, modifying the following behaviours :
Read and write bases are the provided newBases
Cache is disabled
|
MExecutionContext<Object> |
ExecutionContextWrapper.getSubContextForNewBases(Object newBases)
Deprecated.
|