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:
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
UNMATCHABLE_PATTERN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(Traverser.Admin<Object> traverser) voidinitialize(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, waitMethods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
recordEnd, recordStart
-
Constructor Details
-
GreedyMatchAlgorithm
public GreedyMatchAlgorithm()
-
-
Method Details
-
initialize
- Specified by:
initializein interfaceMatchStep.MatchAlgorithm
-
apply
- Specified by:
applyin interfaceFunction<Traverser.Admin<Object>,Traversal.Admin<Object, Object>>
-