Class SystemChange

java.lang.Object
edu.university.ecs.lab.delta.models.SystemChange
All Implemented Interfaces:
JsonSerializable

public class SystemChange extends Object implements JsonSerializable
This class represents the overall change in the IR from oldCommit to newCommit as a list of Deltas see Delta
  • Field Details

    • oldCommit

      private String oldCommit
      The old commitID
    • newCommit

      private String newCommit
      The new commitID
    • changes

      private List<Delta> changes
      List of delta changes
  • Constructor Details

    • SystemChange

      public SystemChange()
  • Method Details