agg.xt_basis
Class AGGBasicAppl

java.lang.Object
  extended by agg.xt_basis.AGGBasicAppl
All Implemented Interfaces:
GraTraEventListener, java.util.EventListener

public class AGGBasicAppl
extends java.lang.Object
implements GraTraEventListener


Constructor Summary
AGGBasicAppl()
           
AGGBasicAppl(java.lang.String filename)
           
AGGBasicAppl(java.lang.String filename, java.lang.String impFilename)
           
 
Method Summary
 void graTraEventOccurred(GraTraEvent event)
          Implements GraTraEventListener.graTraEventOccurred
static Graph importGraph(java.lang.String filename)
           
static GraGra load(java.lang.String fName)
           
static void main(java.lang.String[] args)
           
static void save(GraGra gra, java.lang.String outFileName)
           
static void transform(GraGra grammar, GraTraEventListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AGGBasicAppl

public AGGBasicAppl()

AGGBasicAppl

public AGGBasicAppl(java.lang.String filename)

AGGBasicAppl

public AGGBasicAppl(java.lang.String filename,
                    java.lang.String impFilename)
Method Detail

main

public static void main(java.lang.String[] args)

load

public static GraGra load(java.lang.String fName)

importGraph

public static Graph importGraph(java.lang.String filename)

transform

public static void transform(GraGra grammar,
                             GraTraEventListener l)

save

public static void save(GraGra gra,
                        java.lang.String outFileName)

graTraEventOccurred

public void graTraEventOccurred(GraTraEvent event)
Implements GraTraEventListener.graTraEventOccurred

Specified by:
graTraEventOccurred in interface GraTraEventListener