Interface | Description |
---|---|
IContext |
Base methods for all contexts.
|
IContextFactory |
Context factories allow to create and initialize Execution and Compilation context for
a specific Rule Engine instance.
|
Class | Description |
---|---|
AbstractContext |
Class allowing to execute the rule executionSet.
|
AbstractContextFactory | |
ContextWrapper<C extends IContext> |
Wraps a context instance and by default forwards all actions to wrapped object.
|
MContextFactory |
Context factories allow to create and initialize Execution and Compilation context for
a specific Rule Engine instance.
|
MInOutContextFactory |
Context factories allow to create and initialize Execution and Compilation context for
a specific Rule Engine instance.
|
MListContextClassProperty |
Stores the class definition properties for the List Context.
|
MListContextFactory |
Context factories allow to create and initialize Execution and Compilation context for
a specific Rule Engine instance.
|
MStandaloneContextFactory |
Context factories allow to create and initialize Execution and Compilation context for
a specific Rule Engine instance.
|
Enum | Description |
---|---|
Phase |
List of possible lifecycle phases of a rule engine instance.
|