public interface OVertex extends OElement
ORecordElement.STATUS
Modifier and Type | Method and Description |
---|---|
OEdge |
addEdge(OVertex to) |
OEdge |
addEdge(OVertex to,
OClass type) |
OEdge |
addEdge(OVertex to,
String type) |
Iterable<OEdge> |
getEdges(ODirection direction) |
Iterable<OEdge> |
getEdges(ODirection direction,
OClass... type) |
Iterable<OEdge> |
getEdges(ODirection direction,
String... type) |
Iterable<OVertex> |
getVertices(ODirection direction) |
Iterable<OVertex> |
getVertices(ODirection direction,
OClass... type) |
Iterable<OVertex> |
getVertices(ODirection direction,
String... type) |
ORID |
moveTo(String iClassName,
String iClusterName) |
asEdge, asVertex, getProperty, getPropertyNames, getSchemaType, hasProperty, isEdge, isVertex, removeProperty, setProperty, setProperty
clear, copy, delete, detach, fromJSON, getDatabase, getIdentity, getInternalStatus, getSize, getVersion, isDirty, load, reload, reload, reset, save, save, save, save, setInternalStatus, toJSON, toJSON, unload
getOwner, setDirty, setDirtyNoChanged
getRecord, isLocked, lock, lockingStrategy, unlock
compareTo
compare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
fromStream, toStream
Iterable<OEdge> getEdges(ODirection direction)
Iterable<OEdge> getEdges(ODirection direction, String... type)
Iterable<OEdge> getEdges(ODirection direction, OClass... type)
Iterable<OVertex> getVertices(ODirection direction)
Iterable<OVertex> getVertices(ODirection direction, String... type)
Iterable<OVertex> getVertices(ODirection direction, OClass... type)
Copyright © 2009–2020 OrientDB. All rights reserved.