Uses of Interface
org.drools.FactHandle

Packages that use FactHandle
org.drools   
org.drools.jsr94.rules   
org.drools.reteoo   
org.drools.spi   
 

Uses of FactHandle in org.drools
 

Methods in org.drools that return FactHandle
 FactHandle NoSuchFactObjectException.getFactHandle()
          Retrieve the invalid FactHandle.
 FactHandle WorkingMemory.assertObject(java.lang.Object object)
          Aasert a fact.
 

Methods in org.drools with parameters of type FactHandle
 java.lang.Object WorkingMemory.getObject(FactHandle handle)
          Retrieve the object associated with a FactHandle.
 boolean WorkingMemory.containsObject(FactHandle handle)
          Determine if an object is associated with a FactHandle.
 void WorkingMemory.retractObject(FactHandle handle)
          Retract a fact.
 void WorkingMemory.modifyObject(FactHandle handle, java.lang.Object object)
          Modify a fact.
 

Constructors in org.drools with parameters of type FactHandle
NoSuchFactObjectException(FactHandle handle)
          Construct.
 

Uses of FactHandle in org.drools.jsr94.rules
 

Classes in org.drools.jsr94.rules that implement FactHandle
 class Jsr94FactHandle
           
 

Methods in org.drools.jsr94.rules that return FactHandle
 FactHandle Jsr94FactHandleFactory.newFactHandle()
           
 

Uses of FactHandle in org.drools.reteoo
 

Classes in org.drools.reteoo that implement FactHandle
 class org.drools.reteoo.FactHandleImpl
           
 

Uses of FactHandle in org.drools.spi
 

Methods in org.drools.spi that return FactHandle
 FactHandle Tuple.getFactHandleForObject(java.lang.Object object)
          Retrieve the FactHandle for a given object.