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