gov.nih.nci.caarray.external.v1_0.sample
Class Hybridization

java.lang.Object
  extended by gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
      extended by gov.nih.nci.caarray.external.v1_0.sample.AbstractExperimentGraphNode
          extended by gov.nih.nci.caarray.external.v1_0.sample.Hybridization
All Implemented Interfaces:
java.io.Serializable

public class Hybridization
extends AbstractExperimentGraphNode

a Hybridization is an experiment graph node that represents the product of hybridizing extracted genetic material with the probes on an array.

Author:
dkokotov
See Also:
Serialized Form

Constructor Summary
Hybridization()
           
 
Method Summary
 ArrayDesign getArrayDesign()
           
 java.util.Set<FactorValue> getFactorValues()
           
 void setArrayDesign(ArrayDesign arrayDesign)
           
 void setFactorValues(java.util.Set<FactorValue> factorValues)
           
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.sample.AbstractExperimentGraphNode
getExperiment, getName, setExperiment, setName
 
Methods inherited from class gov.nih.nci.caarray.external.v1_0.AbstractCaArrayEntity
equals, getId, getReference, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hybridization

public Hybridization()
Method Detail

getFactorValues

public java.util.Set<FactorValue> getFactorValues()
Returns:
the set of factor values associated with this hybridization.

setFactorValues

public void setFactorValues(java.util.Set<FactorValue> factorValues)
Parameters:
factorValues - the set of factor values associated with this hybridization.

getArrayDesign

public ArrayDesign getArrayDesign()
Returns:
the array design for the array to which this hybridization represents the act of hybridizing.

setArrayDesign

public void setArrayDesign(ArrayDesign arrayDesign)
Parameters:
arrayDesign - the array design for the array associated with this hybridization.