Class AbstractToggleSymmetricRelationshipRefactoring
java.lang.Object
org.contextmapper.dsl.refactoring.AbstractRefactoring
org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
- All Implemented Interfaces:
SemanticCMLRefactoring
- Direct Known Subclasses:
SwitchFromPartnershipToSharedKernelRefactoring
,SwitchFromSharedKernelToPartnershipRefactoring
public abstract class AbstractToggleSymmetricRelationshipRefactoring
extends AbstractRefactoring
implements SemanticCMLRefactoring
Used for 'Change to Partnership' on Shared Kernel and 'Change to Shared
Kernel' on Partnership.
-
Field Summary
FieldsFields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
additionalResourcesToCheck, consistencyCheckResources, importedResources, model, rootResource
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractToggleSymmetricRelationshipRefactoring
(String boundedContext1, String boundedContext2) -
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
-
Field Details
-
boundedContext1
-
boundedContext2
-
-
Constructor Details
-
AbstractToggleSymmetricRelationshipRefactoring
-
-
Method Details
-
doRefactor
protected void doRefactor()- Specified by:
doRefactor
in classAbstractRefactoring
-