Class OrientVertex
java.lang.Object
org.apache.tinkerpop.gremlin.orientdb.OrientElement
org.apache.tinkerpop.gremlin.orientdb.OrientVertex
- All Implemented Interfaces:
OIdentifiable,Comparable<OIdentifiable>,Comparator<OIdentifiable>,org.apache.tinkerpop.gremlin.structure.Element,org.apache.tinkerpop.gremlin.structure.util.Host,org.apache.tinkerpop.gremlin.structure.Vertex
public final class OrientVertex
extends OrientElement
implements org.apache.tinkerpop.gremlin.structure.Vertex
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Element
org.apache.tinkerpop.gremlin.structure.Element.ExceptionsNested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Vertex
org.apache.tinkerpop.gremlin.structure.Vertex.Exceptions -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.orientdb.OrientElement
graph, rawElementFields inherited from interface org.apache.tinkerpop.gremlin.structure.Vertex
DEFAULT_LABEL, EMPTY_ARGS -
Constructor Summary
ConstructorsConstructorDescriptionOrientVertex(OGraph graph, OIdentifiable identifiable) OrientVertex(OGraph graph, OVertex rawElement) OrientVertex(OGraph graph, String label) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.tinkerpop.gremlin.structure.Edgeprotected static OVertexcreateRawElement(OGraph graph, String label) Iterator<org.apache.tinkerpop.gremlin.structure.Edge><V> Iterator<org.apache.tinkerpop.gremlin.structure.VertexProperty<V>>properties(String... propertyKeys) <V> org.apache.tinkerpop.gremlin.structure.VertexProperty<V><V> org.apache.tinkerpop.gremlin.structure.VertexProperty<V><V> org.apache.tinkerpop.gremlin.structure.VertexProperty<V><V> org.apache.tinkerpop.gremlin.structure.VertexProperty<V>property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues) toString()Iterator<org.apache.tinkerpop.gremlin.structure.Vertex>Methods inherited from class org.apache.tinkerpop.gremlin.orientdb.OrientElement
compare, compareTo, equals, getGraph, getIdentity, getRecord, graph, hashCode, id, label, property, remove, saveMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Element
graph, id, keys, label, remove, value, values
-
Constructor Details
-
OrientVertex
-
OrientVertex
-
OrientVertex
-
-
Method Details
-
createRawElement
-
vertices
public Iterator<org.apache.tinkerpop.gremlin.structure.Vertex> vertices(org.apache.tinkerpop.gremlin.structure.Direction direction, String... labels) - Specified by:
verticesin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex
-
property
- Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Element- Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex- Overrides:
propertyin classOrientElement
-
properties
public <V> Iterator<org.apache.tinkerpop.gremlin.structure.VertexProperty<V>> properties(String... propertyKeys) - Specified by:
propertiesin interfaceorg.apache.tinkerpop.gremlin.structure.Element- Specified by:
propertiesin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex- Overrides:
propertiesin classOrientElement
-
getRawElement
- Specified by:
getRawElementin classOrientElement
-
property
- Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Element- Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex- Overrides:
propertyin classOrientElement
-
property
public <V> org.apache.tinkerpop.gremlin.structure.VertexProperty<V> property(String key, V value, Object... keyValues) - Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex
-
property
public <V> org.apache.tinkerpop.gremlin.structure.VertexProperty<V> property(org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality cardinality, String key, V value, Object... keyValues) - Specified by:
propertyin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex
-
toString
-
addEdge
public org.apache.tinkerpop.gremlin.structure.Edge addEdge(String label, org.apache.tinkerpop.gremlin.structure.Vertex inVertex, Object... keyValues) - Specified by:
addEdgein interfaceorg.apache.tinkerpop.gremlin.structure.Vertex
-
edges
public Iterator<org.apache.tinkerpop.gremlin.structure.Edge> edges(org.apache.tinkerpop.gremlin.structure.Direction direction, String... edgeLabels) - Specified by:
edgesin interfaceorg.apache.tinkerpop.gremlin.structure.Vertex
-