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

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

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

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

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis with parameters of type NodeContents
 void Node.setNodeContents(NodeContents[] p_nodeContents)
          Sets the nodeContents attribute.
 

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

Classes in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that implement NodeContents
 class NodeContentsImpl
          The contents of a node for any or all of the three Dimensions.
 

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

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl that return NodeContents
 NodeContents[] NodeImpl.getNodeContents()
           
 NodeContents[] NodeContentsImpl.searchNodeContentses(NodeContentsSearchCriteria criteria)
          Returns an array of NodeContents objects that satisfy the given NodeContentsSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.HigherLevelAnalysis.impl with parameters of type NodeContents
 void NodeImpl.setNodeContents(NodeContents[] p_nodeContents)
          Sets the nodeContents attribute.