public interface OEdge extends OElement
ORecordElement.STATUS
Modifier and Type | Field and Description |
---|---|
static String |
DIRECITON_IN
Deprecated.
|
static String |
DIRECITON_OUT
Deprecated.
|
static String |
DIRECTION_IN |
static String |
DIRECTION_OUT |
Modifier and Type | Method and Description |
---|---|
OVertex |
getFrom() |
OVertex |
getTo() |
default OVertex |
getVertex(ODirection dir) |
default boolean |
isLabeled(String[] labels) |
boolean |
isLightweight() |
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
static final String DIRECTION_OUT
static final String DIRECTION_IN
@Deprecated static final String DIRECITON_OUT
@Deprecated static final String DIRECITON_IN
OVertex getFrom()
OVertex getTo()
boolean isLightweight()
default OVertex getVertex(ODirection dir)
default boolean isLabeled(String[] labels)
Copyright © 2009–2020 OrientDB. All rights reserved.