Interface OEdge
- All Superinterfaces:
Comparable<OIdentifiable>,Comparator<OIdentifiable>,OElement,OIdentifiable,ORecord,ORecordElement,OSerializableStream,Serializable
- All Known Implementing Classes:
OEdgeDelegate,OEdgeDocument
- Author:
- Luigi Dell'Aquila
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.db.record.ORecordElement
ORecordElement.STATUS -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()getTo()default OVertexgetVertex(ODirection dir) default booleanbooleanMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface java.util.Comparator
compare, equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface com.orientechnologies.orient.core.record.OElement
asEdge, asVertex, getProperty, getPropertyNames, getSchemaType, hasProperty, isEdge, isVertex, removeProperty, setProperty, setPropertyMethods inherited from interface com.orientechnologies.orient.core.db.record.OIdentifiable
getRecordMethods inherited from interface com.orientechnologies.orient.core.record.ORecord
clear, copy, delete, detach, fromJSON, getDatabase, getIdentity, getInternalStatus, getSize, getVersion, isDirty, load, reload, reload, reset, save, save, save, save, setInternalStatus, toJSON, toJSON, unloadMethods inherited from interface com.orientechnologies.orient.core.db.record.ORecordElement
getOwner, setDirty, setDirtyNoChangedMethods inherited from interface com.orientechnologies.orient.core.serialization.OSerializableStream
fromStream, toStream
-
Field Details
-
DIRECTION_OUT
- See Also:
-
DIRECTION_IN
- See Also:
-
DIRECITON_OUT
Deprecated.- See Also:
-
DIRECITON_IN
Deprecated.- See Also:
-
-
Method Details