public class MigrationChangeReconstructor extends ReconstructorBase
MigrationChange.| Constructor and Description |
|---|
MigrationChangeReconstructor(MigrateableChange sourceChange,
MigrateableChange targetChange)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
endChange(Change originalChange)
Reconstruction of a change is finished
|
void |
init(Mapping mapping,
MetamodelExtent extent)
Initialization will be called at the very beginning of reconstruction
|
boolean |
isConsistent()
Returns consistentBefore.
|
void |
startChange(Change originalChange)
Reconstruction of a change starts
|
endHistory, endRelease, startHistory, startReleasepublic MigrationChangeReconstructor(MigrateableChange sourceChange, MigrateableChange targetChange)
public void init(Mapping mapping, MetamodelExtent extent)
init in interface IReconstructorinit in class ReconstructorBasemapping - Mapping from old to new elementsextent - Extentpublic void startChange(Change originalChange)
startChange in interface IReconstructorstartChange in class ReconstructorBaseoriginalChange - Original changepublic void endChange(Change originalChange)
endChange in interface IReconstructorendChange in class ReconstructorBaseoriginalChange - Original releasepublic boolean isConsistent()
Copyright © 2020. All rights reserved.