public class LinkPipe extends AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Vertex> implements SideEffectPipe.LazySideEffectPipe<com.tinkerpop.blueprints.Vertex,Object>
SideEffectPipe.GreedySideEffectPipe<S,T>, SideEffectPipe.LazySideEffectPipe<S,T>currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
LinkPipe(com.tinkerpop.blueprints.Direction direction,
String label,
AsPipe<?,com.tinkerpop.blueprints.Vertex> asPipe) |
LinkPipe(com.tinkerpop.blueprints.Direction direction,
String label,
com.tinkerpop.blueprints.Vertex other) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSideEffect() |
protected 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, setStartspublic LinkPipe(com.tinkerpop.blueprints.Direction direction,
String label,
com.tinkerpop.blueprints.Vertex other)
public Object getSideEffect()
getSideEffect in interface SideEffectPipe<com.tinkerpop.blueprints.Vertex,Object>protected com.tinkerpop.blueprints.Vertex processNextStart()
processNextStart in class AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Vertex>public void reset()
Pipereset in interface Pipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Vertex>reset in class AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Vertex>public String toString()
toString in class AbstractPipe<com.tinkerpop.blueprints.Vertex,com.tinkerpop.blueprints.Vertex>Copyright © 2010-2014. All Rights Reserved.