|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.cmu.cs.sb.core.GoAnnotations.Rec
public static class GoAnnotations.Rec
Rec is a Gene Ontology hierarchy record a GO ID will map to the record A record contains a name and a set of parent records
Field Summary | |
---|---|
java.util.HashSet |
parents
A set of parents in the hierarchy |
java.lang.String |
sztermName
The name of the category |
Constructor Summary | |
---|---|
GoAnnotations.Rec(java.util.HashSet parents,
java.lang.String sztermName)
Initializes parents and sztermName |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.HashSet parents
public java.lang.String sztermName
Constructor Detail |
---|
public GoAnnotations.Rec(java.util.HashSet parents, java.lang.String sztermName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |