Uses of Class
methods.scores.go.GOTerm

Packages that use GOTerm
methods.scores.go   
 

Uses of GOTerm in methods.scores.go
 

Fields in methods.scores.go with type parameters of type GOTerm
 Collection<GOTerm> GOTerm.children
          List of children of this term
 Collection<GOTerm> GOTerm.parents
          List of parents of this term.
 

Methods in methods.scores.go that return GOTerm
 GOTerm GONetwork.getRoot()
          Returns the root term of this ontology network (actually of the namespace which is used in this network).
 GOTerm GONetwork.getTerm(String ID)
          Returns the term object with a given GO identifier.
 

Methods in methods.scores.go that return types with arguments of type GOTerm
 Collection<GOTerm> GONetwork.getAllTerms()
          Get set of all term objects in the current network.