sofya.graphs.irg
Class jIRG

java.lang.Object
  extended by sofya.graphs.irg.jIRG

public final class jIRG
extends java.lang.Object

Front end for building Interclass Relation Graphs.

This class uses a '.prog' file to construct an interclass relation graph for the specified classes and writes it to a file in the database.

Usage:
java sofya.graphs.irg.jIRG [-tag <tag>] <listfile>

Version:
04/14/2004
Author:
Alex Kinneer
See Also:
IRG

Method Summary
static void main(java.lang.String[] argv)
          Entry point for the IRG front end.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] argv)
Entry point for the IRG front end.