Class PalladioComponentModelReorientConnectionViewCommand

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

    public class PalladioComponentModelReorientConnectionViewCommand
    extends org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
    Generated class or method.
    • Constructor Detail

      • PalladioComponentModelReorientConnectionViewCommand

        public PalladioComponentModelReorientConnectionViewCommand​(org.eclipse.emf.transaction.TransactionalEditingDomain editingDomain,
                                                                   String label)
        Generated class or method.
    • Method Detail

      • getAffectedFiles

        public List getAffectedFiles()
        Specified by:
        getAffectedFiles in interface org.eclipse.gmf.runtime.common.core.command.ICommand
        Overrides:
        getAffectedFiles in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
        Generated class or method.
      • getEdgeAdaptor

        public IAdaptable getEdgeAdaptor()
        Generated class or method.
      • setEdgeAdaptor

        public void setEdgeAdaptor​(IAdaptable edgeAdaptor)
        Generated class or method.
      • doExecuteWithResult

        protected org.eclipse.gmf.runtime.common.core.command.CommandResult doExecuteWithResult​(IProgressMonitor progressMonitor,
                                                                                                IAdaptable info)
        Specified by:
        doExecuteWithResult in class org.eclipse.gmf.runtime.emf.commands.core.command.AbstractTransactionalCommand
        Generated class or method.