- 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.ObjectgetType()java.lang.StringtoString()
-
-
-
Field Detail
-
source
private Vertex<T extends ExplicitVertexID> source
-
destination
private Vertex<T extends ExplicitVertexID> destination
-
type
private java.lang.Object type
-
-