public class EdgesVerticesPipe extends AbstractPipe<com.tinkerpop.blueprints.Edge,com.tinkerpop.blueprints.Vertex> implements TransformPipe<com.tinkerpop.blueprints.Edge,com.tinkerpop.blueprints.Vertex>
TransformPipe.Order| Modifier and Type | Field and Description |
|---|---|
protected com.tinkerpop.blueprints.Direction |
direction |
protected com.tinkerpop.blueprints.Vertex |
nextVertex |
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
EdgesVerticesPipe(com.tinkerpop.blueprints.Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
com.tinkerpop.blueprints.Direction |
getDirection() |
com.tinkerpop.blueprints.Vertex |
processNextStart() |
void |
reset()
A pipe may maintain state.
|
String |
toString() |
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, setStarts, setStarts, setStartsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, setStarts, setStartsprotected com.tinkerpop.blueprints.Direction direction
protected com.tinkerpop.blueprints.Vertex nextVertex
public EdgesVerticesPipe(com.tinkerpop.blueprints.Direction direction)
public void reset()
Pipereset in interface Pipe<com.tinkerpop.blueprints.Edge,com.tinkerpop.blueprints.Vertex>reset in class AbstractPipe<com.tinkerpop.blueprints.Edge,com.tinkerpop.blueprints.Vertex>public com.tinkerpop.blueprints.Vertex processNextStart()
processNextStart in class AbstractPipe<com.tinkerpop.blueprints.Edge,com.tinkerpop.blueprints.Vertex>public com.tinkerpop.blueprints.Direction getDirection()
public String toString()
toString in class AbstractPipe<com.tinkerpop.blueprints.Edge,com.tinkerpop.blueprints.Vertex>Copyright © 2010-2014. All Rights Reserved.