public interface OrientExtendedVertex
extends com.tinkerpop.blueprints.Vertex
Modifier and Type | Method and Description |
---|---|
OrientElement |
attach(OrientBaseGraph g) |
OrientVertex |
copy() |
ORID |
getIdentity() |
ODocument |
getRecord() |
OrientVertexType |
getType()
(Blueprints Extension) Returns the Vertex type as OrientVertexType object.
|
OrientVertex |
getVertexInstance() |
void |
reload() |
void reload()
OrientElement attach(OrientBaseGraph g)
ODocument getRecord()
OrientVertex copy()
ORID getIdentity()
OrientVertex getVertexInstance()
OrientVertexType getType()
Copyright © 2009–2020 OrientDB. All rights reserved.