Uses of Class
org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.MatcherInput
-
-
Uses of MatcherInput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts with parameters of type MatcherInput Modifier and Type Method Description MatcherOutputYasmeenMatcher. match(MatcherInput inputName) -
Uses of MatcherInput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.parsers
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.parsers that return MatcherInput Modifier and Type Method Description MatcherInputYasmeenParser. parse(List<String> rawnames) -
Uses of MatcherInput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces that return MatcherInput Modifier and Type Method Description MatcherInputParser. parse(List<String> rawnames)Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces with parameters of type MatcherInput Modifier and Type Method Description MatcherOutputMatcher. match(MatcherInput input) -
Uses of MatcherInput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils that return MatcherInput Modifier and Type Method Description static MatcherInputYasmeenFileTools. getYasmeenParserOutput(String sandboxFolder, String filename)Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils with parameters of type MatcherInput Modifier and Type Method Description static voidYasmeenFileTools. writeYasmeenMatcherInput(String sandboxFolder, String filename, String parserName, MatcherInput input)Deprecated.
-