Package ubic.gemma.persistence.util
Class FactorValueVector
- java.lang.Object
- 
- ubic.gemma.persistence.util.FactorValueVector
 
- 
 public class FactorValueVector extends Object - Author:
- luke
 
- 
- 
Constructor SummaryConstructors Constructor Description FactorValueVector(Collection<ExperimentalFactor> factors, Collection<FactorValue> values)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<ExperimentalFactor>getFactors()Collection<FactorValue>getValuesForFactor(ExperimentalFactor factor)inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
FactorValueVectorpublic FactorValueVector(Collection<ExperimentalFactor> factors, Collection<FactorValue> values) - Parameters:
- factors- for the experiment
- values- for one sample
 
 
- 
 - 
Method Detail- 
getFactorspublic List<ExperimentalFactor> getFactors() 
 - 
getValuesForFactorpublic Collection<FactorValue> getValuesForFactor(ExperimentalFactor factor) 
 
- 
 
-