Class FactorValue.Factory
java.lang.Object
ubic.gemma.model.expression.experiment.FactorValue.Factory
- Enclosing class:
FactorValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FactorValue
static FactorValue
newInstance
(ExperimentalFactor experimentalFactor) static FactorValue
newInstance
(ExperimentalFactor factor, Characteristic c) Create a FactorValue with a single characteristic.static FactorValue
newInstance
(ExperimentalFactor factor, Measurement measurement) Create a FactorValue with a measurement.static FactorValue
newInstance
(ExperimentalFactor factor, Statement c) Create a FactorValue with a single statement.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
newInstance
-
newInstance
-
newInstance
Create a FactorValue with a single characteristic. -
newInstance
Create a FactorValue with a single statement. -
newInstance
Create a FactorValue with a measurement.
-