Class AbstractUserActionTypeLinkCreateCommand

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

    public class AbstractUserActionTypeLinkCreateCommand
    extends org.eclipse.gmf.runtime.emf.type.core.commands.CreateRelationshipCommand
    Generated class or method.
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractUserActionTypeLinkCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req, org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour source, org.palladiosimulator.pcm.usagemodel.AbstractUserAction target)  
    • Constructor Detail

      • AbstractUserActionTypeLinkCreateCommand

        public AbstractUserActionTypeLinkCreateCommand​(org.eclipse.gmf.runtime.emf.type.core.requests.CreateRelationshipRequest req,
                                                       org.palladiosimulator.pcm.usagemodel.ScenarioBehaviour source,
                                                       org.palladiosimulator.pcm.usagemodel.AbstractUserAction target)
        Generated class or method.
    • Method Detail

      • getSource

        public EObject getSource()
        Overrides:
        getSource in class org.eclipse.gmf.runtime.emf.type.core.commands.CreateRelationshipCommand
        Generated class or method.
      • getTarget

        public EObject getTarget()
        Overrides:
        getTarget in class org.eclipse.gmf.runtime.emf.type.core.commands.CreateRelationshipCommand
        Generated class or method.
      • getEClassToEdit

        protected EClass getEClassToEdit()
        Overrides:
        getEClassToEdit in class org.eclipse.gmf.runtime.emf.type.core.commands.CreateElementCommand
        Generated class or method.
      • setElementToEdit

        protected void setElementToEdit​(EObject element)
        Overrides:
        setElementToEdit in class org.eclipse.gmf.runtime.emf.type.core.commands.EditElementCommand
        Generated class or method.
      • doDefaultElementCreation

        protected EObject doDefaultElementCreation()
        Overrides:
        doDefaultElementCreation in class org.eclipse.gmf.runtime.emf.type.core.commands.CreateElementCommand
        Generated class or method.