Package | Description |
---|---|
com.massa.mrules.context.execute |
Modifier and Type | Class and Description |
---|---|
class |
MCompilationContextConverter
Allows to wrap a
ICompilationContext in order to simulate an Execution context. |
class |
MExecutionContext<I>
Class allowing to execute the rule executionSet.
|
class |
MInOutExecutionContext<I,O>
Class allowing to execute the rule executionSet.
|
class |
MListExecutionContext
This particular context intends to ensure compatibility with JSR 94 specs.
|
class |
MStandaloneExecutionContext
Class allowing to execute the rule executionSet.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExecutionContext.completeWrapping(AbstractExecutionContext wrapper,
boolean copyVariables)
Completes execution context wrapping after calling super implementation.
|