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.MatchAlgorithmUNMATCHABLE_PATTERN
 
- 
 - 
Constructor SummaryConstructors Constructor Description GreedyMatchAlgorithm()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Traversal.Admin<Object,Object>apply(Traverser.Admin<Object> traverser)voidinitialize(boolean onComputer, List<Traversal.Admin<Object,Object>> traversals)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithmrecordEnd, recordStart
 
- 
 
- 
- 
- 
Method Detail- 
initializepublic void initialize(boolean onComputer, List<Traversal.Admin<Object,Object>> traversals)- Specified by:
- initializein interface- MatchStep.MatchAlgorithm
 
 - 
applypublic Traversal.Admin<Object,Object> apply(Traverser.Admin<Object> traverser) - Specified by:
- applyin interface- Function<Traverser.Admin<Object>,Traversal.Admin<Object,Object>>
 
 
- 
 
-