Uses of Class
org.biomage.HigherLevelAnalysis.NodeValue

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

Uses of NodeValue in org.biomage.HigherLevelAnalysis
 

Methods in org.biomage.HigherLevelAnalysis that return NodeValue
 NodeValue Node.getFromNodeValue(int position)
          Method to get NodeValue from NodeValue_list
 

Methods in org.biomage.HigherLevelAnalysis with parameters of type NodeValue
 void Node.addToNodeValue(int position, NodeValue nodeValue)
          Method to add NodeValue at position to NodeValue_list
 void Node.addToNodeValue(NodeValue nodeValue)
          Method to add NodeValue to NodeValue_list
 void Node.removeFromNodeValue(NodeValue nodeValue)
          Method to remove first NodeValue from NodeValue_list
 

Uses of NodeValue in org.biomage.Interface
 

Methods in org.biomage.Interface that return NodeValue
 NodeValue HasNodeValue.getFromNodeValue(int position)
          Method to get NodeValue from NodeValue_list
 

Methods in org.biomage.Interface with parameters of type NodeValue
 void HasNodeValue.addToNodeValue(int position, NodeValue nodeValue)
          Method to add NodeValue at position to NodeValue_list
 void HasNodeValue.addToNodeValue(NodeValue nodeValue)
          Method to add NodeValue to NodeValue_list
 void HasNodeValue.removeFromNodeValue(NodeValue nodeValue)
          Method to remove first NodeValue from NodeValue_list