Uses of Class
org.biomage.HigherLevelAnalysis.NodeContents

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

Uses of NodeContents in org.biomage.HigherLevelAnalysis
 

Methods in org.biomage.HigherLevelAnalysis that return NodeContents
 NodeContents Node.getFromNodeContents(int position)
          Method to get NodeContents from NodeContents_list
 

Methods in org.biomage.HigherLevelAnalysis with parameters of type NodeContents
 void Node.addToNodeContents(int position, NodeContents nodeContents)
          Method to add NodeContents at position to NodeContents_list
 void Node.addToNodeContents(NodeContents nodeContents)
          Method to add NodeContents to NodeContents_list
 void Node.removeFromNodeContents(NodeContents nodeContents)
          Method to remove first NodeContents from NodeContents_list
 

Uses of NodeContents in org.biomage.Interface
 

Methods in org.biomage.Interface that return NodeContents
 NodeContents HasNodeContents.getFromNodeContents(int position)
          Method to get NodeContents from NodeContents_list
 

Methods in org.biomage.Interface with parameters of type NodeContents
 void HasNodeContents.addToNodeContents(int position, NodeContents nodeContents)
          Method to add NodeContents at position to NodeContents_list
 void HasNodeContents.addToNodeContents(NodeContents nodeContents)
          Method to add NodeContents to NodeContents_list
 void HasNodeContents.removeFromNodeContents(NodeContents nodeContents)
          Method to remove first NodeContents from NodeContents_list