Class SplitAggregateByEntitiesAction
- java.lang.Object
-
- org.contextmapper.dsl.ide.actions.impl.SplitAggregateByEntitiesAction
-
- All Implemented Interfaces:
CMLCodeAction
public class SplitAggregateByEntitiesAction extends java.lang.Object implements CMLCodeAction
Action that calls the "Split Aggregate by Entities" refactoring.
-
-
Constructor Summary
Constructors Constructor Description SplitAggregateByEntitiesAction(org.contextmapper.dsl.cml.CMLResource cmlResource, java.util.List<org.eclipse.emf.ecore.EObject> editorSelection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.lsp4j.CommandgetCommand()The command that shall be called.booleanisApplicable()Defines whether the action is applicable or not.
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable()
Description copied from interface:CMLCodeActionDefines whether the action is applicable or not.- Specified by:
isApplicablein interfaceCMLCodeAction
-
getCommand
public org.eclipse.lsp4j.Command getCommand()
Description copied from interface:CMLCodeActionThe command that shall be called.- Specified by:
getCommandin interfaceCMLCodeAction
-
-