public final class Neo4jEdge extends Neo4jElement implements Edge, WrappedEdge<org.neo4j.tinkerpop.api.Neo4jRelationship>
Edge.ExceptionsbaseElement, graphDEFAULT_LABEL| Constructor and Description |
|---|
Neo4jEdge(org.neo4j.tinkerpop.api.Neo4jRelationship relationship,
Neo4jGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.tinkerpop.api.Neo4jRelationship |
getBaseEdge() |
Vertex |
inVertex() |
String |
label() |
Vertex |
outVertex() |
<V> Iterator<Property<V>> |
properties(String... propertyKeys) |
<V> Property<V> |
property(String key) |
<V> Property<V> |
property(String key,
V value) |
void |
remove() |
String |
toString() |
Iterator<Vertex> |
vertices(Direction direction) |
equals, getBaseElement, graph, hashCode, id, keysclone, finalize, getClass, notify, notifyAll, wait, wait, waitbothVerticespublic Neo4jEdge(org.neo4j.tinkerpop.api.Neo4jRelationship relationship,
Neo4jGraph graph)
public org.neo4j.tinkerpop.api.Neo4jRelationship getBaseEdge()
getBaseEdge in interface WrappedEdge<org.neo4j.tinkerpop.api.Neo4jRelationship>public <V> Iterator<Property<V>> properties(String... propertyKeys)
properties in interface Edgeproperties in interface ElementCopyright © 2013–2019 Apache Software Foundation. All rights reserved.