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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancanCreateNode(org.eclipse.gmf.runtime.notation.View containerView, int nodeVisualID) static intgetDiagramVisualID(EObject domainElement) static intgetLinkWithClassVisualID(EObject domainElement) static StringgetModelID(org.eclipse.gmf.runtime.notation.View view) static intgetNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView, EObject domainElement) static StringgetType(int visualID) static intgetVisualID(String type) static intgetVisualID(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.
-