Class EMFProfileVisualIDRegistry
java.lang.Object
org.modelversioning.emfprofile.diagram.part.EMFProfileVisualIDRegistry
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
EMFProfileVisualIDRegistry
public EMFProfileVisualIDRegistry()
-
-
Method Details
-
getVisualID
public static int getVisualID(org.eclipse.gmf.runtime.notation.View view) - Generated class or method.
-
getModelID
- Generated class or method.
-
getVisualID
- Generated class or method.
-
getType
- Generated class or method.
-
getDiagramVisualID
- 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
- Generated class or method.
-