Class SystemChange

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

public class SystemChange extends Object implements JsonSerializable
Represents a system change in the system. It holds all changes made to the system in the form of deltas. Maps are of the form <localPath (./clonePath/repoName/service/path/to/file.java), Delta>.
  • Constructor Details

    • SystemChange

      public SystemChange()
  • Method Details