Class MergeAggregatesRefactoring
- java.lang.Object
-
- org.contextmapper.dsl.refactoring.AbstractRefactoring
-
- org.contextmapper.dsl.refactoring.MergeAggregatesRefactoring
-
- All Implemented Interfaces:
SemanticCMLRefactoring
public class MergeAggregatesRefactoring extends AbstractRefactoring implements SemanticCMLRefactoring
-
-
Field Summary
-
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
additionalResourcesToCheck, consistencyCheckResources, importedResources, model, rootResource
-
-
Constructor Summary
Constructors Constructor Description MergeAggregatesRefactoring(java.lang.String aggregate1, java.lang.String aggregate2)
MergeAggregatesRefactoring(java.lang.String aggregate1, java.lang.String aggregate2, boolean takeAttributesFromSecondAggregate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doRefactor()
-
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 Detail
-
MergeAggregatesRefactoring
public MergeAggregatesRefactoring(java.lang.String aggregate1, java.lang.String aggregate2)
-
MergeAggregatesRefactoring
public MergeAggregatesRefactoring(java.lang.String aggregate1, java.lang.String aggregate2, boolean takeAttributesFromSecondAggregate)
-
-
Method Detail
-
doRefactor
protected void doRefactor()
- Specified by:
doRefactor
in classAbstractRefactoring
-
-