org.drools.runtime.rule
Interface RuleContext

All Superinterfaces:
KnowledgeContext

public interface RuleContext
extends KnowledgeContext


Method Summary
 Activation getActivation()
          Returns the current Activation for the current context
 Rule getRule()
          Returns the active Rule for the current context
 void insertLogical(Object object)
          Logically inserts a fact into the KnowledgeSession, justified by the current rule context.
 
Methods inherited from interface org.drools.runtime.KnowledgeContext
getKnowledgeRuntime
 

Method Detail

getRule

Rule getRule()
Returns the active Rule for the current context

Returns:

getActivation

Activation getActivation()
Returns the current Activation for the current context

Returns:

insertLogical

void insertLogical(Object object)
Logically inserts a fact into the KnowledgeSession, justified by the current rule context.

Parameters:
object - the fact to insert into the knowledge session


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.