Uses of Class
sbc.orthoxml.Database

Packages that use Database
sbc.orthoxml   
 

Uses of Database in sbc.orthoxml
 

Methods in sbc.orthoxml that return Database
 Database Gene.getDatabase()
          Returns the database the gene stems from.
 

Methods in sbc.orthoxml with parameters of type Database
 void Gene.setDatabase(Database database)
          Sets the database the gene stems from
 

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