Package org.drools.jsr94.rules
SinceNot specified.
VersionNot specified.
AuthorNot specified.
| Constants |
This class provides a list of constant values which can be used as keys in
the various property maps that are passed around between the javax.rules and
javax.rules.admin objects. |
| Jsr94FactHandle |
The Drools implementation of the Handle interface which provides
a marker interface for Drools-specific object identity mechanism. |
| Jsr94FactHandleFactory |
A factory for creating Handles. |
| RuleExecutionSetMetadataImpl |
The Drools implementation of the RuleExecutionSetMetadata
interface which exposes some simple properties of the
RuleExecutionSet to the runtime user. |
| RuleRuntimeImpl |
The Drools implementation of the RuleRuntime interface which
is the access point for runtime execution of RuleExecutionSets. |
| RuleServiceProviderImpl |
This class provides access to the RuleRuntime and
RuleAdministrator implementation supplied by Drools when
running under J2SE. |
| StatefulRuleSessionImpl |
The Drools implementation of the StatefulRuleSession interface
which is a representation of a stateful rules engine session. |
| StatelessRuleSessionImpl |
The Drools implementation of the StatelessRuleSession
interface which is a representation of a stateless rules engine session. |
Provides the core client APIs for using a rule engine.
Administration APIs are in the javax.rules.admin package.