Package | Description |
---|---|
com.massa.mrules.accessor | |
com.massa.mrules.action | |
com.massa.mrules.callable | |
com.massa.mrules.set |
Modifier and Type | Method and Description |
---|---|
IExecutable.ValueReturning |
AbstractExecutableWrapperAccessor.getExecutable() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractExecutableWrapperAccessor.setExecutable(IExecutable.ValueReturning executable) |
Constructor and Description |
---|
AbstractExecutableWrapperAccessor(IExecutable.ValueReturning executable) |
MExecutableWrapperAccessor(IExecutable.ValueReturning executable) |
Modifier and Type | Class and Description |
---|---|
class |
MActionClear
Action that adds the value of the source Accessor to the Collection provided by the target Accessor.
|
class |
MActionSort
Action that sorts the values of the source Accessor.
|
Modifier and Type | Class and Description |
---|---|
class |
Call
Performs the call to an ICallable, using the callable repository.
|
Modifier and Type | Class and Description |
---|---|
class |
MRuleExecutionSet
Master Class and Entry point of the Engine.
|
class |
MRuleExecutionSetWrapper |