Class 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 Detail

      • EMFProfileVisualIDRegistry

        public EMFProfileVisualIDRegistry()
    • 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.