Uses of Interface
org.forester.io.parsers.PhylogenyParser
Packages that use PhylogenyParser
Package
Description
-
Uses of PhylogenyParser in org.forester.io.parsers.nexus
Classes in org.forester.io.parsers.nexus that implement PhylogenyParser -
Uses of PhylogenyParser in org.forester.io.parsers.nhx
Classes in org.forester.io.parsers.nhx that implement PhylogenyParser -
Uses of PhylogenyParser in org.forester.io.parsers.phyloxml
Classes in org.forester.io.parsers.phyloxml that implement PhylogenyParser -
Uses of PhylogenyParser in org.forester.io.parsers.tol
Classes in org.forester.io.parsers.tol that implement PhylogenyParser -
Uses of PhylogenyParser in org.forester.io.parsers.util
Methods in org.forester.io.parsers.util that return PhylogenyParserModifier and TypeMethodDescriptionstatic final PhylogenyParser
ParserUtils.createParserDependingFileContents
(File file, boolean phyloxml_validate_against_xsd) static final PhylogenyParser
ParserUtils.createParserDependingOnFileType
(File file, boolean phyloxml_validate_against_xsd) static final PhylogenyParser
ParserUtils.createParserDependingOnUrlContents
(URL url, boolean phyloxml_validate_against_xsd) -
Uses of PhylogenyParser in org.forester.phylogeny
Methods in org.forester.phylogeny with parameters of type PhylogenyParserModifier and TypeMethodDescriptionstatic final Phylogeny[]
PhylogenyMethods.readPhylogenies
(PhylogenyParser parser, File file) static final Phylogeny[]
PhylogenyMethods.readPhylogenies
(PhylogenyParser parser, List<File> files)