Class SwitchFromSharedKernelToPartnershipRefactoring
java.lang.Object
org.contextmapper.dsl.refactoring.AbstractRefactoring
org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
org.contextmapper.dsl.refactoring.SwitchFromSharedKernelToPartnershipRefactoring
- All Implemented Interfaces:
SemanticCMLRefactoring
public class SwitchFromSharedKernelToPartnershipRefactoring
extends AbstractToggleSymmetricRelationshipRefactoring
Switches a relationship from the SharedKernel to the Partnership type.
-
Field Summary
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
boundedContext1, boundedContext2
Fields inherited from class org.contextmapper.dsl.refactoring.AbstractRefactoring
additionalResourcesToCheck, consistencyCheckResources, importedResources, model, rootResource
-
Constructor Summary
ConstructorsConstructorDescriptionSwitchFromSharedKernelToPartnershipRefactoring
(String boundedContext1, String boundedContext2) -
Method Summary
Methods inherited from class org.contextmapper.dsl.refactoring.AbstractToggleSymmetricRelationshipRefactoring
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 Details
-
SwitchFromSharedKernelToPartnershipRefactoring
-