Package org.drools.spi

Semantic Provider Interface for extending rule semantics.

See:
          Description

Interface Summary
Action Action to be executed upon successful match of a Rule.
Condition A Condition that filters facts.
Consequence Consequence to be fired upon successful match of a Rule.
Duration Interface for specifying truthness duration.
Extractor Extracts new facts from existing facts.
ObjectType Semantic object type differentiator.
SemanticComponent Semantic component marker.
Tuple A mapping of Declarations to current fact values.
 

Exception Summary
ActionInvokationException Indicates an error during an Action invokation.
ConditionException Indicates an error while applying a FilterCondition.
ConsequenceException Indicates an error during a Consequence invokation.
ExtractionException Indicates an error while extracting a fact from a root fact object.
 

Package org.drools.spi Description

Semantic Provider Interface for extending rule semantics.



Copyright © 2001-2003 The Werken Company. All Rights Reserved.