public static class VersusTable.ExperimentPair
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Experiment |
m_experimentX
The first experiment
|
protected Experiment |
m_experimentY
The second experiment
|
| Constructor and Description |
|---|
ExperimentPair(Experiment experiment_x,
Experiment experiment_y)
Creates a new pair of experiments
|
| Modifier and Type | Method and Description |
|---|---|
Experiment |
getExperimentX()
Gets the first experiment in the pair
|
Experiment |
getExperimentY()
Gets the second experiment in the pair
|
protected final Experiment m_experimentX
protected final Experiment m_experimentY
public ExperimentPair(Experiment experiment_x, Experiment experiment_y)
experiment_x - The first experimentexperiment_y - The second experimentpublic Experiment getExperimentX()
public Experiment getExperimentY()
Copyright © Sylvain HallĂ©. All Rights Reserved.