Class MatchStep.GreedyMatchAlgorithm
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.GreedyMatchAlgorithm
-
- All Implemented Interfaces:
Serializable
,Function<Traverser.Admin<Object>,Traversal.Admin<Object,Object>>
,MatchStep.MatchAlgorithm
public static class MatchStep.GreedyMatchAlgorithm extends Object implements MatchStep.MatchAlgorithm
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
UNMATCHABLE_PATTERN
-
-
Constructor Summary
Constructors Constructor Description GreedyMatchAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal.Admin<Object,Object>
apply(Traverser.Admin<Object> traverser)
void
initialize(boolean onComputer, List<Traversal.Admin<Object,Object>> traversals)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
recordEnd, recordStart
-
-
-
-
Method Detail
-
initialize
public void initialize(boolean onComputer, List<Traversal.Admin<Object,Object>> traversals)
- Specified by:
initialize
in interfaceMatchStep.MatchAlgorithm
-
apply
public Traversal.Admin<Object,Object> apply(Traverser.Admin<Object> traverser)
- Specified by:
apply
in interfaceFunction<Traverser.Admin<Object>,Traversal.Admin<Object,Object>>
-
-