de.cau.cs.kieler.synccharts.diagram.part
Class SyncchartsVisualIDRegistry

java.lang.Object
  extended by de.cau.cs.kieler.synccharts.diagram.part.SyncchartsVisualIDRegistry

public class SyncchartsVisualIDRegistry
extends 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.

Rating red
Generated:
This code was automatically generated.

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

Constructor Detail

SyncchartsVisualIDRegistry

public SyncchartsVisualIDRegistry()
Method Detail

getVisualID

public static int getVisualID(View view)
Generated:
This code was automatically generated.

getModelID

public static String getModelID(View view)
Generated:
This code was automatically generated.

getVisualID

public static int getVisualID(String type)
Generated:
This code was automatically generated.

getType

public static String getType(int visualID)
Generated:
This code was automatically generated.

getDiagramVisualID

public static int getDiagramVisualID(EObject domainElement)
Generated:
This code was automatically generated.

getNodeVisualID

public static int getNodeVisualID(View containerView,
                                  EObject domainElement)
Generated:
This code was automatically generated.

canCreateNode

public static boolean canCreateNode(View containerView,
                                    int nodeVisualID)
Generated:
This code was automatically generated.

getLinkWithClassVisualID

public static int getLinkWithClassVisualID(EObject domainElement)
Generated:
This code was automatically generated.