Package org.biojava.bio.taxa
Interface TaxonParser
- All Known Implementing Classes:
EbiFormat
public interface TaxonParser
Deprecated.
Encapsulate the mapping between Taxon and stringified
representations of taxa.
- Author:
- Matthew Pocock
-
Method Summary
-
Method Details
-
parse
Taxon parse(TaxonFactory taxonFactory, String taxonString) throws ChangeVetoException, CircularReferenceException Deprecated.Convert a stringified Taxon into a Taxon instance.- Parameters:
taxonFactory
- the TaxonFactory used to instantiate taxa instancestaxonString
- the String to parse- Returns:
- a Taxon instance created by the TaxonFactory from the taxonString
- Throws:
ChangeVetoException
CircularReferenceException
-
serialize
Deprecated.Convert a Taxon into a stringified representation.- Parameters:
taxon
- the Taxon to serialize- Returns:
- the stringified version of Taxon
-
org.biojavax.bio.taxa