Package org.drools.spi
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
Activation A Rule activation for the purposes of conflict resolution.
AgendaFilter No description provided.
AsyncExceptionHandler No description provided.
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.
Functions Function Rule.
ImportEntry No description provided.
Importer

Importer holds a Set of ImportEntries and facilitates the tag within a by allowing Classes to be loaded using a specified ClassLoader

KnowledgeHelper KnowledgeHelper implementation types are injected into consequenses instrumented at compile time and instances passed at runtime.
ObjectType Semantic object type differentiator.
RuleComponent Semantic component marker.
Semaphore No description provided.
Tuple A mapping of Declaration s to current fact values.
Classes
DefaultKnowledgeHelper No description provided.
RuleBaseContext No description provided.
RuleNameEndsWithAgendaFilter Filters activations based on a specified rule name suffix.
RuleNameEqualsAgendaFilter Filters activations based on an exact match of a rule name.
RuleNameStartsWithAgendaFilter Filters activations based on a specified rule name prefix.
Exceptions
ConditionException Indicates an error while applying a FilterCondition.
ConsequenceException Indicates an error during a Consequence invokation.
Semantic Provider Interface for extending rule semantics.