Class ExtractSuggestedService
java.lang.Object
org.contextmapper.dsl.refactoring.AbstractRefactoring
org.contextmapper.dsl.refactoring.ExtractSuggestedService
- All Implemented Interfaces:
SemanticCMLRefactoring
This refactoring can be applied after having generated a service cut
suggestion with Service Cutter. It allows to extract a suggested service in
the original CML model.
-
Field Summary
FieldsFields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
additionalResourcesToCheck, consistencyCheckResources, importedResources, model, rootResource
-
Constructor Summary
ConstructorsConstructorDescriptionExtractSuggestedService
(BoundedContext suggestedService, String newBoundedContextName) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.URI
protected void
Methods inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
addElementsToEList, addElementToEList, getAllBoundedContexts, getAllContextMaps, getAllDomains, getAllUserRequirements, getResource, persistChanges, refactor, refactor, removeElementFromEList
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.contextmapper.dsl.refactoring.SemanticCMLRefactoring
persistChanges, refactor, refactor
-
Field Details
-
SERVICE_CUTTER_SUGGESTION_FILE_NAME_PATTERN
-
-
Constructor Details
-
ExtractSuggestedService
-
-
Method Details
-
doRefactor
protected void doRefactor()- Specified by:
doRefactor
in classAbstractRefactoring
-
constructOriginalModelUri
public org.eclipse.emf.common.util.URI constructOriginalModelUri()
-