Uses of Interface
org.drools.definition.process.Node

Packages that use Node
org.drools.definition.process The classes that make up a Process definition. 
org.drools.runtime.process The process runtime classes. 
 

Uses of Node in org.drools.definition.process
 

Methods in org.drools.definition.process that return Node
 Node Connection.getFrom()
           
 Node NodeContainer.getNode(long id)
           
 Node[] NodeContainer.getNodes()
           
 Node Connection.getTo()
           
 

Uses of Node in org.drools.runtime.process
 

Methods in org.drools.runtime.process that return Node
 Node NodeInstance.getNode()
          Return the node this node instance refers to.
 



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