public class SimpleFaunusEdge extends SimpleFaunusRelation implements FaunusEdge
isPropertyisPropertylifecycle| Constructor and Description |
|---|
SimpleFaunusEdge(FaunusEdgeLabel label,
FaunusVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
EdgeLabel |
getEdgeLabel() |
String |
getLabel() |
TitanVertex |
getOtherVertex(TitanVertex vertex) |
FaunusRelationType |
getType() |
TitanVertex |
getVertex(com.tinkerpop.blueprints.Direction dir) |
long |
getVertexId(com.tinkerpop.blueprints.Direction dir) |
boolean |
isDirected() |
boolean |
isUnidirected() |
protected Object |
otherValue() |
equals, getDirection, getId, getLongId, getProperty, getProperty, getProperty, getPropertyKeys, hashCode, hasId, isEdge, isIncidentOn, isLoop, isProperty, remove, removeProperty, removeProperty, setProperty, setProperty, setProperty, toStringgetLifeCycle, isLoaded, isModified, isNew, isRemoved, setLifeCycle, updateLifeCycleclone, finalize, getClass, notify, notifyAll, wait, wait, waitisModified, setLifeCycle, updateLifeCyclegetDirection, getProperty, isEdge, isIncidentOn, isLoop, isProperty, setPropertygetId, getLongId, getProperty, getProperty, hasId, isLoaded, isNew, isRemoved, remove, removeProperty, removeProperty, setProperty, setPropertypublic SimpleFaunusEdge(FaunusEdgeLabel label, FaunusVertex vertex)
protected Object otherValue()
otherValue in class SimpleFaunusRelationpublic EdgeLabel getEdgeLabel()
getEdgeLabel in interface TitanEdgepublic TitanVertex getVertex(com.tinkerpop.blueprints.Direction dir)
public long getVertexId(com.tinkerpop.blueprints.Direction dir)
getVertexId in interface FaunusEdgepublic String getLabel()
getLabel in interface com.tinkerpop.blueprints.Edgepublic TitanVertex getOtherVertex(TitanVertex vertex)
getOtherVertex in interface TitanEdgepublic boolean isDirected()
isDirected in interface TitanEdgepublic boolean isUnidirected()
isUnidirected in interface TitanEdgepublic FaunusRelationType getType()
getType in interface TitanRelationgetType in interface FaunusRelationCopyright © 2012–2016. All rights reserved.