public class IntervalFilterPipe<S extends com.tinkerpop.blueprints.Element> extends AbstractPipe<S,S> implements FilterPipe<S>
currentEnd, pathEnabled, startsNO_PATH_MESSAGE| Constructor and Description |
|---|
IntervalFilterPipe(String key,
Comparable startValue,
Comparable endValue) |
| Modifier and Type | Method and Description |
|---|---|
Comparable |
getEndValue() |
String |
getKey() |
Comparable |
getStartValue() |
S |
processNextStart() |
enablePath, getCurrentPath, getPathToHere, hasNext, iterator, next, remove, reset, setStarts, setStarts, setStarts, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenablePath, getCurrentPath, reset, setStarts, setStartspublic IntervalFilterPipe(String key, Comparable startValue, Comparable endValue)
public S processNextStart()
processNextStart in class AbstractPipe<S extends com.tinkerpop.blueprints.Element,S extends com.tinkerpop.blueprints.Element>public String getKey()
public Comparable getStartValue()
public Comparable getEndValue()
Copyright © 2010-2014. All Rights Reserved.