g-Eclipse
Release 1.0.0

eu.geclipse.workflow.ui.part
Class WorkflowVisualIDRegistry

java.lang.Object
  extended by 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.


Constructor Summary
WorkflowVisualIDRegistry()
           
 
Method Summary
static boolean canCreateNode(View containerView, int nodeVisualID)
           
static int getDiagramVisualID(EObject domainElement)
           
static int getLinkWithClassVisualID(EObject domainElement)
           
static java.lang.String getModelID(View view)
           
static int getNodeVisualID(View containerView, EObject domainElement)
           
static java.lang.String getType(int visualID)
           
static int getVisualID(View view)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowVisualIDRegistry

public WorkflowVisualIDRegistry()
Method Detail

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)

g-Eclipse
Release 1.0.0