lu.cs.co.graph
Class Vertex

java.lang.Object
  |
  +--lu.cs.co.graph.Vertex

public class Vertex
extends Object
implements Cloneable

A vertex.


Method Summary
 Object clone()
          Returns a clone of this vertex.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

clone

public Object clone()
Returns a clone of this vertex.
Returns:
a clone of this vertex

toString

public String toString()
Overrides:
toString in class Object