public interface OracleVertexBase extends com.tinkerpop.blueprints.Vertex, Vertex, OracleElementBase
Vertex.Exceptions
DEFAULT_LABEL, EMPTY_ARGS
Modifier and Type | Method and Description |
---|---|
default java.util.Iterator<Edge> |
edges(Direction direction, java.lang.String... edgeLabels)
Gets an Iterator of incident edges.
|
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 java.lang.String |
label()
Gets the label for the vertex which helps categorize it.
|
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
|
default java.util.Iterator<Vertex> |
vertices(Direction direction, java.lang.String... edgeLabels)
Gets an Iterator of adjacent vertices.
|
addEdge, getEdges, getVertices, query
addEdge, properties, property, property, property
forceRefresh, setPartial, setProperty, setProperty, setPropertyGraph
default java.util.Iterator<Edge> edges(Direction direction, java.lang.String... edgeLabels)
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 java.lang.String label()
default <V> VertexProperty<V> property(VertexProperty.Cardinality cardinality, java.lang.String key, V value, java.lang.Object... keyValues)
void setLabel(java.lang.String label)
Copyright © 2015 - 2018 Oracle and/or its affiliates. All Rights Reserved.