public class OracleWrapperEdge extends OracleWrapperElement implements com.tinkerpop.blueprints.Edge
Modifier and Type | Method and Description |
---|---|
static OracleWrapperEdge |
getInstance(OracleWrapperGraph opg, Long eid)
Returns an instance of OracleWrapperEdge
|
static OracleWrapperEdge |
getInstance(OracleWrapperGraph opg, OracleWrapperVertex outVertex, OracleWrapperVertex inVertex, String edgeLabel, Long eid)
Returns an instance of OracleWrapperEdge
|
OracleWrapperVertex |
getInVertex()
This is a bit more convenient than the getVertex API that uses Direction.
|
String |
getLabel()
Return the label associated with the edge.
|
OracleWrapperVertex |
getOutVertex()
This is a bit more convenient than the getVertex API that uses Direction.
|
com.tinkerpop.blueprints.Vertex |
getVertex(com.tinkerpop.blueprints.Direction direction)
Return the tail/out or head/in vertex.
|
void |
remove() |
String |
toString() |
countPropertyKeys, getId, getProperty, getPropertyKeys, isPartial, removeProperty, setProperty, setProperty
public static OracleWrapperEdge getInstance(OracleWrapperGraph opg, Long eid)
public static OracleWrapperEdge getInstance(OracleWrapperGraph opg, OracleWrapperVertex outVertex, OracleWrapperVertex inVertex, String edgeLabel, Long eid)
public OracleWrapperVertex getInVertex()
public String getLabel()
getLabel
in interface com.tinkerpop.blueprints.Edge
public OracleWrapperVertex getOutVertex()
public com.tinkerpop.blueprints.Vertex getVertex(com.tinkerpop.blueprints.Direction direction)
getVertex
in interface com.tinkerpop.blueprints.Edge
public void remove()
remove
in interface com.tinkerpop.blueprints.Element
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.