Uses of Class
org.jbpm.graph.def.Node.NodeType

Packages that use Node.NodeType
org.jbpm.graph.def contains all structural elements of a process graph. 
org.jbpm.graph.node contains basic node implementations. 
 

Uses of Node.NodeType in org.jbpm.graph.def
 

Fields in org.jbpm.graph.def declared as Node.NodeType
static Node.NodeType Node.NodeType.Decision
           
static Node.NodeType Node.NodeType.EndState
           
static Node.NodeType Node.NodeType.Fork
           
static Node.NodeType Node.NodeType.Join
           
static Node.NodeType Node.NodeType.Node
           
static Node.NodeType Node.NodeType.StartState
           
static Node.NodeType Node.NodeType.State
           
static Node.NodeType Node.NodeType.Task
           
 

Methods in org.jbpm.graph.def that return Node.NodeType
 Node.NodeType Node.getNodeType()
           
static Node.NodeType Node.NodeType.valueOf(java.lang.String name)
           
 

Uses of Node.NodeType in org.jbpm.graph.node
 

Methods in org.jbpm.graph.node that return Node.NodeType
 Node.NodeType Decision.getNodeType()
           
 Node.NodeType TaskNode.getNodeType()
           
 Node.NodeType Join.getNodeType()
           
 Node.NodeType EndState.getNodeType()
           
 Node.NodeType StartState.getNodeType()
           
 Node.NodeType State.getNodeType()
           
 Node.NodeType Fork.getNodeType()
           
 



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