Uses of Class
sbc.orthoxml.Species

Packages that use Species
sbc.orthoxml   
sbc.orthoxml.io   
 

Uses of Species in sbc.orthoxml
 

Methods in sbc.orthoxml that return Species
 Species Gene.getSpecies()
          Returns the species the gene stems from.
 

Methods in sbc.orthoxml with parameters of type Species
 void Gene.setSpecies(Species species)
          Sets the species the gene stems from.
 

Constructors in sbc.orthoxml with parameters of type Species
Gene(Species species, Database database)
          Creates a Gene object from the given database and species
 

Uses of Species in sbc.orthoxml.io
 

Methods in sbc.orthoxml.io that return types with arguments of type Species
 java.util.List<Species> OrthoXMLReader.getSpecies()
          Returns a list of the species defined in the OrthoXML file.