Package org.forester.go.etc
Class OntologizerResult
- java.lang.Object
-
- org.forester.go.etc.OntologizerResult
-
- All Implemented Interfaces:
java.lang.Comparable<OntologizerResult>
public class OntologizerResult extends java.lang.Object implements java.lang.Comparable<OntologizerResult>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OntologizerResult.TYPE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 java.util.List<OntologizerResult>
parse(java.io.File input)
-
-
-
Method Detail
-
compareTo
public int compareTo(OntologizerResult o)
- Specified by:
compareTo
in interfacejava.lang.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 java.util.List<OntologizerResult> parse(java.io.File input) throws java.io.IOException
- Throws:
java.io.IOException
-
-