Class DesignMatrixRowValueObject
- java.lang.Object
- 
- ubic.gemma.web.controller.expression.experiment.DesignMatrixRowValueObject
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class DesignMatrixRowValueObject extends Object implements Serializable For the display of a summary table about experimental design.- Author:
- luke, paul fixed to handle incomplete designs
- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDesignMatrixRowValueObject.Factory
 - 
Constructor SummaryConstructors Constructor Description DesignMatrixRowValueObject(FactorValueVector factorValues, int n)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCount()List<String>getFactors()List<String>getFactorTypes()Map<String,String>getFactorValueMap()voidsetCount(int count)voidsetFactors(List<String> factors)voidsetFactorValueMap(Map<String,String> factorValueMap)
 
- 
- 
- 
Constructor Detail- 
DesignMatrixRowValueObjectpublic DesignMatrixRowValueObject(FactorValueVector factorValues, int n) 
 
- 
 
-