| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.Multimap<String,Factor> |
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> |
factors
Factors in input design model indexed by their id.
|
protected List<String> |
unknownFactors |
| Constructor and Description |
|---|
ScenarioCSVParser(Map<String,Factor> factors) |
protected final Map<String,Factor> factors
protected final com.google.common.collect.Multimap<String,Factor> factorByName
standalone mode to find
out a factor back if his id is not correct.public Scenario getModel(File file) throws IOException
IOExceptionCopyright © 2011–2014 Code Lutin. All rights reserved.