|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbehave.core.steps.StepFinder.ByLevenshteinDistance
public static class StepFinder.ByLevenshteinDistance
Strategy to priorise candidate steps by Levenshtein Distance
Constructor Summary | |
---|---|
StepFinder.ByLevenshteinDistance()
|
Method Summary | |
---|---|
java.util.List<StepCandidate> |
prioritise(java.lang.String stepAsText,
java.util.List<StepCandidate> candidates)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StepFinder.ByLevenshteinDistance()
Method Detail |
---|
public java.util.List<StepCandidate> prioritise(java.lang.String stepAsText, java.util.List<StepCandidate> candidates)
prioritise
in interface StepFinder.PrioritisingStrategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |