- java.lang.Object
-
- org.jruby.dirgra.Edge<T>
-
public class Edge<T extends ExplicitVertexID> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vertex<T>
getDestination()
Vertex<T>
getSource()
java.lang.Object
getType()
java.lang.String
toString()
-
-
-
Field Detail
-
source
private Vertex<T extends ExplicitVertexID> source
-
destination
private Vertex<T extends ExplicitVertexID> destination
-
type
private java.lang.Object type
-
-