public final class TinkerEdge extends TinkerElement implements Edge
Edge.Exceptions| Modifier and Type | Field and Description |
|---|---|
protected Vertex |
inVertex |
protected Vertex |
outVertex |
protected Map<String,Property> |
properties |
id, label, removedDEFAULT_LABEL| Modifier | Constructor and Description |
|---|---|
protected |
TinkerEdge(Object id,
Vertex outVertex,
String label,
Vertex inVertex) |
| Modifier and Type | Method and Description |
|---|---|
Graph |
graph() |
Vertex |
inVertex() |
Set<String> |
keys() |
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) |
elementAlreadyRemoved, equals, hashCode, id, labelclone, finalize, getClass, notify, notifyAll, wait, wait, waitbothVerticespublic <V> Iterator<Property<V>> properties(String... propertyKeys)
properties in interface Edgeproperties in interface ElementCopyright © 2013–2021 Apache Software Foundation. All rights reserved.