public class Edge<T>
extends java.lang.Object
Constructor and Description |
---|
Edge(Vertex<T> source,
Vertex<T> destination,
java.lang.Object type) |
Modifier and Type | Method and Description |
---|---|
Vertex<T> |
getDestination() |
Vertex<T> |
getSource() |
java.lang.Object |
getType() |
java.lang.String |
toString() |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.