Class CustomProvidedDelegationConnectorTypeLinkCreateCommand

  • All Implemented Interfaces:
    IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

    public class CustomProvidedDelegationConnectorTypeLinkCreateCommand
    extends ProvidedDelegationConnectorTypeLinkCreateCommand
    The Class CustomProvidedDelegationConnectorTypeLinkCreateCommand.
    • Constructor Summary

      Constructors 
      Constructor Description
      CustomProvidedDelegationConnectorTypeLinkCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req, org.palladiosimulator.pcm.core.composition.ComposedStructure container, org.palladiosimulator.pcm.repository.OperationProvidedRole source, org.palladiosimulator.pcm.repository.OperationProvidedRole target)
      Instantiates a new custom provided delegation connector type link create command.
    • Constructor Detail

      • CustomProvidedDelegationConnectorTypeLinkCreateCommand

        public CustomProvidedDelegationConnectorTypeLinkCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req,
                                                                      org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                                      org.palladiosimulator.pcm.repository.OperationProvidedRole source,
                                                                      org.palladiosimulator.pcm.repository.OperationProvidedRole target)
        Instantiates a new custom provided delegation connector type link create command.
        Parameters:
        req - the req
        container - the container
        source - the source
        target - the target
    • Method Detail

      • doDefaultElementCreation

        protected EObject doDefaultElementCreation()
        Do default element creation.
        Overrides:
        doDefaultElementCreation in class org.eclipse.gmf.runtime.emf.type.core.commands.CreateElementCommand
        Returns:
        the e object
        Generated class or method.
        not