public class ExperimentContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExperimentContext.Variable
Representation of a recorded variable in an experiment (i.e.
|
Modifier | Constructor and Description |
---|---|
protected |
ExperimentContext(RunnableExperiment experiment) |
Modifier and Type | Method and Description |
---|---|
Set<Reference> |
getBibliography()
Get the bibliography for the experiment.
|
Map<ExperimentContext.Variable,Object> |
getDependentVariables()
Get the dependent variables of the experiment and their values at the
time this method is called.
|
Map<ExperimentContext.Variable,Object> |
getIndependentVariables()
Get the independent variables of the experiment and their values at the
time this method is called.
|
Map<String,org.apache.commons.math.stat.descriptive.SummaryStatistics> |
getTimingInfo()
Get the timing information for the experiment.
|
protected void |
lock() |
String |
toString() |
protected ExperimentContext(RunnableExperiment experiment)
protected void lock()
public Set<Reference> getBibliography()
public Map<String,org.apache.commons.math.stat.descriptive.SummaryStatistics> getTimingInfo()
public Map<ExperimentContext.Variable,Object> getIndependentVariables()
public Map<ExperimentContext.Variable,Object> getDependentVariables()