V
- the graph vertex typepublic static class LabeledEdges.RelationshipEdge<V> extends DefaultEdge
Constructor and Description |
---|
RelationshipEdge(V v1,
V v2,
String label)
Constructs a Relationship Edge
|
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
V |
getV1()
method getV1
|
V |
getV2()
method getV2
|
String |
toString() |
getSource, getTarget
public V getV1()
public V getV2()
public String toString()
toString
in class DefaultEdge
public Object clone()
clone
in class Object
Object.clone()
Copyright © 2018. All rights reserved.