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 Details

    • boundedContext1

      protected String boundedContext1
    • boundedContext2

      protected String boundedContext2
  • Constructor Details

    • AbstractToggleSymmetricRelationshipRefactoring

      public AbstractToggleSymmetricRelationshipRefactoring(String boundedContext1, String boundedContext2)
  • Method Details