Class AbstractExtractSymmetricRelationshipRefactoring

java.lang.Object
org.contextmapper.dsl.refactoring.AbstractRefactoring
org.contextmapper.dsl.refactoring.AbstractExtractSymmetricRelationshipRefactoring
All Implemented Interfaces:
SemanticCMLRefactoring
Direct Known Subclasses:
ExtractPartnershipRefactoring, ExtractSharedKernelRefactoring

public abstract class AbstractExtractSymmetricRelationshipRefactoring extends AbstractRefactoring implements SemanticCMLRefactoring
Used for 'Extract Shared Kernel' AR and the 'extract' mode of the 'Suspend Partnership' AR.
  • Field Details

    • boundedContext1

      protected String boundedContext1
    • boundedContext2

      protected String boundedContext2
    • contextMap

      protected ContextMap contextMap
  • Constructor Details

    • AbstractExtractSymmetricRelationshipRefactoring

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