public class OracleWrapperEdge extends OracleWrapperElement implements 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.
|
Vertex |
getVertex(Direction direction)
Return the tail/out or head/in vertex.
|
void |
remove() |
String |
toString() |
countPropertyKeys, getId, getProperty, getPropertyKeys, isPartial, removeProperty, setProperty, setProperty
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getId, getProperty, getPropertyKeys, removeProperty, 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()
public OracleWrapperVertex getOutVertex()
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.