Uses of Interface
org.jbpm.graph.def.NodeCollection

Packages that use NodeCollection
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.jpdl.xml jpdl xml parsing. 
 

Uses of NodeCollection in org.jbpm.graph.def
 

Classes in org.jbpm.graph.def that implement NodeCollection
 class ProcessDefinition
           
 class SuperState
          brings hierarchy into the elements of a process definition by creating a parent-child relation between GraphElements.
 

Methods in org.jbpm.graph.def with parameters of type NodeCollection
static Node ProcessDefinition.findNode(NodeCollection nodeCollection, java.lang.String hierarchicalName)
           
 

Uses of NodeCollection in org.jbpm.jpdl.xml
 

Methods in org.jbpm.jpdl.xml with parameters of type NodeCollection
 void JpdlXmlReader.readNode(org.dom4j.Element nodeElement, Node node, NodeCollection nodeCollection)
           
 void JpdlXmlReader.readNodes(org.dom4j.Element element, NodeCollection nodeCollection)
           
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.