Interface CMLResourceCommand
-
- All Known Implementing Classes:
AbstractGenerationCommand,AbstractQuickFixCommand,AbstractRefactoringCommand,ContextMapGenerationCommand,DeriveBoundedContextFromSubdomainsCommand,DeriveFrontendAndBackendFromFeatureBCCommand,DeriveSubdomainFromUserRequirementsCommand,ExtractAggregatesByCohesionCommand,ExtractAggregatesByVolatilityCommand,ExtractSharedKernelCommand,ExtractSuggestedServiceCommand,GenericTextFileGenerationCommand,MDSLGenerationCommand,MergeAggregatesCommand,MergeBoundedContextsCommand,NewServiceCutGenerationCommand,PlantUMLGenerationCommand,ServiceCutterInputGenerationCommand,ServiceCutterUserRepresentationExampleFileGenerationCommand,ServiceCutterUserRepresentationsGenerationCommand,SketchMinerGenerationCommand,SplitAggregateByEntitiesRefactoringCommand,SplitBoundedContextByFeaturesRefactoringCommand,SplitBoundedContextByOwnerRefactoringCommand,SplitStoryByVerbCommand,SplitSystemContextIntoSubsystemsCommand,SuspendPartnershipCommand,SwitchFromPartnershipToSharedKernelCommand,SwitchFromSharedKernelToPartnershipCommand
public interface CMLResourceCommandInterface for all CML LSP commands that can be executed on CML resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecuteCommand(org.contextmapper.dsl.cml.CMLResource cmlResource, org.eclipse.xtext.ide.server.Document document, org.eclipse.xtext.ide.server.ILanguageServerAccess access, org.eclipse.lsp4j.ExecuteCommandParams params)
-