Interface | Description |
---|---|
ICompilationContext |
Base methods for compilation contexts.
|
Class | Description |
---|---|
AbstractCompilationContext |
Class allowing to compile the rule executionSet.
|
AddonInfo |
Allows to store addon information during compilation process.
|
CompilationContextWrapper |
Wraps a compilation context instance and by default forwards all actions to wrapped object.
|
MCompilationContext |
Class allowing to compile the rule executionSet.
|
MExecutionContextConverter |
Allows to wrap a
ICompilationContext in order to simulate an Execution context. |
MInOutCompilationContext |
Class allowing to compile the rule executionSet.
|
MListCompilationContext |
This particular context intends to ensure compatibility with JSR 94 specs.
|
MStandaloneCompilationContext |
Class allowing to compile the rule executionSet.
|
Enum | Description |
---|---|
CompilationLevel |
Defines the different compilation modes handled for an execution set.
|