public class ExtractAggregatesByCohesion extends AbstractRefactoring implements Refactoring
model, originalResource| Constructor and Description |
|---|
ExtractAggregatesByCohesion(java.lang.String boundedContextName,
java.lang.String newBoundedContextName,
java.util.List<java.lang.String> aggregatesToExtract) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doRefactor() |
doRefactor, saveResource, saveResourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoRefactorpublic ExtractAggregatesByCohesion(java.lang.String boundedContextName,
java.lang.String newBoundedContextName,
java.util.List<java.lang.String> aggregatesToExtract)
protected void doRefactor()
doRefactor in class AbstractRefactoring