|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.ifremer.isisfish.simulator.sensitivity.Scenario
public class Scenario
Scenario d'execution de simulation.
| Field Summary | |
|---|---|
protected List<Factor> |
factors
Ensemble des factors a prendre en compte. |
| Constructor Summary | |
|---|---|
Scenario()
Constructeur. |
|
| Method Summary | |
|---|---|
void |
accept(ScenarioVisitor visitor)
Accept a new visitor. |
boolean |
addFactor(Factor factor)
Add factor. |
List<Factor> |
getFactors()
Get simulation Factors. |
void |
setFactors(List<Factor> factors)
Set simulation factors. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Factor> factors
Factor.value a prendre en compte pour la simulation.
| Constructor Detail |
|---|
public Scenario()
| Method Detail |
|---|
public boolean addFactor(Factor factor)
Factor.clone() to copy a new factor instance.
factor - to copy
public List<Factor> getFactors()
public void setFactors(List<Factor> factors)
factors - the simulations factors to setpublic void accept(ScenarioVisitor visitor)
visitor -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||