public class VerticesEdgesPipe extends AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Edge> implements TransformPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Edge>
TransformPipe.Order| Modifier and Type | Field and Description |
|---|---|
protected int |
branchFactor |
protected com.tinkerpop.blueprints.Direction |
direction |
protected String[] |
labels |
protected Iterator<com.tinkerpop.blueprints.Edge> |
nextEnds |
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
VerticesEdgesPipe(com.tinkerpop.blueprints.Direction direction,
int branchFactor,
String... labels) |
VerticesEdgesPipe(com.tinkerpop.blueprints.Direction direction,
String... labels) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBranchFactor() |
com.tinkerpop.blueprints.Direction |
getDirection() |
String[] |
getLabels() |
protected com.tinkerpop.blueprints.Edge |
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 String[] labels
protected int branchFactor
protected Iterator<com.tinkerpop.blueprints.Edge> nextEnds
public VerticesEdgesPipe(com.tinkerpop.blueprints.Direction direction,
String... labels)
public VerticesEdgesPipe(com.tinkerpop.blueprints.Direction direction,
int branchFactor,
String... labels)
public String[] getLabels()
public com.tinkerpop.blueprints.Direction getDirection()
public int getBranchFactor()
public void reset()
Pipereset in interface Pipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Edge>reset in class AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Edge>protected com.tinkerpop.blueprints.Edge processNextStart()
processNextStart in class AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Edge>public String toString()
toString in class AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Edge>Copyright © 2010-2014. All Rights Reserved.