Class CustomAssemblyEventConnectorCreateCommand

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

    public class CustomAssemblyEventConnectorCreateCommand
    extends AssemblyEventConnectorCreateCommand
    The Class CustomAssemblyEventConnectorCreateCommand.
    • Constructor Detail

      • CustomAssemblyEventConnectorCreateCommand

        public CustomAssemblyEventConnectorCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest request,
                                                         EObject source,
                                                         EObject target)
        Constructor to set the default attributes for connector elements. This has been modified to deduce the container from the request, while the assembly connector is not accessible from source or target. Note: The request object is not accessible by the deduceContainer() method. For this, the container is deduced directly in the contructor.
        Parameters:
        request - the request
        source - the source
        target - the target
        Generated class or method.
        not