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, setPropertypublic 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.Edgepublic OracleWrapperVertex getOutVertex()
public com.tinkerpop.blueprints.Vertex getVertex(com.tinkerpop.blueprints.Direction direction)
getVertex in interface com.tinkerpop.blueprints.Edgepublic void remove()
remove in interface com.tinkerpop.blueprints.ElementCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.