Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver | |
org.apache.tinkerpop.gremlin.structure |
Modifier and Type | Method and Description |
---|---|
Element |
Result.getElement()
Gets the result item by casting it to an
Element . |
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 |
---|---|
abstract Object |
T.apply(Element element) |
static IllegalStateException |
Property.Exceptions.propertyDoesNotExist(Element element,
String key) |
Modifier and Type | Method and Description |
---|---|
static IllegalStateException |
Element.Exceptions.elementAlreadyRemoved(Class<? extends Element> clazz,
Object id)
Deprecated.
As of release 3.1.0, not replaced - this exception is no longer enforced by the test suite.
|
static NoSuchElementException |
Graph.Exceptions.elementNotFound(Class<? extends Element> elementClass,
Object id)
Deprecated.
|
static NoSuchElementException |
Graph.Exceptions.elementNotFound(Class<? extends Element> elementClass,
Object id,
Exception rootCause)
Deprecated.
|
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.