Class MergeBoundedContextsRefactoring
java.lang.Object
org.contextmapper.dsl.refactoring.AbstractRefactoring
org.contextmapper.dsl.refactoring.MergeBoundedContextsRefactoring
- All Implemented Interfaces:
SemanticCMLRefactoring
public class MergeBoundedContextsRefactoring
extends AbstractRefactoring
implements SemanticCMLRefactoring
-
Field Summary
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
additionalResourcesToCheck, consistencyCheckResources, importedResources, model, rootResource
-
Constructor Summary
ConstructorsConstructorDescriptionMergeBoundedContextsRefactoring
(String boundedContext1, String boundedContext2) MergeBoundedContextsRefactoring
(String boundedContext1, String boundedContext2, boolean takeAttributesFromSecondBoundedContext) -
Method Summary
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
-
Constructor Details
-
MergeBoundedContextsRefactoring
-
MergeBoundedContextsRefactoring
-
-
Method Details
-
doRefactor
protected void doRefactor()- Specified by:
doRefactor
in classAbstractRefactoring
-