public class Edge<T> extends Object
Constructor and Description |
---|
Edge(Vertex<T> source,
Vertex<T> destination,
Object type) |
Modifier and Type | Method and Description |
---|---|
Vertex<T> |
getDestination() |
Vertex<T> |
getSource() |
Object |
getType() |
String |
toString() |
Copyright © 2001–2016 JRuby. All rights reserved.