Class EMFProfileVisualIDRegistry
- java.lang.Object
-
- org.modelversioning.emfprofile.diagram.part.EMFProfileVisualIDRegistry
-
public class EMFProfileVisualIDRegistry 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.- Generated class or method.
-
-
Constructor Summary
Constructors Constructor Description EMFProfileVisualIDRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
canCreateNode(org.eclipse.gmf.runtime.notation.View containerView, int nodeVisualID)
static int
getDiagramVisualID(EObject domainElement)
static int
getLinkWithClassVisualID(EObject domainElement)
static String
getModelID(org.eclipse.gmf.runtime.notation.View view)
static int
getNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView, EObject domainElement)
static String
getType(int visualID)
static int
getVisualID(String type)
static int
getVisualID(org.eclipse.gmf.runtime.notation.View view)
-
-
-
Method Detail
-
getVisualID
public static int getVisualID(org.eclipse.gmf.runtime.notation.View view)
- Generated class or method.
-
getModelID
public static String getModelID(org.eclipse.gmf.runtime.notation.View view)
- Generated class or method.
-
getVisualID
public static int getVisualID(String type)
- Generated class or method.
-
getType
public static String getType(int visualID)
- Generated class or method.
-
getDiagramVisualID
public static int getDiagramVisualID(EObject domainElement)
- Generated class or method.
-
getNodeVisualID
public static int getNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView, EObject domainElement)
- Generated class or method.
-
canCreateNode
public static boolean canCreateNode(org.eclipse.gmf.runtime.notation.View containerView, int nodeVisualID)
- Generated class or method.
-
getLinkWithClassVisualID
public static int getLinkWithClassVisualID(EObject domainElement)
- Generated class or method.
-
-