org.jbpm.graph.node
Class NodeTypes

java.lang.Object
  extended by org.jbpm.graph.node.NodeTypes

public class NodeTypes
extends Object


Constructor Summary
NodeTypes()
           
 
Method Summary
static Map createInverseMapping(Map map)
           
static String getNodeName(Class type)
           
static Set getNodeNames()
           
static Class getNodeType(String name)
           
static Collection getNodeTypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeTypes

public NodeTypes()
Method Detail

getNodeTypes

public static Collection getNodeTypes()

getNodeNames

public static Set getNodeNames()

getNodeType

public static Class getNodeType(String name)

getNodeName

public static String getNodeName(Class type)

createInverseMapping

public static Map createInverseMapping(Map map)


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