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 class
NexusPhylogeniesParser
-
Uses of PhylogenyParser in org.forester.io.parsers.nhx
Classes in org.forester.io.parsers.nhx that implement PhylogenyParser Modifier and Type Class Description class
NHXParser
-
Uses of PhylogenyParser in org.forester.io.parsers.phyloxml
Classes in org.forester.io.parsers.phyloxml that implement PhylogenyParser Modifier and Type Class Description class
PhyloXmlParser
-
Uses of PhylogenyParser in org.forester.io.parsers.tol
Classes in org.forester.io.parsers.tol that implement PhylogenyParser Modifier and Type Class Description class
TolParser
-
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 PhylogenyParser
ParserUtils. createParserDependingFileContents(java.io.File file, boolean phyloxml_validate_against_xsd)
static PhylogenyParser
ParserUtils. createParserDependingOnFileType(java.io.File file, boolean phyloxml_validate_against_xsd)
static PhylogenyParser
ParserUtils. 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)
-