org.biojavax.bio.taxapublic interface TaxonParser
| Modifier and Type | Method and Description |
|---|---|
Taxon |
parse(TaxonFactory taxonFactory,
String taxonString)
Deprecated.
Convert a stringified Taxon into a Taxon instance.
|
String |
serialize(Taxon taxon)
Deprecated.
Convert a Taxon into a stringified representation.
|
Taxon parse(TaxonFactory taxonFactory, String taxonString) throws ChangeVetoException, CircularReferenceException
taxonFactory - the TaxonFactory used to instantiate taxa instancestaxonString - the String to parseChangeVetoExceptionCircularReferenceExceptionCopyright © 2020 BioJava. All rights reserved.