org.drools.jsr94.rules.admin |
Provides the APIs for rule administration.
@see javax.rules.admin
|
Java Source File Name | Type | Comment |
LocalRuleExecutionSetProviderImpl.java | Class | The Drools implementation of the LocalRuleExecutionSetProvider
interface which defines RuleExecutionSet creation methods for
defining RuleExecutionSet s from local (non-serializable)
resources.
See Also: LocalRuleExecutionSetProvider author: N. |
LocalRuleExecutionSetProviderTest.java | Class | Test the LocalRuleExecutionSetProvider implementation.
author: N. |
RuleAdministratorImpl.java | Class | 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. |
RuleAdministratorTest.java | Class | Test the RuleRuntime implementation.
author: N. |
RuleExecutionSetImpl.java | Class | The Drools implementation of the RuleExecutionSet interface
which defines a named set of executable Rule instances. |
RuleExecutionSetProviderImpl.java | Class | The Drools implementation of the RuleExecutionSetProvider
interface which defines RuleExecutionSet creation methods for
defining RuleExecutionSet s from potentially serializable
resources.
See Also: RuleExecutionSetProvider author: N. |
RuleExecutionSetProviderTest.java | Class | Test the RuleExecutionSetProvider implementation.
author: N. |
RuleExecutionSetRepository.java | Class | Stores the registered RuleExecutionSet objects. |
RuleExecutionSetTest.java | Class | Test the RuleExecutionSet implementation.
author: N. |
RuleImpl.java | Class | The Drools implementation of the Rule interface which provides
access to simple metadata for a rule. |
RuleTest.java | Class | Test the LocalRuleExecutionSetProvider implementation.
author: N. |