Package sofya.graphs.irg

Class Summary
IRG Class which represents an Interclass Relation Graph for a given set of Java classes, as described by Orso, Shi, and Harrold (Scaling Regression Testing to Large Software Systems), extended to additionally support Java interfaces.
IRG.ClassNode This class represents a node in the IRG which encapsulates the interclass relations for a particular class.
IRGHandler The IRGHandler provides routines to read and write interclass relation graph ('.prog.irg') files in the Sofya database.
jIRG Front end for building Interclass Relation Graphs.