Uses of Interface
org.apache.tinkerpop.gremlin.structure.Element
-
Packages that use Element Package Description org.apache.tinkerpop.gremlin.driver org.apache.tinkerpop.gremlin.process.traversal.dsl.graph org.apache.tinkerpop.gremlin.structure -
-
Uses of Element in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return Element Modifier and Type Method Description Element
Result. getElement()
Gets the result item by casting it to anElement
. -
Uses of Element in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph that return types with arguments of type Element Modifier and Type Method Description default GraphTraversal<S,Element>
GraphTraversal. element()
-
Uses of Element in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Element in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description interface
Edge
interface
Vertex
interface
VertexProperty<V>
Methods in org.apache.tinkerpop.gremlin.structure that return Element Modifier and Type Method Description Element
Property. element()
Get the element that this property is associated with.Methods in org.apache.tinkerpop.gremlin.structure with parameters of type Element Modifier and Type Method Description abstract Object
T. apply(Element element)
static IllegalStateException
Property.Exceptions. propertyDoesNotExist(Element element, String key)
-