public interface OracleEdgeBase extends com.tinkerpop.blueprints.Edge, Edge, OracleElementBase
Edge.Exceptions
DEFAULT_LABEL
Modifier and Type | Method and Description |
---|---|
OracleVertexBase |
getInVertex()
Return the head/in vertex of the edge
|
java.lang.Object |
getInVertexID()
Return the head/in vertex ID.
|
OracleVertexBase |
getOutVertex()
Return the tail/out vertex of the edge
|
java.lang.Object |
getOutVertexID()
Return the tail/out vertex ID.
|
default Vertex |
inVertex()
Get the incoming/head vertex of this edge
|
default java.lang.String |
label() |
default Vertex |
outVertex()
Get the outgoing/tail vertex of this edge
|
default java.util.Iterator<Vertex> |
vertices(Direction direction)
Review the vertex (or vertices) associated with this edge as defined by the direction.
|
bothVertices, properties
forceRefresh, getAttributes, setPartial, setProperty, setProperty, setPropertyGraph
OracleVertexBase getInVertex()
java.lang.Object getInVertexID()
OracleVertexBase getOutVertex()
java.lang.Object getOutVertexID()
default Vertex inVertex()
default Vertex outVertex()
Copyright © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.