Class SystemChange
java.lang.Object
edu.university.ecs.lab.delta.models.SystemChange
- All Implemented Interfaces:
JsonSerializable
This class represents the overall change in the IR from oldCommit
to newCommit as a list of Deltas see
Delta
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonObject
-
Field Details
-
oldCommit
The old commitID -
newCommit
The new commitID -
changes
List of delta changes
-
-
Constructor Details
-
SystemChange
public SystemChange()
-
-
Method Details
-
toJsonObject
public com.google.gson.JsonObject toJsonObject()- Specified by:
toJsonObject
in interfaceJsonSerializable
- Returns:
- a JsonObject representing this
-