public static class MatchStep.GreedyMatchAlgorithm extends Object implements MatchStep.MatchAlgorithm
UNMATCHABLE_PATTERN
Constructor and Description |
---|
GreedyMatchAlgorithm() |
Modifier and Type | Method and Description |
---|---|
Traversal.Admin<Object,Object> |
apply(Traverser.Admin<Object> traverser) |
void |
initialize(TraversalEngine.Type traversalEngineType,
List<Traversal.Admin<Object,Object>> traversals) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
recordEnd, recordStart
public void initialize(TraversalEngine.Type traversalEngineType, List<Traversal.Admin<Object,Object>> traversals)
initialize
in interface MatchStep.MatchAlgorithm
public Traversal.Admin<Object,Object> apply(Traverser.Admin<Object> traverser)
apply
in interface Function<Traverser.Admin<Object>,Traversal.Admin<Object,Object>>
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.