public final class ElementValueTraversal<V> extends AbstractLambdaTraversal<Element,V>
Traversal.Admin<S,E>, Traversal.Exceptions, Traversal.Symbols
bypassTraversal
Constructor and Description |
---|
ElementValueTraversal(String propertyKey) |
Modifier and Type | Method and Description |
---|---|
void |
addStart(Traverser.Admin<Element> start)
Add a single
Traverser.Admin object to the head of the traversal. |
String |
getPropertyKey() |
int |
hashCode() |
boolean |
hasNext() |
V |
next() |
String |
toString() |
addStep, applyStrategies, clone, equals, getBytecode, getGraph, getParent, getSideEffects, getSteps, getStrategies, getTraverserGenerator, getTraverserRequirements, isLocked, nextTraverser, removeStep, reset, setBypassTraversal, setGraph, setParent, setSideEffects, setStrategies
finalize, getClass, notify, notifyAll, wait, wait, wait
addStarts, addStep, equals, getEndStep, getStartStep, removeStep
public ElementValueTraversal(String propertyKey)
public V next()
public boolean hasNext()
public void addStart(Traverser.Admin<Element> start)
Traversal.Admin
Traverser.Admin
object to the head of the traversal.
Users should typically not need to call this method. For dynamic inject of data, they should use InjectStep
.addStart
in interface Traversal.Admin<Element,V>
addStart
in class AbstractLambdaTraversal<Element,V>
start
- a traverser to add to the traversalpublic String getPropertyKey()
public int hashCode()
hashCode
in class AbstractLambdaTraversal<Element,V>
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.