public class PropertiesStep<E> extends FlatMapStep<Element,E> implements AutoCloseable
| Modifier and Type | Field and Description | 
|---|---|
protected String[] | 
propertyKeys  | 
protected PropertyType | 
returnType  | 
id, labels, nextEnd, nextStep, previousStep, starts, traversal, traverserStepIdAndLabelsSetByChild| Constructor and Description | 
|---|
PropertiesStep(Traversal.Admin traversal,
              PropertyType propertyType,
              String... propertyKeys)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
close()  | 
protected Iterator<E> | 
flatMap(Traverser.Admin<Element> traverser)  | 
String[] | 
getPropertyKeys()  | 
Set<TraverserRequirement> | 
getRequirements()
Provide the necessary  
TraverserRequirement that must be met by the traverser in order for the step to
 function properly. | 
PropertyType | 
getReturnType()  | 
int | 
hashCode()  | 
String | 
toString()  | 
closeIterator, processNextStart, resetaddLabel, addStart, addStarts, clone, equals, getId, getLabels, getNextStep, getPreviousStep, getTraversal, hasNext, next, removeLabel, setId, setNextStep, setPreviousStep, setTraversalfinalize, getClass, notify, notifyAll, wait, wait, waitforEachRemaining, removeprotected final String[] propertyKeys
protected final PropertyType returnType
public PropertiesStep(Traversal.Admin traversal, PropertyType propertyType, String... propertyKeys)
protected Iterator<E> flatMap(Traverser.Admin<Element> traverser)
flatMap in class FlatMapStep<Element,E>public PropertyType getReturnType()
public String[] getPropertyKeys()
public String toString()
toString in class AbstractStep<Element,E>public int hashCode()
hashCode in class AbstractStep<Element,E>public Set<TraverserRequirement> getRequirements()
StepTraverserRequirement that must be met by the traverser in order for the step to
 function properly. The provided default implements returns an empty set.getRequirements in interface Step<Element,E>public void close()
           throws Exception
close in interface AutoCloseableExceptionCopyright © 2013–2020 Apache Software Foundation. All rights reserved.