joeq.Util.SyntheticGraphs
Class Graph.Edge

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

public class Graph.Edge
extends Object


Field Summary
protected  String n1
           
protected  String n2
           
 
Constructor Summary
Graph.Edge(String n1, String n2)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

n1

protected String n1

n2

protected String n2
Constructor Detail

Graph.Edge

public Graph.Edge(String n1,
                  String n2)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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