Package org.jboss.windup.config.query
Class OutCriterion
- java.lang.Object
-
- org.jboss.windup.config.query.OutCriterion
-
- All Implemented Interfaces:
QueryGremlinCriterion
public class OutCriterion extends Object implements QueryGremlinCriterion
A Pipes step which gets the vertices behind outgoing edges of given label.
-
-
Constructor Summary
Constructors Constructor Description OutCriterion(String edgeLabel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidquery(GraphRewrite event, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<?,org.apache.tinkerpop.gremlin.structure.Vertex> pipeline)StringtoString()
-
-
-
Constructor Detail
-
OutCriterion
public OutCriterion(String edgeLabel)
-
-
Method Detail
-
query
public void query(GraphRewrite event, org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<?,org.apache.tinkerpop.gremlin.structure.Vertex> pipeline)
- Specified by:
queryin interfaceQueryGremlinCriterion
-
-