Uses of Class
org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils.YasmeenGlobalParameters.BuiltinMatchers
-
Packages that use YasmeenGlobalParameters.BuiltinMatchers Package Description org.gcube.dataanalysis.executor.nodes.transducers.bionym org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils -
-
Uses of YasmeenGlobalParameters.BuiltinMatchers in org.gcube.dataanalysis.executor.nodes.transducers.bionym
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym with parameters of type YasmeenGlobalParameters.BuiltinMatchers Modifier and Type Method Description static MatcherBionymFlexibleWorkflowTransducer. getEnum2Matcher(YasmeenGlobalParameters.BuiltinMatchers matcher, String sandboxFolder, double threshold, int maxResults, HashMap<String,String> parameters) -
Uses of YasmeenGlobalParameters.BuiltinMatchers in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils that return YasmeenGlobalParameters.BuiltinMatchers Modifier and Type Method Description static YasmeenGlobalParameters.BuiltinMatchersYasmeenGlobalParameters.BuiltinMatchers. valueOf(String name)Returns the enum constant of this type with the specified name.static YasmeenGlobalParameters.BuiltinMatchers[]YasmeenGlobalParameters.BuiltinMatchers. values()Returns an array containing the constants of this enum type, in the order they are declared.
-