Package | Description |
---|---|
com.massa.mrules.context | |
com.massa.mrules.context.compile | |
com.massa.mrules.context.execute |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractContext.completeWrapping(AbstractContext wrapper,
boolean copyVariables)
Replaces wrapper's variables with current instance's ones.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompilationContext
Class allowing to compile the rule executionSet.
|
class |
MCompilationContext
Class allowing to compile the rule executionSet.
|
class |
MInOutCompilationContext
Class allowing to compile the rule executionSet.
|
class |
MListCompilationContext
This particular context intends to ensure compatibility with JSR 94 specs.
|
class |
MStandaloneCompilationContext
Class allowing to compile the rule executionSet.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExecutionContext
Class allowing to execute the rule executionSet.
|
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.
|