| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.structure |
| Modifier and Type | Method and Description |
|---|---|
Element |
Result.getElement() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Edge
|
interface |
Vertex
|
interface |
VertexProperty<V>
|
| Modifier and Type | Method and Description |
|---|---|
Element |
Property.element()
Get the element that this property is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
static IllegalStateException |
Element.Exceptions.elementAlreadyRemoved(Class<? extends Element> clazz,
Object id) |
static NoSuchElementException |
Graph.Exceptions.elementNotFound(Class<? extends Element> elementClass,
Object id) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.