|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.birdseyeview.goview.GoLevel
public class GoLevel
The GoLevel Class holds the nodes in one GO biological process heirarchical level. This is a glorified object with a list.
| Field Summary | |
|---|---|
int |
capacity
|
int |
minCapacity
|
| Constructor Summary | |
|---|---|
GoLevel()
Constructor. |
|
| Method Summary | |
|---|---|
void |
addNode(GoNode node)
This method adds a node to this level. |
void |
displayGenes()
This method calls all the nodes at this level to display their children. |
int |
getMinCapacity()
This method returns current level's capacity |
java.util.ArrayList |
getNodes()
This method returns the list of nodes on this level. |
int |
golevelCapacity()
This method returns current level's capacity |
void |
loadconfiguration()
This method calls all the nodes at this level to display their children and the data when load configuration |
void |
removeAllNodes()
This method removes all the nodes on this level. |
void |
setlevelCapacity(int c)
This method set the current level's capacity |
void |
setMinCapacity(int c)
This method set the current level's capacity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int capacity
public int minCapacity
| Constructor Detail |
|---|
public GoLevel()
| Method Detail |
|---|
public void addNode(GoNode node)
node - GoNodepublic void removeAllNodes()
public java.util.ArrayList getNodes()
public int golevelCapacity()
public void setlevelCapacity(int c)
c - public int getMinCapacity()
public void setMinCapacity(int c)
c - public void displayGenes()
public void loadconfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||