Uses of Class
owltools.phenolog.IndividualPair

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

Uses of IndividualPair in owltools.phenolog
 

Methods in owltools.phenolog that return types with arguments of type IndividualPair
 HashSet<IndividualPair> Pheno.getClosestOverlapPairs()
           
 HashMap<String,IndividualPair> PhenoTransitiveClosure.gethmpair()
           
 Set<IndividualPair> PhenologEngine.getIndividualPairs()
           
 

Methods in owltools.phenolog with parameters of type IndividualPair
 int IndividualPair.compareTo(IndividualPair indpair)
           
 

Method parameters in owltools.phenolog with type arguments of type IndividualPair
static Pheno Main.calculate_overlap(Pheno p1, Pheno p2, HashMap<String,IndividualPair> hm)
           
 HashSet<Pheno> PhenoTransitiveClosure.performtransiviteclosure(String obolink, String prefix, HashSet<Pheno> hsp, HashMap<String,Pheno> hmp, HashMap<String,IndividualPair> hmpair)
           
 void Pheno.setClosestOverlapPairs(HashSet<IndividualPair> hsip)
           
 void PhenoTransitiveClosure.sethmpair(HashMap<String,IndividualPair> hmpair)
           
 void PhenologEngine.setIndividualPairs(Set<IndividualPair> individualPairs)
           
 



Copyright © 2010-2012. All Rights Reserved.