Class SplitStoryByVerbCommand

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.contextmapper.dsl.quickfixes.CMLQuickFix<? extends org.eclipse.emf.ecore.EObject> getQuickfix​(org.eclipse.lsp4j.ExecuteCommandParams params)
      Override this method to define the quickfix that shall be called.
      protected org.eclipse.emf.ecore.EObject getSubject​(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.lsp4j.ExecuteCommandParams params)
      Override this method to resolve the subject on which the quickfix shall be applied.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getQuickfix

        protected org.contextmapper.dsl.quickfixes.CMLQuickFix<? extends org.eclipse.emf.ecore.EObject> getQuickfix​(org.eclipse.lsp4j.ExecuteCommandParams params)
        Description copied from class: AbstractQuickFixCommand
        Override this method to define the quickfix that shall be called.
        Specified by:
        getQuickfix in class AbstractQuickFixCommand
      • getSubject

        protected org.eclipse.emf.ecore.EObject getSubject​(org.contextmapper.dsl.cml.CMLResource cmlResource,
                                                           org.eclipse.lsp4j.ExecuteCommandParams params)
        Description copied from class: AbstractQuickFixCommand
        Override this method to resolve the subject on which the quickfix shall be applied.
        Specified by:
        getSubject in class AbstractQuickFixCommand