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(String name)
           
 

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

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



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