Interface OVertex
- All Superinterfaces:
Comparable<OIdentifiable>,Comparator<OIdentifiable>,OElement,OIdentifiable,ORecord,ORecordElement,OSerializableStream,Serializable
- All Known Implementing Classes:
OVertexDelegate,OVertexDocument
- Author:
- Luigi Dell'Aquila
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.db.record.ORecordElement
ORecordElement.STATUS -
Method Summary
Modifier and TypeMethodDescriptiongetEdges(ODirection direction) getEdges(ODirection direction, OClass... type) getEdges(ODirection direction, String... type) getVertices(ODirection direction) getVertices(ODirection direction, OClass... type) getVertices(ODirection direction, String... type) Methods 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
-
Method Details
-
getEdges
-
getEdges
-
getEdges
-
getVertices
-
getVertices
-
getVertices
-
addEdge
-
addEdge
-
addEdge
-
moveTo
-