|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.goview.GoNode
public class GoNode
The GoNode Class represents a node in the Directed Acyclic Graph of the GO biological processes or molecular functions.
| Constructor Summary | |
|---|---|
GoNode(BirdsEyeView bev,
GoView gv,
GoTerm gt,
java.awt.Color c,
int l)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addGene(Annotation gene)
This method adds the given gene to the gene list. |
void |
displayChildren(java.util.ArrayList childNodes)
This method sets the panel to show the child panels. |
void |
displayGenes()
This method sets the panel to show the gene panels. |
void |
finalizeGeneList()
This method finalizes the gene list by creating the gene container panel based on the list. |
java.util.ArrayList |
getChildNodeIDs()
This method returns the IDs of the child nodes |
java.awt.Component |
getComponent()
This method returns the panel. |
java.util.ArrayList |
getGenes()
This method returns the list of genes. |
java.lang.Integer |
getGoID()
This method returns the GO term ID. |
int |
getLevel()
This method returns the hierarchy level. |
static void |
main(java.lang.String[] args,
java.lang.String algorithm)
This method tests the GoNode class. |
int |
pointNumber()
This method return the number of points in genepanel |
void |
removeAllGenes()
This method clears out the gene list. |
void |
setMaximumsize(int w,
int h)
This method transfer the size information to node |
void |
setPreferredSize(java.awt.Dimension size)
This method sets the panel's preferred size to the given size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoNode(BirdsEyeView bev,
GoView gv,
GoTerm gt,
java.awt.Color c,
int l)
bev - BirdsEyeView controller objectgv - GoView controller objectgt - GO term objectc - Color object - backgroundl - GO hierarchy level| Method Detail |
|---|
public void finalizeGeneList()
public java.util.ArrayList getChildNodeIDs()
public int getLevel()
public void displayGenes()
public void displayChildren(java.util.ArrayList childNodes)
chillins - ArrayList of GoNode objectspublic void setPreferredSize(java.awt.Dimension size)
size - public void addGene(Annotation gene)
gene - Annotation objectpublic void removeAllGenes()
public java.lang.Integer getGoID()
public java.awt.Component getComponent()
public java.util.ArrayList getGenes()
public int pointNumber()
public void setMaximumsize(int w,
int h)
width, - height
public static void main(java.lang.String[] args,
java.lang.String algorithm)
args -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||