Uses of Class
LaColla.core.data.Individual

Packages that use Individual
LaColla.core.util   
 

Uses of Individual in LaColla.core.util
 

Methods in LaColla.core.util that return Individual
static Individual FileHandler.loadIndividual(java.lang.String filename)
           
 

Methods in LaColla.core.util with parameters of type Individual
static void FileHandler.storeIndividual(Individual in, java.lang.String filename)