| Package | Description |
|---|---|
| fr.ifremer.isisfish.simulator.launcher |
Isis fish simulation launchers.
|
| fr.ifremer.isisfish.ui.simulator |
| Modifier and Type | Class and Description |
|---|---|
class |
InProcessSimulatorLauncher
Fait une simulation dans la meme jvm.
|
class |
SSHSimulatorLauncher
Use a remote simulation server.
|
class |
SubProcessSimulationLauncher
Lanceur de simulation dans un sous processus.
|
| Modifier and Type | Field and Description |
|---|---|
protected SimulatorLauncher |
SimulationJob.launcher
Le launcher a utiliser pour simuler cet item
|
protected SimulatorLauncher |
SimulationExecutor.launcher
le launcher a utilise pour les simulations
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<SimulatorLauncher,SimulationExecutor> |
SimulationService.executors
Tous les types de
SimulatorLauncher disponibles, et leur
executors associe |
protected Map<SimulatorLauncher,org.apache.commons.lang3.mutable.MutableInt> |
SimulationService.launcherError
Le nombre d'erreur pour les SimulatorLauncher
|
| Modifier and Type | Method and Description |
|---|---|
SimulatorLauncher |
SimulationJob.getLauncher() |
SimulatorLauncher |
SimulationExecutor.getLauncher() |
| Modifier and Type | Method and Description |
|---|---|
List<SimulatorLauncher> |
SimulationService.getSimulationLaunchers()
Retour les lanceurs ayant un executor.
|
protected Set<SimulatorLauncher> |
SimulationService.getSimulatorLaunchers()
Retourne la liste de tous les
SimulatorLauncher disponible. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulationService.addSimulationLauncher(SimulatorLauncher sl)
Permet d'ajouter un nouveau SimulatorLauncher.
|
protected boolean |
SimulationMonitor.checkProgression(SimulationJob job,
SimulatorLauncher launcher)
Check progression.
|
protected boolean |
SimulationMonitor.doPostSimulationOperation(SimulationJob job,
SimulatorLauncher launcher)
Operation to do after simulation end.
|
protected void |
SimulationService.reportError(SimulatorLauncher launcher,
SimulationJob job)
Report une erreur pour un launcher, on resoumet le job en supprimant
le launcher utilise
|
void |
SimulationJob.setLauncher(SimulatorLauncher launcher) |
void |
SimulationService.submit(String id,
SimulationParameter param,
SimulatorLauncher launcher,
int priority)
Permet d'ajouter une nouvelle simulation a la queue.
|
void |
SimulationService.submit(String id,
SimulationParameter param,
SimulatorLauncher launcher,
int priority,
SensitivityAnalysis sensitivityAnalysis,
DesignPlan designPlan)
Permet d'ajouter une simulation avec des factors a prendre en compte.
|
| Constructor and Description |
|---|
SimulationExecutor(SimulationService simulationService,
SimulatorLauncher launcher,
SimulationQueue workQueue) |
| Modifier and Type | Method and Description |
|---|---|
List<SimulatorLauncher> |
SimulAction.getSimulationLauncher() |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulAction.launchSimulation(String simulationId,
SimulatorLauncher launcher)
Launch automatically the simulation, when is possible (no other simulation)
or wait for the last automatically simulation ended.
|
void |
SimulAction.launchSimulation(String simulationId,
SimulatorLauncher launcher,
SensitivityAnalysis sensitivityAnalysis)
Launch simulation with factors variations parameters.
|
void |
SimulAction.launchSimulationWithSensibility(String simulationId,
SimulatorLauncher launcher) |
Copyright © 1999-2012 CodeLutin. All Rights Reserved.