Package com.graphdbapi
Interface Edge
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getFromId()
获取起始点VertexIdlong
getOtherId(long startId)
获取另端VertexIdlong
getToId()
获取终止点VertexIdjava.lang.String
id()
EdgeId-
Methods inherited from interface com.graphdbapi.Element
getGraphIndex, getProperties, getProperty, getPropertyByIndex, getPropertyByToken, getTypeIndex, getVersion, hasProperty, hasPropertyByIndex, hasPropertyByToken, keySet
-
-