Package edu.university.ecs.lab.intermediate.merge
package edu.university.ecs.lab.intermediate.merge
This package contains the classes responsible for merging intermediate representations (IR) with delta changes.
The primary class in this package is IRMergeRunner
, which serves
as the main entry point for initiating the IR merge process. This process involves using the MergeService
to merge an existing intermediate representation with delta changes to produce an updated intermediate representation.