public abstract class ScenarioExecutor
extends gr.i2s.fishgrowth.Simulator.Executor
| Modifier and Type | Field and Description |
|---|---|
protected org.hibernate.Session |
mSession |
| Constructor and Description |
|---|
ScenarioExecutor(gr.i2s.fishgrowth.model.Scenario scenario) |
ScenarioExecutor(org.hibernate.Session session,
gr.i2s.fishgrowth.model.Scenario scenario) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
adjustFcrs(List<gr.i2s.fishgrowth.model.Fcr> fcrs) |
protected void |
adjustMortalities(List<gr.i2s.fishgrowth.model.Mortality> mortalities) |
protected void |
adjustSfrs(List<gr.i2s.fishgrowth.model.Sfr> sfrs) |
protected void |
afterRun() |
protected void |
beforeRun() |
protected void |
loadFcrs(List<gr.i2s.fishgrowth.model.Fcr> values) |
protected void |
loadModelTemperature() |
protected void |
loadMortalities(List<gr.i2s.fishgrowth.model.Mortality> values) |
protected void |
loadSfrs(List<gr.i2s.fishgrowth.model.Sfr> values) |
protected void |
makeTemperatureTable() |
ScenarioExecutor |
setDoSave(boolean doSave) |
String |
toString() |
public ScenarioExecutor(gr.i2s.fishgrowth.model.Scenario scenario)
public ScenarioExecutor(org.hibernate.Session session,
gr.i2s.fishgrowth.model.Scenario scenario)
public ScenarioExecutor setDoSave(boolean doSave)
protected void beforeRun()
beforeRun in class gr.i2s.fishgrowth.Simulator.Executorprotected void adjustMortalities(List<gr.i2s.fishgrowth.model.Mortality> mortalities)
protected void adjustSfrs(List<gr.i2s.fishgrowth.model.Sfr> sfrs)
protected void adjustFcrs(List<gr.i2s.fishgrowth.model.Fcr> fcrs)
protected void makeTemperatureTable()
protected void loadMortalities(List<gr.i2s.fishgrowth.model.Mortality> values) throws Exception
Exceptionprotected void loadSfrs(List<gr.i2s.fishgrowth.model.Sfr> values) throws Exception
Exceptionprotected void loadFcrs(List<gr.i2s.fishgrowth.model.Fcr> values) throws Exception
Exceptionprotected void afterRun()
afterRun in class gr.i2s.fishgrowth.Simulator.Executorpublic String toString()
toString in class gr.i2s.fishgrowth.Simulator.ExecutorCopyright © 2019. All Rights Reserved.