public interface Edge extends ElementWithProperty
Modifier and Type | Method and Description |
---|---|
Vertex |
getFromVertex()
获取起始点信息。
不是同边信息一同返回,额外调用了
Graph.retrieveVertex(long) 方法获取。 |
long |
getFromVertexId()
获取起始点id
|
String |
getId()
获取边id
|
Vertex |
getToVertex()
获取终止点信息。
不是同边信息一同返回,额外调用了
Graph.retrieveVertex(long) 方法获取。 |
long |
getToVertexId()
获取终止点id
|
String |
getType()
获取边类型
|
getAllProperties, getProperty, getPropertyKeys, hasProperty
Vertex getFromVertex()
Graph.retrieveVertex(long)
方法获取。Vertex
long getFromVertexId()
String getId()
Vertex getToVertex()
Graph.retrieveVertex(long)
方法获取。Vertex
long getToVertexId()
String getType()
Copyright © 2024. All rights reserved.