org.kuali.maven.plugins.graph.dot
Class StringGenerator

java.lang.Object
  extended by org.kuali.maven.plugins.graph.dot.StringGenerator

public class StringGenerator
extends Object


Constructor Summary
StringGenerator()
           
 
Method Summary
 String getString(Edge edge)
           
 String getString(EdgeDecorator decorator)
           
 String getString(Graph graph)
           
 String getString(GraphDecorator decorator)
           
 String getString(GraphNode node)
           
 String getString(List<GraphNode> nodes)
           
 String getString(NodeDecorator decorator)
           
 String toString(List<Edge> edges)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringGenerator

public StringGenerator()
Method Detail

getString

public String getString(Graph graph)

getString

public String getString(GraphDecorator decorator)

getString

public String getString(NodeDecorator decorator)

getString

public String getString(EdgeDecorator decorator)

getString

public String getString(List<GraphNode> nodes)

getString

public String getString(GraphNode node)

toString

public String toString(List<Edge> edges)

getString

public String getString(Edge edge)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.