Package org.drools.jsr94.rules

Provides the core client APIs for using a rule engine.

See:
          Description

Class Summary
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.
RuleSessionImpl The Drools implementation of the RuleSession interface which is a representation of a client session with a rules engine.
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.
 

Package org.drools.jsr94.rules Description

Provides the core client APIs for using a rule engine. Administration APIs are in the javax.rules.admin package.

See Also:
javax.rules


Copyright © 2001-2004 The Codehaus. All Rights Reserved.