dk.brics.servletvalidator.balancing.pimages
Class DGraphFactory

java.lang.Object
  extended by dk.brics.servletvalidator.balancing.pimages.DGraphFactory
All Implemented Interfaces:
GraphFactory<DGraph>

public class DGraphFactory
extends Object
implements GraphFactory<DGraph>

Author:
schwarz

Constructor Summary
DGraphFactory(AbstractBalancingVisitor fq, ParenthesisModel model)
           
 
Method Summary
 DGraph getGraph(Grammar g)
           
 PrettyPrinter getPrettyPrinter(DGraph g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DGraphFactory

public DGraphFactory(AbstractBalancingVisitor fq,
                     ParenthesisModel model)
Method Detail

getGraph

public DGraph getGraph(Grammar g)
Specified by:
getGraph in interface GraphFactory<DGraph>

getPrettyPrinter

public PrettyPrinter getPrettyPrinter(DGraph g)
Specified by:
getPrettyPrinter in interface GraphFactory<DGraph>


Copyright © 2008 Mathias Schwarz.