Package org.drools.core.rule.consequence
-
Interface Summary Interface Description ConflictResolver<T> Strategy for resolving conflicts amongst multiple rules.Consequence Consequence to be fired upon successful match of aRule.ConsequenceExceptionHandler Care should be taken when implementing this class.InternalMatch When aTuplefully matches a rule it is added to theAgendaAs anActivation.KnowledgeHelper KnowledgeHelper implementation types are injected into consequenses instrumented at compile time and instances passed at runtime. -
Exception Summary Exception Description ConsequenceException Indicates an error during aConsequenceinvocation.