| 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 |
static com.google.common.base.Function<Factor,String> |
MexicoUtil.GET_FACTOR_NAME |
| 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) |
abstract Object |
Scenario.getFactorValue(Factor factor) |
Object |
ScenarioImpl.getFactorValue(Factor factor) |
boolean |
ExperimentDesign.removeFactor(Factor factor) |
abstract void |
Scenario.setFactorValue(Factor factor,
Object value) |
void |
ScenarioImpl.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 com.google.common.collect.Multimap<String,Factor> |
ScenarioXmlParser.factorByName
Factors by their name (only used in
standalone mode to find
out a factor back if his id is not correct. |
protected com.google.common.collect.Multimap<String,Factor> |
ScenarioCSVParser.factorByName
Factors by their name (only used in
standalone mode to find
out a factor back if his id is not correct. |
protected Map<String,Factor> |
ExperimentDesignParser.factorCache
Cache of factors indexed by their id.
|
protected Map<String,Factor> |
ScenarioXmlParser.factors
Factors in input design model indexed by their id.
|
protected Map<String,Factor> |
ScenarioCSVParser.factors
Factors in input design model indexed by their id.
|
| 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.getFactorCache() |
| Constructor and Description |
|---|
ScenarioCSVParser(Map<String,Factor> factors) |
ScenarioXmlParser(Map<String,Factor> factors) |
ScenarioXmlParser(Map<String,Factor> factors,
boolean standalone) |
Copyright © 2011–2014 Code Lutin. All rights reserved.