| Package | Description |
|---|---|
| fr.reseaumexico.model | |
| fr.reseaumexico.model.event | |
| fr.reseaumexico.model.parser | |
| fr.reseaumexico.model.writer |
| Modifier and Type | Class and Description |
|---|---|
class |
ScenarioImpl
Implementation of
Scenario to provide listener API |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Scenario> |
OuputData.scenario |
protected Collection<Scenario> |
InputDesign.scenario |
protected Map<Scenario,ScenarioFactorValueListener> |
InputDesignImpl.scenarioFactorValueListenerMap |
| Modifier and Type | Method and Description |
|---|---|
Scenario |
OuputData.getScenario(int index) |
Scenario |
InputDesign.getScenario(int index) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Scenario> |
OuputData.getScenario() |
Collection<Scenario> |
InputDesign.getScenario() |
| Modifier and Type | Method and Description |
|---|---|
void |
OuputData.addScenario(Scenario scenario) |
void |
InputDesign.addScenario(Scenario scenario) |
void |
InputDesignImpl.addScenario(Scenario scenarios) |
boolean |
OuputData.containsScenario(Scenario scenario) |
boolean |
InputDesign.containsScenario(Scenario scenario) |
protected void |
InputDesignImpl.fireFactorChanged(Scenario scenario,
String factorId,
Object oldValue,
Object newValue) |
protected void |
InputDesignImpl.fireInputDesignScenarioAdded(Scenario scenario) |
protected void |
InputDesignImpl.fireInputDesignScenarioRemoved(Scenario scenario) |
boolean |
OuputData.removeScenario(Scenario scenario) |
boolean |
InputDesign.removeScenario(Scenario scenario) |
boolean |
InputDesignImpl.removeScenario(Scenario scenario) |
| Modifier and Type | Method and Description |
|---|---|
void |
OuputData.addAllScenario(Collection<Scenario> scenario) |
void |
InputDesign.addAllScenario(Collection<Scenario> scenario) |
void |
InputDesignImpl.addAllScenario(Collection<Scenario> scenarios) |
boolean |
OuputData.containsAllScenario(Collection<Scenario> scenario) |
boolean |
InputDesign.containsAllScenario(Collection<Scenario> scenario) |
boolean |
OuputData.removeAllScenario(Collection<Scenario> scenario) |
boolean |
InputDesign.removeAllScenario(Collection<Scenario> scenario) |
boolean |
InputDesignImpl.removeAllScenario(Collection<Scenario> scenarios) |
void |
OuputData.setScenario(Collection<Scenario> scenario) |
void |
InputDesign.setScenario(Collection<Scenario> scenario) |
void |
InputDesignImpl.setScenario(Collection<Scenario> scenarios) |
| Modifier and Type | Field and Description |
|---|---|
protected Scenario |
InputDesignScenarioEvent.scenario |
| Modifier and Type | Method and Description |
|---|---|
Scenario |
InputDesignScenarioEvent.getScenario() |
Scenario |
ScenarioFactorValueEvent.getSource() |
| Constructor and Description |
|---|
InputDesignFactorEvent(InputDesign inputDesign,
Scenario scenario,
String factorId,
Object oldValue,
Object newValue) |
InputDesignScenarioEvent(InputDesign inputDesign,
Scenario scenario) |
ScenarioFactorValueEvent(Scenario scenario,
String factorId,
Object factorOldValue,
Object factorNewValue) |
| Modifier and Type | Method and Description |
|---|---|
protected Scenario |
ScenarioXmlParser.parseModel(org.xmlpull.v1.XmlPullParser parser) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ScenarioXmlWriter.write(Scenario model,
File exportFile) |
| Constructor and Description |
|---|
ScenarioXmlWriter(Scenario model) |
Copyright © 2011-2012 Code Lutin. All Rights Reserved.