Uses of Interface
org.forester.io.parsers.PhylogenyParser
-
-
Uses of PhylogenyParser in org.forester.io.parsers.nexus
Classes in org.forester.io.parsers.nexus that implement PhylogenyParser Modifier and Type Class Description classNexusPhylogeniesParser -
Uses of PhylogenyParser in org.forester.io.parsers.nhx
Classes in org.forester.io.parsers.nhx that implement PhylogenyParser Modifier and Type Class Description classNHXParser -
Uses of PhylogenyParser in org.forester.io.parsers.phyloxml
Classes in org.forester.io.parsers.phyloxml that implement PhylogenyParser Modifier and Type Class Description classPhyloXmlParser -
Uses of PhylogenyParser in org.forester.io.parsers.tol
Classes in org.forester.io.parsers.tol that implement PhylogenyParser Modifier and Type Class Description classTolParser -
Uses of PhylogenyParser in org.forester.io.parsers.util
Methods in org.forester.io.parsers.util that return PhylogenyParser Modifier and Type Method Description static PhylogenyParserParserUtils. createParserDependingFileContents(java.io.File file, boolean phyloxml_validate_against_xsd)static PhylogenyParserParserUtils. createParserDependingOnFileType(java.io.File file, boolean phyloxml_validate_against_xsd)static PhylogenyParserParserUtils. createParserDependingOnUrlContents(java.net.URL url, boolean phyloxml_validate_against_xsd) -
Uses of PhylogenyParser in org.forester.phylogeny
Methods in org.forester.phylogeny with parameters of type PhylogenyParser Modifier and Type Method Description static Phylogeny[]PhylogenyMethods. readPhylogenies(PhylogenyParser parser, java.io.File file)static Phylogeny[]PhylogenyMethods. readPhylogenies(PhylogenyParser parser, java.util.List<java.io.File> files)
-