Class CustomAssemblyConnectorTypeLinkCreateCommand

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

    public class CustomAssemblyConnectorTypeLinkCreateCommand
    extends AssemblyConnectorTypeLinkCreateCommand
    The Class CustomAssemblyConnectorTypeLinkCreateCommand.
    • Constructor Summary

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

      • CustomAssemblyConnectorTypeLinkCreateCommand

        public CustomAssemblyConnectorTypeLinkCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req,
                                                            org.palladiosimulator.pcm.core.composition.ComposedStructure container,
                                                            org.palladiosimulator.pcm.repository.OperationRequiredRole source,
                                                            org.palladiosimulator.pcm.repository.OperationProvidedRole target)
        Instantiates a new custom assembly 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