org.forester.go.etc
Class OntologizerResult

java.lang.Object
  extended by org.forester.go.etc.OntologizerResult
All Implemented Interfaces:
Comparable<OntologizerResult>

public class OntologizerResult
extends Object
implements Comparable<OntologizerResult>


Nested Class Summary
static class OntologizerResult.TYPE
           
 
Method Summary
 int compareTo(OntologizerResult o)
           
 GoId getGoId()
           
 int getNParents()
           
 double getP()
           
 double getPAdjusted()
           
 double getPMin()
           
 int getPopFamily()
           
 int getPopTerm()
           
 int getPopTotal()
           
 int getStudyFamily()
           
 int getStudyTerm()
           
 int getStudyTotal()
           
 OntologizerResult.TYPE getType()
           
 boolean isTrivial()
           
static List<OntologizerResult> parse(File input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

compareTo

public int compareTo(OntologizerResult o)
Specified by:
compareTo in interface Comparable<OntologizerResult>

getGoId

public GoId getGoId()

getNParents

public int getNParents()

getP

public double getP()

getPAdjusted

public double getPAdjusted()

getPMin

public double getPMin()

getPopFamily

public int getPopFamily()

getPopTerm

public int getPopTerm()

getPopTotal

public int getPopTotal()

getStudyFamily

public int getStudyFamily()

getStudyTerm

public int getStudyTerm()

getStudyTotal

public int getStudyTotal()

getType

public OntologizerResult.TYPE getType()

isTrivial

public boolean isTrivial()

parse

public static List<OntologizerResult> parse(File input)
                                     throws IOException
Throws:
IOException