Uses of Interface
gov.nih.nci.mageom.domain.HigherLevelAnalysis.NodeValue

Packages that use NodeValue
gov.nih.nci.mageom.domain.HigherLevelAnalysis   
gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl   
 

Uses of NodeValue in gov.nih.nci.mageom.domain.HigherLevelAnalysis
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis that return NodeValue
 NodeValue[] Node.getNodeValue()
          Returns the value of this Node object's nodeValue attribute.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis with parameters of type NodeValue
 void Node.setNodeValue(NodeValue[] p_nodeValue)
          Sets the nodeValue attribute.
 

Uses of NodeValue in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl
 

Classes in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that implement NodeValue
 class NodeValueImpl
          A value associated with the Node that can rank it in relation to the other nodes produced by the clustering algorithm.
 

Fields in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl declared as NodeValue
protected  NodeValue[] NodeImpl.nodeValue
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that return NodeValue
 NodeValue[] NodeImpl.getNodeValue()
           
 NodeValue[] NodeValueImpl.searchNodeValues(NodeValueSearchCriteria criteria)
          Returns an array of NodeValue objects that satisfy the given NodeValueSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl with parameters of type NodeValue
 void NodeImpl.setNodeValue(NodeValue[] p_nodeValue)
          Sets the nodeValue attribute.