edu.cmu.cs.sb.core
Class GoAnnotations.Rec

java.lang.Object
  extended by edu.cmu.cs.sb.core.GoAnnotations.Rec
Enclosing class:
GoAnnotations

public static class GoAnnotations.Rec
extends java.lang.Object

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

parents

public java.util.HashSet parents
A set of parents in the hierarchy


sztermName

public java.lang.String sztermName
The name of the category

Constructor Detail

GoAnnotations.Rec

public GoAnnotations.Rec(java.util.HashSet parents,
                         java.lang.String sztermName)
Initializes parents and sztermName