public class Edge<T> extends java.lang.Object
Edge(Vertex<T> source, Vertex<T> destination, java.lang.Object type)
Vertex<T>
getDestination()
getSource()
java.lang.Object
getType()
java.lang.String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Edge(Vertex<T> source, Vertex<T> destination, java.lang.Object type)
public Vertex<T> getDestination()
public Vertex<T> getSource()
public java.lang.Object getType()
public java.lang.String toString()
toString
Copyright © 2002-2009 JRuby Team. All Rights Reserved.