Oracle Spatial and Graph Property Graph
Java API Reference for Oracle Database
Release 18c E87805-02
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- All Superinterfaces:
- com.tinkerpop.blueprints.Element, OracleElementBase, com.tinkerpop.blueprints.Vertex
- All Known Implementing Classes:
- OracleVertex
public interface OracleVertexBase
extends com.tinkerpop.blueprints.Vertex, OracleElementBase
This class implements the Blueprints Vertex interface on top of a supported backed database
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
long |
getDegree(com.tinkerpop.blueprints.Direction direction, java.lang.String... labels)
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
|
-
Methods inherited from interface com.tinkerpop.blueprints.Vertex
addEdge, getEdges, getVertices, query
-
Methods inherited from interface com.tinkerpop.blueprints.Element
getId, getProperty, getPropertyKeys, remove, removeProperty, setProperty
-
-
Method Detail
-
getDegree
long getDegree(com.tinkerpop.blueprints.Direction direction,
java.lang.String... labels)
Return the vertices adjacent to the vertex according to the provided direction and edge labels.
- Parameters:
direction
- the direction of the edges of the adjacent vertices
labels
- the labels of the edges of the adjacent vertices
- Returns:
- an iterable of adjacent vertices
Oracle Spatial and Graph Property Graph
Java API Reference for Oracle Database
Release 18c E87805-02
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.