Uses of Class
org.biomage.HigherLevelAnalysis.Node

Packages that use Node
org.biomage.HigherLevelAnalysis   
org.biomage.Interface   
 

Uses of Node in org.biomage.HigherLevelAnalysis
 

Methods in org.biomage.HigherLevelAnalysis that return Node
 Node Node.getFromNodes(int position)
          Method to get Node from Nodes_list
 Node BioAssayDataCluster.getFromNodes(int position)
          Method to get Node from Nodes_list
 

Methods in org.biomage.HigherLevelAnalysis with parameters of type Node
 void Node.addToNodes(int position, Node node)
          Method to add Node at position to Nodes_list
 void BioAssayDataCluster.addToNodes(int position, Node node)
          Method to add Node at position to Nodes_list
 void Node.addToNodes(Node node)
          Method to add Node to Nodes_list
 void BioAssayDataCluster.addToNodes(Node node)
          Method to add Node to Nodes_list
 void Node.removeFromNodes(Node node)
          Method to remove first Node from Nodes_list
 void BioAssayDataCluster.removeFromNodes(Node node)
          Method to remove first Node from Nodes_list
 

Uses of Node in org.biomage.Interface
 

Methods in org.biomage.Interface that return Node
 Node HasNodes.getFromNodes(int position)
          Method to get Node from Nodes_list
 

Methods in org.biomage.Interface with parameters of type Node
 void HasNodes.addToNodes(int position, Node node)
          Method to add Node at position to Nodes_list
 void HasNodes.addToNodes(Node node)
          Method to add Node to Nodes_list
 void HasNodes.removeFromNodes(Node node)
          Method to remove first Node from Nodes_list