Uses of Class
babase.db.Individual

Uses of Individual in babase.db
 

Methods in babase.db that return Individual
static Individual Individual.fromXML(org.w3c.dom.Element e)
           
 

Methods in babase.db with parameters of type Individual
static int Individual.findIndividualBySname(java.lang.String sname, Individual[] individuals)
           
 

Constructors in babase.db with parameters of type Individual
Individual(Individual individual)