public interface Edge extends Element
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Return the label associated with the edge.
|
Vertex |
getVertex(Direction direction)
Return the tail/out or head/in vertex.
|
getId, getProperty, getPropertyKeys, remove, removeProperty, setPropertyVertex getVertex(Direction direction) throws IllegalArgumentException
direction - whether to return the tail/out or head/in vertexIllegalArgumentException - is thrown if a direction of both is providedString getLabel()
Copyright © 2010-2014. All Rights Reserved.