Class CustomInfrastructureProvidedRoleItemSemanticEditPolicy

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 CustomInfrastructureProvidedRoleItemSemanticEditPolicy extends InfrastructureProvidedRoleItemSemanticEditPolicy
Generated class or method.
  • Constructor Details

    • CustomInfrastructureProvidedRoleItemSemanticEditPolicy

      public CustomInfrastructureProvidedRoleItemSemanticEditPolicy()
  • Method Details

    • getCompleteCreateRelationshipCommand

      protected org.eclipse.gef.commands.Command getCompleteCreateRelationshipCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req)
      Adapted to transfer information on containing component and assembly context of target.
      Overrides:
      getCompleteCreateRelationshipCommand in class InfrastructureProvidedRoleItemSemanticEditPolicy
      Parameters:
      req - the req
      Returns:
      the complete create relationship command
      Generated class or method.
      not