Interface CMLCodeAction
-
- All Known Implementing Classes:
DeriveBoundedContextFromSubdomainsAction,DeriveFrontendAndBackendFromFeatureBCAction,DeriveSubdomainFromUserRequirementsAction,ExtractAggregatesByCohesionAction,ExtractAggregatesByVolatilityAction,ExtractSharedKernelAction,ExtractSuggestedServiceAction,MergeAggregatesAction,MergeBoundedContextsAction,SplitAggregateByEntitiesAction,SplitBoundedContextByFeaturesAction,SplitBoundedContextByOwnerAction,SplitSystemIntoSubsystemsAction,SuspendPartnershipAction,SwitchFromPartnershipToSharedKernelAction,SwitchFromSharedKernelToPartnershipAction
public interface CMLCodeActionA CML refactoring or transformation (code action that calls a command).
-
-
Method Summary
All Methods Instance Methods Abstract 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.
-