Class OpenFlowInSketchMinerCommandMapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.lsp4j.CodeAction getCodeAction​(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.emf.ecore.EObject selectedObject)
      Returns the code action that shall be called for a specific quickfix.
      • Methods inherited from class java.lang.Object

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

      • OpenFlowInSketchMinerCommandMapper

        public OpenFlowInSketchMinerCommandMapper()
    • Method Detail

      • getCodeAction

        public org.eclipse.lsp4j.CodeAction getCodeAction​(org.contextmapper.dsl.cml.CMLResource cmlResource,
                                                          org.eclipse.emf.ecore.EObject selectedObject)
        Description copied from interface: QuickfixCommandMapper
        Returns the code action that shall be called for a specific quickfix.
        Specified by:
        getCodeAction in interface QuickfixCommandMapper
        Parameters:
        cmlResource - the current CML resources
        selectedObject - the currently selected object
        Returns:
        the command that shall be called to invoke the quickfix