public interface OracleVertexBase extends com.tinkerpop.blueprints.Vertex, Vertex, OracleElementBase
Vertex.Exceptions
DEFAULT_LABEL, EMPTY_ARGS
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.
|
default <V> VertexProperty<V> |
property(VertexProperty.Cardinality cardinality,
java.lang.String key,
V value,
java.lang.Object... keyValues)
Create a new vertex property.
|
void |
setLabel(java.lang.String label)
Sets (and overrides) the label of this given vertex
|
void |
setLabel(java.lang.String label,
boolean skipQueue,
boolean skipLucene)
Sets (and overrides) the label of this given vertex
|
addEdge, getEdges, getVertices, query
addEdge, edges, properties, property, property, property, vertices
forceRefresh, getAttributes, setPartial, setProperty, setProperty, setPropertyGraph
long getDegree(com.tinkerpop.blueprints.Direction direction, java.lang.String... labels)
direction
- the direction of the edges of the adjacent verticeslabels
- the labels of the edges of the adjacent verticesdefault <V> VertexProperty<V> property(VertexProperty.Cardinality cardinality, java.lang.String key, V value, java.lang.Object... keyValues)
void setLabel(java.lang.String label)
void setLabel(java.lang.String label, boolean skipQueue, boolean skipLucene)
label
- the label for this vertexskipQueue
- true to prevent adding this change to the update queueskipLucene
- true to prevent updating element with indicesCopyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.