Class PathUtil
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.util.PathUtil
-
public class PathUtil extends Object
- Author:
- Ted Wilmes (http://twilmes.org), Stephen Mallette (http://stephen.genoprime.com)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<String>
getReferencedLabels(Step step)
static Set<String>
getReferencedLabelsAfterStep(Step<?,?> step)
-