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

All Superinterfaces:
Describable, Extendable, Identifiable
All Known Implementing Classes:
BioAssayDataClusterImpl

public interface BioAssayDataCluster
extends Identifiable

A mathematical method of higher level analysis whereby BioAssayData are grouped together into nodes.

Version:
%I%, %G%

Method Summary
 BioAssayData getClusterBioAssayData()
          Returns the value of this BioAssayDataCluster object's clusterBioAssayData attribute.
 Node[] getNodes()
          Returns the value of this BioAssayDataCluster object's nodes attribute.
 void setClusterBioAssayData(BioAssayData p_clusterBioAssayData)
          Sets the clusterBioAssayData attribute.
 void setNodes(Node[] p_nodes)
          Sets the nodes attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Identifiable
getIdentifier, getName, setIdentifier, setName
 
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 BioAssayDataCluster object.

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

getNodes

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

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

setClusterBioAssayData

void setClusterBioAssayData(BioAssayData p_clusterBioAssayData)
Sets the clusterBioAssayData attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BioAssayDataCluster object.

Parameters:
p_clusterBioAssayData - The new value for clusterBioAssayData.
See Also:
getClusterBioAssayData()

getClusterBioAssayData

BioAssayData getClusterBioAssayData()
Returns the value of this BioAssayDataCluster object's clusterBioAssayData attribute.

Returns:
gov.nih.nci.mageom.bean.BioAssayData.BioAssayData The value of clusterBioAssayData.
See Also:
BioAssayData