|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Scenario | |
|---|---|
| fr.reseaumexico.model | |
| fr.reseaumexico.model.event | |
| fr.reseaumexico.model.parser | |
| Uses of Scenario in fr.reseaumexico.model |
|---|
| Subclasses of Scenario in fr.reseaumexico.model | |
|---|---|
class |
ScenarioImpl
Implementation of Scenario to provide listener API |
| Fields in fr.reseaumexico.model with type parameters of type Scenario | |
|---|---|
protected Collection<Scenario> |
InputDesign.scenario
|
protected Collection<Scenario> |
OuputData.scenario
|
protected Map<Scenario,ScenarioFactorValueListener> |
InputDesignImpl.scenarioFactorValueListenerMap
|
| Methods in fr.reseaumexico.model that return Scenario | |
|---|---|
Scenario |
InputDesign.getScenario(int index)
|
Scenario |
OuputData.getScenario(int index)
|
| Methods in fr.reseaumexico.model that return types with arguments of type Scenario | |
|---|---|
Collection<Scenario> |
InputDesign.getScenario()
|
Collection<Scenario> |
OuputData.getScenario()
|
| Methods in fr.reseaumexico.model with parameters of type Scenario | |
|---|---|
void |
InputDesignImpl.addScenario(Scenario scenarios)
|
void |
InputDesign.addScenario(Scenario scenario)
|
void |
OuputData.addScenario(Scenario scenario)
|
boolean |
InputDesign.containsScenario(Scenario scenario)
|
boolean |
OuputData.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 |
InputDesignImpl.removeScenario(Scenario scenario)
|
boolean |
InputDesign.removeScenario(Scenario scenario)
|
boolean |
OuputData.removeScenario(Scenario scenario)
|
| Method parameters in fr.reseaumexico.model with type arguments of type Scenario | |
|---|---|
void |
InputDesignImpl.addAllScenario(Collection<Scenario> scenarios)
|
void |
InputDesign.addAllScenario(Collection<Scenario> scenario)
|
void |
OuputData.addAllScenario(Collection<Scenario> scenario)
|
boolean |
InputDesign.containsAllScenario(Collection<Scenario> scenario)
|
boolean |
OuputData.containsAllScenario(Collection<Scenario> scenario)
|
boolean |
InputDesignImpl.removeAllScenario(Collection<Scenario> scenarios)
|
boolean |
InputDesign.removeAllScenario(Collection<Scenario> scenario)
|
boolean |
OuputData.removeAllScenario(Collection<Scenario> scenario)
|
void |
InputDesignImpl.setScenario(Collection<Scenario> scenarios)
|
void |
InputDesign.setScenario(Collection<Scenario> scenario)
|
void |
OuputData.setScenario(Collection<Scenario> scenario)
|
| Uses of Scenario in fr.reseaumexico.model.event |
|---|
| Fields in fr.reseaumexico.model.event declared as Scenario | |
|---|---|
protected Scenario |
InputDesignScenarioEvent.scenario
|
| Methods in fr.reseaumexico.model.event that return Scenario | |
|---|---|
Scenario |
InputDesignScenarioEvent.getScenario()
|
Scenario |
ScenarioFactorValueEvent.getSource()
|
| Constructors in fr.reseaumexico.model.event with parameters of type Scenario | |
|---|---|
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)
|
|
| Uses of Scenario in fr.reseaumexico.model.parser |
|---|
| Methods in fr.reseaumexico.model.parser that return Scenario | |
|---|---|
protected Scenario |
InputDesignParser.parseScenario(org.xmlpull.v1.XmlPullParser parser)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||