public class DesignMatrixRowValueObject extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
DesignMatrixRowValueObject.Factory |
Constructor and Description |
---|
DesignMatrixRowValueObject(FactorValueVector factorValues,
int n) |
Modifier and Type | Method and Description |
---|---|
int |
getCount() |
List<String> |
getFactors() |
List<String> |
getFactorTypes() |
Map<String,String> |
getFactorValueMap() |
void |
setCount(int count) |
void |
setFactors(List<String> factors) |
void |
setFactorValueMap(Map<String,String> factorValueMap) |
public DesignMatrixRowValueObject(FactorValueVector factorValues, int n)
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.