| Package | Description |
|---|---|
| fr.reseaumexico.model | |
| fr.reseaumexico.model.parser |
| Modifier and Type | Class and Description |
|---|---|
class |
FactorImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Factor> |
ExperimentDesign.factor |
protected Map<Factor,Object> |
Scenario.factorValues |
| Modifier and Type | Method and Description |
|---|---|
Factor |
ExperimentDesign.getFactor(int index) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Factor> |
ExperimentDesign.getFactor() |
Map<Factor,Object> |
Scenario.getFactorValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentDesign.addFactor(Factor factor) |
boolean |
ExperimentDesign.containsFactor(Factor factor) |
Object |
ScenarioImpl.getFactorValue(Factor factor) |
abstract Object |
Scenario.getFactorValue(Factor factor) |
boolean |
ExperimentDesign.removeFactor(Factor factor) |
void |
ScenarioImpl.setFactorValue(Factor factor,
Object value) |
abstract void |
Scenario.setFactorValue(Factor factor,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentDesign.addAllFactor(Collection<Factor> factor) |
boolean |
ExperimentDesign.containsAllFactor(Collection<Factor> factor) |
boolean |
ExperimentDesign.removeAllFactor(Collection<Factor> factor) |
void |
ExperimentDesign.setFactor(Collection<Factor> factor) |
void |
Scenario.setFactorValues(Map<Factor,Object> factorValues) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Factor> |
ExperimentDesignParser.factors |
| Modifier and Type | Method and Description |
|---|---|
protected Factor |
ExperimentDesignParser.parseFactor(org.xmlpull.v1.XmlPullParser parser) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Factor> |
ExperimentDesignParser.getFactors() |
Copyright © 2011-2012 Code Lutin. All Rights Reserved.