Uses of Class
org.drools.core.util.AbstractBaseLinkedListNode

Packages that use AbstractBaseLinkedListNode
org.drools.common   
org.drools.core.util   
 

Uses of AbstractBaseLinkedListNode in org.drools.common
 

Subclasses of AbstractBaseLinkedListNode in org.drools.common
 class ActivationGroupNode
           
 class ActivationNode
           
 class LogicalDependency
          LogicalDependency is a special node for LinkedLists that maintains references for the Activation justifier and the justified FactHandle.
 

Uses of AbstractBaseLinkedListNode in org.drools.core.util
 

Subclasses of AbstractBaseLinkedListNode in org.drools.core.util
 class LinkedListEntry
          The idea behind LinkedListNodeWrapper is to be able to add the same LinkedListNode to multiple LinkedLists where the node can have different previous and next nodes in each list.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.