public abstract class ReconstructorBase extends Object implements IReconstructor
| Constructor and Description |
|---|
ReconstructorBase() |
| Modifier and Type | Method and Description |
|---|---|
void |
endChange(Change originalChange)
Reconstruction of a change is finished
|
void |
endHistory(History originalHistory)
Reconstruction of the history is finished
|
void |
endRelease(Release originalRelease)
Reconstruction of a release is finished
|
void |
init(Mapping mapping,
MetamodelExtent extent)
Initialization will be called at the very beginning of reconstruction
|
void |
startChange(Change originalChange)
Reconstruction of a change starts
|
void |
startHistory(History originalHistory)
Reconstruction of the history starts
|
void |
startRelease(Release originalRelease)
Reconstruction of a release starts
|
public void endChange(Change originalChange)
endChange in interface IReconstructororiginalChange - Original releasepublic void endHistory(History originalHistory)
endHistory in interface IReconstructororiginalHistory - Original historypublic void endRelease(Release originalRelease)
endRelease in interface IReconstructorpublic void init(Mapping mapping, MetamodelExtent extent)
init in interface IReconstructormapping - Mapping from old to new elementsextent - Extentpublic void startChange(Change originalChange)
startChange in interface IReconstructororiginalChange - Original changepublic void startHistory(History originalHistory)
startHistory in interface IReconstructororiginalHistory - Original historypublic void startRelease(Release originalRelease)
startRelease in interface IReconstructororiginalRelease - Original releaseCopyright © 2020. All rights reserved.