Class PalladioComponentModelVisualIDRegistry

java.lang.Object
de.uka.ipd.sdq.pcm.gmf.composite.part.PalladioComponentModelVisualIDRegistry

public class PalladioComponentModelVisualIDRegistry 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.
  • Field Details

    • TYPED_INSTANCE

      public static final org.eclipse.gmf.tooling.runtime.structure.DiagramStructure TYPED_INSTANCE
      Generated class or method.
  • Constructor Details

    • PalladioComponentModelVisualIDRegistry

      public PalladioComponentModelVisualIDRegistry()
  • Method Details

    • 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.
    • checkNodeVisualID

      public static boolean checkNodeVisualID(org.eclipse.gmf.runtime.notation.View containerView, EObject domainElement, int candidate)
      Generated class or method.
    • isCompartmentVisualID

      public static boolean isCompartmentVisualID(int visualID)
      Generated class or method.
    • isSemanticLeafVisualID

      public static boolean isSemanticLeafVisualID(int visualID)
      Generated class or method.