Uses of Class
org.biojava.bio.taxa.CircularReferenceException

Packages that use CircularReferenceException
org.biojava.bio.taxa Taxonomy object for representing species information. 
 

Uses of CircularReferenceException in org.biojava.bio.taxa
 

Methods in org.biojava.bio.taxa that throw CircularReferenceException
 Taxon TaxonFactory.addChild(Taxon parent, Taxon child)
          Deprecated. Add a taxon as a child to a parent.
 Taxon EbiFormat.parse(TaxonFactory taxonFactory, String taxonString)
          Deprecated.  
 Taxon TaxonParser.parse(TaxonFactory taxonFactory, String taxonString)
          Deprecated. Convert a stringified Taxon into a Taxon instance.