Uses of Interface
org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces.Matcher
-
-
Uses of Matcher in org.gcube.dataanalysis.executor.nodes.transducers.bionym
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym that return Matcher Modifier and Type Method Description static MatcherBionymFlexibleWorkflowTransducer. getEnum2Matcher(YasmeenGlobalParameters.BuiltinMatchers matcher, String sandboxFolder, double threshold, int maxResults, HashMap<String,String> parameters)Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym that return types with arguments of type Matcher Modifier and Type Method Description List<Matcher>BionymBiodiv. buildMatcherList(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config, String sandboxFolder, HashMap<String,String> globalparameters)List<Matcher>BionymFlexibleWorkflowTransducer. buildMatcherList(org.gcube.dataanalysis.ecoengine.configuration.AlgorithmConfiguration config, String sandboxFolder, HashMap<String,String> globalparameters) -
Uses of Matcher in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts
Classes in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts that implement Matcher Modifier and Type Class Description classYasmeenMatcherFields in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts with type parameters of type Matcher Modifier and Type Field Description protected List<Matcher>GenericWorkflow. matchersListMethods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts that return types with arguments of type Matcher Modifier and Type Method Description List<Matcher>GenericWorkflow. getMatchersList()Method parameters in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts with type arguments of type Matcher Modifier and Type Method Description voidGenericWorkflow. resetMatchers(List<Matcher> newmatchers) -
Uses of Matcher in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.matchers
Classes in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.matchers that implement Matcher Modifier and Type Class Description classFuzzyMatcherclassGsayMatcherclassLevensteinMatcherclassMixedLexicalMatcherclassSoundexMatcherclassTrigramMatcher
-