Package ubic.gemma.persistence.util
Class FactorValueVector
- java.lang.Object
-
- ubic.gemma.persistence.util.FactorValueVector
-
public class FactorValueVector extends Object
- Author:
- luke
-
-
Constructor Summary
Constructors Constructor Description FactorValueVector(Collection<ExperimentalFactor> factors, Collection<FactorValue> values)
-
Method Summary
All 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
-
FactorValueVector
public FactorValueVector(Collection<ExperimentalFactor> factors, Collection<FactorValue> values)
- Parameters:
factors- for the experimentvalues- for one sample
-
-
Method Detail
-
getFactors
public List<ExperimentalFactor> getFactors()
-
getValuesForFactor
public Collection<FactorValue> getValuesForFactor(ExperimentalFactor factor)
-
-