Uses of Package
edu.university.ecs.lab.delta.models
Package
Description
This package and subpackage
edu.university.ecs.lab.delta.models.enums
contains models used for representing changes between two commits in a microservice system.This package provides services for extracting and processing delta changes between
commits in a repository.
Provides classes and enums for representing architectural rules within the microservice system.
Provides services for detecting architectural rules within microservice systems.
This package provides services for merging intermediate representations (IR) with delta changes.
-
-
ClassDescriptionThis class represents the overall change in the IR from oldCommit to newCommit as a list of Deltas see
Delta
-
-
ClassDescriptionThis class represents the overall change in the IR from oldCommit to newCommit as a list of Deltas see
Delta
-
ClassDescriptionThis class represents a single Delta change between two commits.This class represents the overall change in the IR from oldCommit to newCommit as a list of Deltas see
Delta