Package org.contextmapper.dsl.quickfixes
Class CreateMissingBoundedContextQuickFix
java.lang.Object
org.contextmapper.dsl.quickfixes.CreateMissingBoundedContextQuickFix
- All Implemented Interfaces:
CMLQuickFix<ContextMappingModel>
public class CreateMissingBoundedContextQuickFix
extends Object
implements CMLQuickFix<ContextMappingModel>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyQuickfix
(ContextMappingModel model) Applies a quick fix (semantic change to the ContextMappingModel).void
applyQuickfix2EObject
(org.eclipse.emf.ecore.EObject contextObject) Applies a quick fix (semantic change to the ContextMappingModel).Defines the description text of the quick fix.getName()
Defines the name of the quick fix.
-
Field Details
-
LINK_DIAGNOSTIC_MESSAGE_PATTERN
- See Also:
-
-
Constructor Details
-
CreateMissingBoundedContextQuickFix
-
-
Method Details
-
applyQuickfix
Description copied from interface:CMLQuickFix
Applies a quick fix (semantic change to the ContextMappingModel).- Specified by:
applyQuickfix
in interfaceCMLQuickFix<ContextMappingModel>
- Parameters:
model
- the object on which the quickfix is triggered (must be part of the model)
-
applyQuickfix2EObject
public void applyQuickfix2EObject(org.eclipse.emf.ecore.EObject contextObject) Description copied from interface:CMLQuickFix
Applies a quick fix (semantic change to the ContextMappingModel). IN CASE THE TYPE OF THE TRIGGER OBJECT IS NOT KNOWN!- Specified by:
applyQuickfix2EObject
in interfaceCMLQuickFix<ContextMappingModel>
- Parameters:
contextObject
- the object on which the quickfix is triggered (must be part of the model)
-
getName
Description copied from interface:CMLQuickFix
Defines the name of the quick fix.- Specified by:
getName
in interfaceCMLQuickFix<ContextMappingModel>
- Returns:
- name of the quick fix as string
-
getDescription
Description copied from interface:CMLQuickFix
Defines the description text of the quick fix.- Specified by:
getDescription
in interfaceCMLQuickFix<ContextMappingModel>
- Returns:
- the description text of the quick fix as string
-