Class MergeBoundedContextsRefactoring

java.lang.Object
org.contextmapper.dsl.refactoring.AbstractRefactoring
org.contextmapper.dsl.refactoring.MergeBoundedContextsRefactoring
All Implemented Interfaces:
SemanticCMLRefactoring

public class MergeBoundedContextsRefactoring extends AbstractRefactoring implements SemanticCMLRefactoring
  • Constructor Details

    • MergeBoundedContextsRefactoring

      public MergeBoundedContextsRefactoring(String boundedContext1, String boundedContext2)
    • MergeBoundedContextsRefactoring

      public MergeBoundedContextsRefactoring(String boundedContext1, String boundedContext2, boolean takeAttributesFromSecondBoundedContext)
  • Method Details