Uses of Interface
org.apache.tinkerpop.gremlin.process.traversal.step.map.MatchStep.MatchAlgorithm
-
Packages that use MatchStep.MatchAlgorithm Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization -
-
Uses of MatchStep.MatchAlgorithm in org.apache.tinkerpop.gremlin.process.traversal.step.map
Classes in org.apache.tinkerpop.gremlin.process.traversal.step.map that implement MatchStep.MatchAlgorithm Modifier and Type Class Description static classMatchStep.CountMatchAlgorithmstatic classMatchStep.GreedyMatchAlgorithmMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return MatchStep.MatchAlgorithm Modifier and Type Method Description MatchStep.MatchAlgorithmMatchStep. getMatchAlgorithm()Method parameters in org.apache.tinkerpop.gremlin.process.traversal.step.map with type arguments of type MatchStep.MatchAlgorithm Modifier and Type Method Description voidMatchStep. setMatchAlgorithm(Class<? extends MatchStep.MatchAlgorithm> matchAlgorithmClass) -
Uses of MatchStep.MatchAlgorithm in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization
Method parameters in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization with type arguments of type MatchStep.MatchAlgorithm Modifier and Type Method Description MatchAlgorithmStrategy.BuilderMatchAlgorithmStrategy.Builder. algorithm(Class<? extends MatchStep.MatchAlgorithm> matchAlgorithmClass)
-