Class CustomEventChannelSinkConnectorCreateCommand

java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.emf.workspace.AbstractEMFOperation
org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
de.uka.ipd.sdq.pcm.gmf.composite.edit.commands.EventChannelSinkConnectorCreateCommand
de.uka.ipd.sdq.pcm.gmf.composite.custom.commands.CustomEventChannelSinkConnectorCreateCommand
All Implemented Interfaces:
IUndoableOperation, org.eclipse.gmf.runtime.common.core.command.ICommand, org.eclipse.gmf.runtime.common.core.internal.command.ICommandWithSettableResult

public class CustomEventChannelSinkConnectorCreateCommand extends EventChannelSinkConnectorCreateCommand
The Class CustomEventChannelSinkConnectorCreateCommand.
  • Constructor Details

    • CustomEventChannelSinkConnectorCreateCommand

      public CustomEventChannelSinkConnectorCreateCommand(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest request, EObject source, EObject target)
      Instantiates a new custom event channel sink connector create command.
      Parameters:
      request - the request
      source - the source
      target - the target
  • Method Details