Uses of Interface
fr.ifremer.isisfish.simulator.launcher.SimulatorLauncher
Package
Description
Isis fish simulation launchers.
-
Uses of SimulatorLauncher in fr.ifremer.isisfish.simulator.launcher
Modifier and TypeClassDescriptionclass
Fait une simulation dans la meme jvm.class
Use a remote simulation server.class
Lanceur de simulation dans un sous processus.Modifier and TypeFieldDescriptionprotected SimulatorLauncher
SimulationExecutor.launcher
le launcher a utilise pour les simulationsprotected SimulatorLauncher
SimulationJob.launcher
Le launcher a utiliser pour simuler cet itemModifier and TypeFieldDescriptionprotected Map<SimulatorLauncher,
SimulationExecutor> SimulationService.executors
Tous les types deSimulatorLauncher
disponibles, et leur executors associeprotected Map<SimulatorLauncher,
org.apache.commons.lang3.mutable.MutableInt> SimulationService.launcherError
Le nombre d'erreur pour les SimulatorLauncherModifier and TypeMethodDescriptionSimulationService.getSimulationLaunchers()
Retour les lanceurs ayant un executor.protected Set<SimulatorLauncher>
SimulationService.getSimulatorLaunchers()
Retourne la liste de tous lesSimulatorLauncher
disponible.Modifier and TypeMethodDescriptionvoid
SimulationService.addSimulationLauncher
(SimulatorLauncher sl) Permet d'ajouter un nouveau SimulatorLauncher.protected boolean
SimulationMonitor.checkProgression
(SimulationJob job, SimulatorLauncher launcher) Check progression.protected void
SimulationMonitor.doPostSimulationOperation
(SimulationJob job, SimulatorLauncher launcher) Operation to do after simulation end.protected void
SimulationService.reportError
(SimulatorLauncher launcher, SimulationJob job) This method must be call in thread simulation Report une erreur pour un launcher, on resoumet le job en supprimant le launcher utilisevoid
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.ModifierConstructorDescriptionSimulationExecutor
(SimulationService simulationService, SimulatorLauncher launcher, SimulationQueue workQueue) -
Uses of SimulatorLauncher in fr.ifremer.isisfish.ui.simulator
Modifier and TypeFieldDescriptionprotected JComboBox<SimulatorLauncher>
ParamsUI.comboSelLauncher
Modifier and TypeMethodDescriptionvoid
ParamsHandler.launchSimulation
(String simulationId, SimulatorLauncher launcher) Launch automatically the simulation, when is possible (no other simulation) or wait for the last automatically simulation ended.void
ParamsHandler.launchSimulationWithSensibility
(String simulationId, SimulatorLauncher launcher) Launch simulation with factors variations parameters.