Package org.drools.jsr94.rules.admin
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| LocalRuleExecutionSetProviderImpl |
The Drools implementation of the LocalRuleExecutionSetProvider
interface which defines RuleExecutionSet creation methods for
defining RuleExecutionSets from local (non-serializable)
resources. |
| RuleAdministratorImpl |
The Drools implementation of the RuleAdministrator interface
which is used by rule execution set administrators to load rule execution
sets from external sources and create a RuleExecutionSet
runtime object. |
| RuleExecutionSetImpl |
The Drools implementation of the RuleExecutionSet interface
which defines a named set of executable Rule instances. |
| RuleExecutionSetProviderImpl |
The Drools implementation of the RuleExecutionSetProvider
interface which defines RuleExecutionSet creation methods for
defining RuleExecutionSets from potentially serializable
resources. |
| RuleExecutionSetRepository |
Stores the registered RuleExecutionSet objects. |
| RuleImpl |
The Drools implementation of the Rule interface which provides
access to simple metadata for a rule. |
Provides the APIs for rule administration.