eu.geclipse.workflow.ui.part
Class WorkflowVisualIDRegistry
java.lang.Object
eu.geclipse.workflow.ui.part.WorkflowVisualIDRegistry
public class WorkflowVisualIDRegistry
- extends java.lang.Object
This registry is used to determine which type of visual object should be
created for the corresponding Diagram, Node, ChildNode or Link represented
by a domain model object.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WorkflowVisualIDRegistry
public WorkflowVisualIDRegistry()
getVisualID
public static int getVisualID(View view)
getModelID
public static java.lang.String getModelID(View view)
getType
public static java.lang.String getType(int visualID)
getDiagramVisualID
public static int getDiagramVisualID(EObject domainElement)
getNodeVisualID
public static int getNodeVisualID(View containerView,
EObject domainElement)
canCreateNode
public static boolean canCreateNode(View containerView,
int nodeVisualID)
getLinkWithClassVisualID
public static int getLinkWithClassVisualID(EObject domainElement)