Class CustomInfrastructureRequiredRoleItemSemanticEditPolicy

java.lang.Object
org.eclipse.gef.editpolicies.AbstractEditPolicy
org.eclipse.gmf.runtime.diagram.ui.editpolicies.SemanticEditPolicy
All Implemented Interfaces:
org.eclipse.gef.EditPolicy, org.eclipse.gef.RequestConstants

public class CustomInfrastructureRequiredRoleItemSemanticEditPolicy extends InfrastructureRequiredRoleItemSemanticEditPolicy
The Class CustomInfrastructureRequiredRoleItemSemanticEditPolicy.
  • Constructor Details

    • CustomInfrastructureRequiredRoleItemSemanticEditPolicy

      public CustomInfrastructureRequiredRoleItemSemanticEditPolicy()
  • Method Details

    • getStartCreateRelationshipCommand

      protected org.eclipse.gef.commands.Command getStartCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
      Gets the start create relationship command.
      Overrides:
      getStartCreateRelationshipCommand in class InfrastructureRequiredRoleItemSemanticEditPolicy
      Parameters:
      req - the req
      Returns:
      the start create relationship command
      Generated class or method.
      not