| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.driver | |
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| 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 | Method and Description | 
|---|---|
| default <V> GraphTraversal<S,E> | GraphTraversal. by(Function<Element,V> elementFunctionProjection,
  Comparator<V> elementFunctionValueComparator) | 
| 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) | 
| static NoSuchElementException | Graph.Exceptions. elementNotFound(Class<? extends Element> elementClass,
               Object id,
               Exception rootCause) | 
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.