Uses of Interface
org.drools.reteoo.JoinMemory

Packages that use JoinMemory
org.drools The main run-time API. 
org.drools.reteoo.impl Implementation of the Rete-OO algorithm. 
 

Uses of JoinMemory in org.drools
 

Methods in org.drools that return JoinMemory
 JoinMemory WorkingMemory.getJoinMemory(JoinNode node)
          Retrieve the JoinMemory for a particular JoinNode.
 

Uses of JoinMemory in org.drools.reteoo.impl
 

Classes in org.drools.reteoo.impl that implement JoinMemory
 class JoinMemoryImpl
          Memory for left and right inputs of a JoinNode.
 



Copyright © 2001-2003 The Werken Company. All Rights Reserved.