Class SubSystemItemSemanticEditPolicy

java.lang.Object
org.eclipse.gef.editpolicies.AbstractEditPolicy
org.eclipse.gmf.runtime.diagram.ui.editpolicies.SemanticEditPolicy
de.uka.ipd.sdq.pcm.gmf.repository.edit.policies.PalladioComponentModelBaseItemSemanticEditPolicy
de.uka.ipd.sdq.pcm.gmf.repository.edit.policies.SubSystemItemSemanticEditPolicy
All Implemented Interfaces:
org.eclipse.gef.EditPolicy, org.eclipse.gef.RequestConstants

public class SubSystemItemSemanticEditPolicy extends PalladioComponentModelBaseItemSemanticEditPolicy
Generated class or method.
  • Constructor Details

    • SubSystemItemSemanticEditPolicy

      public SubSystemItemSemanticEditPolicy()
      Generated class or method.
  • Method Details

    • getDestroyElementCommand

      protected org.eclipse.gef.commands.Command getDestroyElementCommand(org.eclipse.gmf.runtime.emf.type.core.requests.DestroyElementRequest req)
      Overrides:
      getDestroyElementCommand in class PalladioComponentModelBaseItemSemanticEditPolicy
      Generated class or method.
    • getCreateRelationshipCommand

      protected org.eclipse.gef.commands.Command getCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
      Overrides:
      getCreateRelationshipCommand in class PalladioComponentModelBaseItemSemanticEditPolicy
      Generated class or method.
    • getStartCreateRelationshipCommand

      protected org.eclipse.gef.commands.Command getStartCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
      Generated class or method.
    • getCompleteCreateRelationshipCommand

      protected org.eclipse.gef.commands.Command getCompleteCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
      Generated class or method.
    • getReorientRelationshipCommand

      protected org.eclipse.gef.commands.Command getReorientRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.ReorientRelationshipRequest req)
      Overrides:
      getReorientRelationshipCommand in class PalladioComponentModelBaseItemSemanticEditPolicy
      Generated class or method.