joeq.Util.SyntheticGraphs
Class Graph.Direction

java.lang.Object
  extended by joeq.Util.SyntheticGraphs.Graph.Direction
Enclosing class:
Graph

public static class Graph.Direction
extends Object


Field Summary
static String LR
           
static String TB
           
 
Constructor Summary
Graph.Direction(String dir)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LR

public static final String LR
See Also:
Constant Field Values

TB

public static final String TB
See Also:
Constant Field Values
Constructor Detail

Graph.Direction

public Graph.Direction(String dir)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2008 John Whaley. All Rights Reserved.