|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprocope.evaluation.complexquality.go.GOTerm
public class GOTerm
Represents a single GO term in an ontology network. Contains the identifier of the term as well as its parents and children.
Constructor Summary | |
---|---|
GOTerm(String ID)
Creates a term object with the given GO term ID and name |
Method Summary | |
---|---|
Collection<GOTerm> |
getChildren()
Returns the list of child terms for this GO term. |
String |
getID()
Returns the ID of this GO term. |
String |
getName()
Returns the name of this GO term. |
Collection<GOTerm> |
getParents()
Returns the list of parent terms for this GO term. |
int |
hashCode()
|
String |
toString()
Returns a String representation of this GO term containing its id but no parent or child relationships. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GOTerm(String ID)
ID
- ID of the GO termMethod Detail |
---|
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public String getID()
public Collection<GOTerm> getParents()
public Collection<GOTerm> getChildren()
public String getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |