public class Edge<T extends ExplicitVertexID> 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 © 2017. All rights reserved.