public interface OracleVertexBase extends Vertex, OracleElementBase
Modifier and Type | Method and Description |
---|---|
long |
getDegree(Direction direction, String... labels)
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
|
addEdge, getEdges, getVertices, query
forceRefresh, setPartial, setProperty
getId, getProperty, getPropertyKeys, remove, removeProperty, setProperty
long getDegree(Direction direction, String... labels)
direction
- the direction of the edges of the adjacent verticeslabels
- the labels of the edges of the adjacent verticesCopyright © 2016 Oracle and/or its afflilates. All Rights Reserved.