gov.nih.nci.mageom.domain.HigherLevelAnalysis
Interface Node

All Superinterfaces:
Describable, Extendable
All Known Implementing Classes:
NodeImpl

public interface Node
extends Describable

An individual component of a clustering. May contain other nodes.

Version:
%I%, %G%

Method Summary
 NodeContents[] getNodeContents()
          Returns the value of this Node object's nodeContents attribute.
 Node[] getNodes()
          Returns the value of this Node object's nodes attribute.
 NodeValue[] getNodeValue()
          Returns the value of this Node object's nodeValue attribute.
 void setNodeContents(NodeContents[] p_nodeContents)
          Sets the nodeContents attribute.
 void setNodes(Node[] p_nodes)
          Sets the nodes attribute.
 void setNodeValue(NodeValue[] p_nodeValue)
          Sets the nodeValue attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setNodes

void setNodes(Node[] p_nodes)
Sets the nodes attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Node object.

Parameters:
p_nodes - The new value for nodes.
See Also:
getNodes()

getNodes

Node[] getNodes()
Returns the value of this Node object's nodes attribute.

Returns:
gov.nih.nci.mageom.bean.HigherLevelAnalysis.Node[] The value of nodes.
See Also:
Node

setNodeContents

void setNodeContents(NodeContents[] p_nodeContents)
Sets the nodeContents attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Node object.

Parameters:
p_nodeContents - The new value for nodeContents.
See Also:
getNodeContents()

getNodeContents

NodeContents[] getNodeContents()
Returns the value of this Node object's nodeContents attribute.

Returns:
gov.nih.nci.mageom.bean.HigherLevelAnalysis.NodeContents[] The value of nodeContents.
See Also:
NodeContents

setNodeValue

void setNodeValue(NodeValue[] p_nodeValue)
Sets the nodeValue attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a Node object.

Parameters:
p_nodeValue - The new value for nodeValue.
See Also:
getNodeValue()

getNodeValue

NodeValue[] getNodeValue()
Returns the value of this Node object's nodeValue attribute.

Returns:
gov.nih.nci.mageom.bean.HigherLevelAnalysis.NodeValue[] The value of nodeValue.
See Also:
NodeValue