Uses of Class
owltools.phenolog.Individual

Packages that use Individual
owltools.phenolog Phenolog - Calculation of class similarity based on instance data 
 

Uses of Individual in owltools.phenolog
 

Methods in owltools.phenolog that return Individual
 Individual IndividualPair.getMember1()
           
 Individual IndividualPair.getMember2()
           
 

Methods in owltools.phenolog that return types with arguments of type Individual
 HashSet<Individual> Pheno.getIndividuals()
           
static HashSet<Individual> Main.getpermutedgenes(int sampsz, int pop_size, ArrayList<Individual> ls_ind)
           
 

Methods in owltools.phenolog with parameters of type Individual
 int Individual.compareTo(Individual ind)
           
 void IndividualPair.setMember1(Individual member1)
           
 void IndividualPair.setMember2(Individual member2)
           
 

Method parameters in owltools.phenolog with type arguments of type Individual
static HashSet<Individual> Main.getpermutedgenes(int sampsz, int pop_size, ArrayList<Individual> ls_ind)
           
 void Pheno.setIndividuals(HashSet<Individual> individuals)
           
 

Constructors in owltools.phenolog with parameters of type Individual
IndividualPair(Individual member1, Individual member2)
           
 

Constructor parameters in owltools.phenolog with type arguments of type Individual
Pheno(String id, String label, HashSet<Individual> individuals)
           
Pheno(String id, String label, HashSet<Individual> individuals, boolean isFromTC)
           
 



Copyright © 2010-2011. All Rights Reserved.