
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, setPropertyclear, copy, delete, detach, fromJSON, getDatabase, getIdentity, getInternalStatus, getSize, getVersion, isDirty, load, reload, reload, reset, save, save, save, save, setInternalStatus, toJSON, toJSON, unloadgetOwner, setDirty, setDirtyNoChangedgetRecord, isLocked, lock, lockingStrategy, unlockcompareTocompare, comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongfromStream, toStreamIterable<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–2025 OrientDB. All rights reserved.