Uses of Class
org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts.MatcherOutput
-
-
Uses of MatcherOutput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts that return MatcherOutput Modifier and Type Method Description MatcherOutputGenericWorkflow. executeChainedWorkflow(List<String> rawentries)MatcherOutputYasmeenMatcher. match(MatcherInput inputName)protected abstract MatcherOutputGenericWorkflow. mergeOutputs(List<MatcherOutput> outslist)Method parameters in org.gcube.dataanalysis.executor.nodes.transducers.bionym.abstracts with type arguments of type MatcherOutput Modifier and Type Method Description protected abstract MatcherOutputGenericWorkflow. mergeOutputs(List<MatcherOutput> outslist) -
Uses of MatcherOutput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.workflows
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.workflows that return MatcherOutput Modifier and Type Method Description protected MatcherOutputBiOnymWF. mergeOutputs(List<MatcherOutput> outslist)Method parameters in org.gcube.dataanalysis.executor.nodes.transducers.bionym.implementations.workflows with type arguments of type MatcherOutput Modifier and Type Method Description protected MatcherOutputBiOnymWF. mergeOutputs(List<MatcherOutput> outslist) -
Uses of MatcherOutput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces that return MatcherOutput Modifier and Type Method Description MatcherOutputMatcher. match(MatcherInput input)MatcherOutputPostProcessor. postprocessMatches(MatcherOutput rawnames)Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.interfaces with parameters of type MatcherOutput Modifier and Type Method Description MatcherOutputPostProcessor. postprocessMatches(MatcherOutput rawnames) -
Uses of MatcherOutput in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils
Methods in org.gcube.dataanalysis.executor.nodes.transducers.bionym.utils that return MatcherOutput Modifier and Type Method Description static MatcherOutputYasmeenFileTools. getYasmeenMatcherOutput(String sandboxFolder, String filename)
-