Uses of Class
procope.evaluation.complexquality.go.GOTerm

Packages that use GOTerm
procope.evaluation.complexquality.go   
 

Uses of GOTerm in procope.evaluation.complexquality.go
 

Methods in procope.evaluation.complexquality.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 procope.evaluation.complexquality.go that return types with arguments of type GOTerm
 Collection<GOTerm> GONetwork.getAllTerms()
          Get set of all term objects in the current network.
 Collection<GOTerm> GOTerm.getChildren()
          Returns the list of child terms for this GO term.
 Collection<GOTerm> GOTerm.getParents()
          Returns the list of parent terms for this GO term.