Class CustomInfrastructureProvidedRoleItemSemanticEditPolicy

  • All Implemented Interfaces:
    org.eclipse.gef.EditPolicy, org.eclipse.gef.RequestConstants

    public class CustomInfrastructureProvidedRoleItemSemanticEditPolicy
    extends InfrastructureProvidedRoleItemSemanticEditPolicy
    Generated class or method.
    • Constructor Detail

      • CustomInfrastructureProvidedRoleItemSemanticEditPolicy

        public CustomInfrastructureProvidedRoleItemSemanticEditPolicy()
    • Method Detail

      • 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