public class JanusGraphLazyEdge extends JanusGraphLazyRelation implements JanusGraphEdge
| Constructor and Description |
|---|
JanusGraphLazyEdge(Entry dataEntry,
InternalVertex vertex,
StandardJanusGraphTx tx,
InternalRelationType type) |
JanusGraphLazyEdge(InternalRelation janusGraphRelation,
InternalVertex vertex,
StandardJanusGraphTx tx,
InternalRelationType type) |
| Modifier and Type | Method and Description |
|---|---|
JanusGraphVertex |
otherVertex(org.apache.tinkerpop.gremlin.structure.Vertex vertex)
Returns the vertex at the opposite end of the edge.
|
JanusGraphVertex |
vertex(org.apache.tinkerpop.gremlin.structure.Direction dir)
Returns the vertex for the specified direction.
|
direction, equals, getArity, getCompareId, getLen, getLifeCycle, getPropertyKeysDirect, getType, getValueDirect, getVertex, graph, hashCode, hasId, id, isEdge, isIncidentOn, isInvisible, isLoaded, isLoop, isNew, isProperty, isRemoved, isSingle, it, label, loadValue, longId, properties, property, remove, removePropertyDirect, setId, setPropertyDirect, toString, tx, value, value, valueOrNullclone, finalize, getClass, notify, notifyAll, wait, wait, waitedgeLabel, inVertex, outVertex, verticesdirection, getType, isEdge, isIncidentOn, isLoop, isProperty, longId, valuegraph, hasId, id, isLoaded, isNew, isRemoved, property, remove, valueOrNullpublic JanusGraphLazyEdge(InternalRelation janusGraphRelation, InternalVertex vertex, StandardJanusGraphTx tx, InternalRelationType type)
public JanusGraphLazyEdge(Entry dataEntry, InternalVertex vertex, StandardJanusGraphTx tx, InternalRelationType type)
public JanusGraphVertex vertex(org.apache.tinkerpop.gremlin.structure.Direction dir)
JanusGraphEdgevertex in interface JanusGraphEdgedir - Direction of IN or OUTpublic JanusGraphVertex otherVertex(org.apache.tinkerpop.gremlin.structure.Vertex vertex)
JanusGraphEdgeotherVertex in interface JanusGraphEdgevertex - vertex on which this edge is incidentCopyright © 2012–2024. All rights reserved.