Package org.drools.spi

Interface Summary
Activation A Rule activation for the purposes of conflict resolution.
Condition A Condition that filters facts.
ConflictResolver Strategy for resolving conflicts amongst multiple rules.
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
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.