KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.definition.process.Node

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

Uses of Node in org.kie.api.definition.process
 

Methods in org.kie.api.definition.process that return Node
 Node Connection.getFrom()
          The Node the connection starts from.
 Node NodeContainer.getNode(long id)
          The node in this NodeContainer with the given id.
 Node[] NodeContainer.getNodes()
          The Nodes of this NodeContainer.
 Node Connection.getTo()
          The Node the connection goes to.
 

Uses of Node in org.kie.api.runtime.process
 

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


KIE API 6.1.0.Beta2

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