Class ReconstructorBase

    • Constructor Detail

      • ReconstructorBase

        public ReconstructorBase()
    • Method Detail

      • endChange

        public void endChange​(Change originalChange)
        Reconstruction of a change is finished
        Specified by:
        endChange in interface IReconstructor
        Parameters:
        originalChange - Original release
      • endHistory

        public void endHistory​(History originalHistory)
        Reconstruction of the history is finished
        Specified by:
        endHistory in interface IReconstructor
        Parameters:
        originalHistory - Original history
      • endRelease

        public void endRelease​(Release originalRelease)
        Reconstruction of a release is finished
        Specified by:
        endRelease in interface IReconstructor
      • init

        public void init​(Mapping mapping,
                         MetamodelExtent extent)
        Initialization will be called at the very beginning of reconstruction
        Specified by:
        init in interface IReconstructor
        Parameters:
        mapping - Mapping from old to new elements
        extent - Extent
      • startChange

        public void startChange​(Change originalChange)
        Reconstruction of a change starts
        Specified by:
        startChange in interface IReconstructor
        Parameters:
        originalChange - Original change
      • startHistory

        public void startHistory​(History originalHistory)
        Reconstruction of the history starts
        Specified by:
        startHistory in interface IReconstructor
        Parameters:
        originalHistory - Original history
      • startRelease

        public void startRelease​(Release originalRelease)
        Reconstruction of a release starts
        Specified by:
        startRelease in interface IReconstructor
        Parameters:
        originalRelease - Original release