Interface TaxonParser

All Known Implementing Classes:
EbiFormat

public interface TaxonParser
Deprecated.
replaced by classes in org.biojavax.bio.taxa
Encapsulate the mapping between Taxon and stringified representations of taxa.
Author:
Matthew Pocock
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(TaxonFactory taxonFactory, String taxonString)
    Deprecated.
    Convert a stringified Taxon into a Taxon instance.
    Deprecated.
    Convert a Taxon into a stringified representation.