Uses of Class
org.molgenis.vibe.cli.io.output.format.gene_prioritized.GenePrioritizedOutputFormatWriterFactory
-
Packages that use GenePrioritizedOutputFormatWriterFactory Package Description org.molgenis.vibe.cli.io.options_digestion org.molgenis.vibe.cli.io.output.format.gene_prioritized -
-
Uses of GenePrioritizedOutputFormatWriterFactory in org.molgenis.vibe.cli.io.options_digestion
Methods in org.molgenis.vibe.cli.io.options_digestion that return GenePrioritizedOutputFormatWriterFactory Modifier and Type Method Description GenePrioritizedOutputFormatWriterFactoryVibeOptions. getGenePrioritizedOutputFormatWriterFactory() -
Uses of GenePrioritizedOutputFormatWriterFactory in org.molgenis.vibe.cli.io.output.format.gene_prioritized
Methods in org.molgenis.vibe.cli.io.output.format.gene_prioritized that return GenePrioritizedOutputFormatWriterFactory Modifier and Type Method Description static GenePrioritizedOutputFormatWriterFactoryGenePrioritizedOutputFormatWriterFactory. valueOf(String name)Returns the enum constant of this type with the specified name.static GenePrioritizedOutputFormatWriterFactory[]GenePrioritizedOutputFormatWriterFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-