public interface OracleVertexBase extends com.tinkerpop.blueprints.Vertex, Vertex, OracleElementBase
Vertex.ExceptionsDEFAULT_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, queryaddEdge, edges, properties, property, property, property, verticesforceRefresh, getAttributes, setPartial, setProperty, setProperty, setPropertyGraphlong 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 - 2018 Oracle and/or its affiliates. All Rights Reserved.