public interface Matcher
| Modifier and Type | Method and Description |
|---|---|
void |
init(String sandboxfolder,
double threshold,
int maxResults,
HashMap<String,String> parameters) |
MatcherOutput |
match(MatcherInput input) |
void init(String sandboxfolder, double threshold, int maxResults, HashMap<String,String> parameters)
MatcherOutput match(MatcherInput input) throws Exception
ExceptionCopyright © 2021. All Rights Reserved.