Uses of Enum Class
org.forester.rio.RIO.REROOTING
Packages that use RIO.REROOTING
-
Uses of RIO.REROOTING in org.forester.rio
Methods in org.forester.rio that return RIO.REROOTINGModifier and TypeMethodDescriptionstatic RIO.REROOTING
Returns the enum constant of this class with the specified name.static RIO.REROOTING[]
RIO.REROOTING.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.rio with parameters of type RIO.REROOTINGModifier and TypeMethodDescriptionstatic final RIO
RIO.executeAnalysis
(File gene_trees_file, File species_tree_file, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, int first, int last, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(File gene_trees_file, Phylogeny species_tree, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(File gene_trees_file, Phylogeny species_tree, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, int first, int last, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(IteratingPhylogenyParser p, File species_tree_file, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, int first, int last, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(IteratingPhylogenyParser p, Phylogeny species_tree, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(IteratingPhylogenyParser p, Phylogeny species_tree, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, int first, int last, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(Phylogeny[] gene_trees, Phylogeny species_tree, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, boolean produce_log, boolean verbose, boolean transfer_taxonomy) static final RIO
RIO.executeAnalysis
(Phylogeny[] gene_trees, Phylogeny species_tree, SDIutil.ALGORITHM algorithm, RIO.REROOTING rerooting, String outgroup, int first, int last, boolean produce_log, boolean verbose, boolean transfer_taxonomy)