Package | Description |
---|---|
com.massa.mrules.callable | |
com.massa.mrules.set |
Class and Description |
---|
Call
Performs the call to an ICallable, using the callable repository.
|
Call.Argument
Represents an argument for a call.
|
Function
Allows to declare functions.
|
ICallable
Describes portions of a ruleset that can be declared
and then invoked later during the execution, eventually with arguments.
|
Return
Stops execution of a
ICallable using flow control. |
Class and Description |
---|
ICallable
Describes portions of a ruleset that can be declared
and then invoked later during the execution, eventually with arguments.
|
ICallableRepository
Describes an object which contains references to compiled callables and is able
to invoke them.
|