Package edu.university.ecs.lab.delta.models


package edu.university.ecs.lab.delta.models
This package and subpackage edu.university.ecs.lab.delta.models.enumscontains models used for representing changes between two commits in a microservice system.

It includes: - Delta: Represents a single change between two commits. - SystemChange: Represents the overall change in the Intermediate Representation (IR) from an old commit to a new commit. - ChangeType: Enumerates types of changes (ADD, MODIFY, DELETE).