public abstract class AbstractExtractSymmetricRelationshipRefactoring extends AbstractRefactoring implements Refactoring
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
boundedContext1 |
protected java.lang.String |
boundedContext2 |
model, originalResource| Constructor and Description |
|---|
AbstractExtractSymmetricRelationshipRefactoring(java.lang.String boundedContext1,
java.lang.String boundedContext2) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRefactor() |
doRefactor, saveResource, saveResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoRefactorprotected java.lang.String boundedContext1
protected java.lang.String boundedContext2
public AbstractExtractSymmetricRelationshipRefactoring(java.lang.String boundedContext1,
java.lang.String boundedContext2)
protected void doRefactor()
doRefactor in class AbstractRefactoring