public interface OracleVertexBase extends com.tinkerpop.blueprints.Vertex, OracleElementBase
Modifier and Type | Method and Description |
---|---|
long |
getDegree(com.tinkerpop.blueprints.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, setProperty, setPropertyGraph
long getDegree(com.tinkerpop.blueprints.Direction direction, String... labels)
direction
- the direction of the edges of the adjacent verticeslabels
- the labels of the edges of the adjacent verticesCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.