| Interface | Description |
|---|---|
| IExecutionContext |
Base methods for execution contexts.
|
| Class | Description |
|---|---|
| AbstractExecutionContext |
Class allowing to execute the rule executionSet.
|
| ExecutionContextWrapper | Deprecated
For performance issues, directly instantiate a new Context or use convenience methods
IExecutionContext.getSubContextForNewBases(Object) and IExecutionContext.getSubContextForNewBases(Object, Object) |
| MCompilationContextConverter |
Allows to wrap a
ICompilationContext in order to simulate an Execution context. |
| MExecutionContext<I> |
Class allowing to execute the rule executionSet.
|
| MInOutExecutionContext<I,O> |
Class allowing to execute the rule executionSet.
|
| MListExecutionContext |
This particular context intends to ensure compatibility with JSR 94 specs.
|
| MStandaloneExecutionContext |
Class allowing to execute the rule executionSet.
|