Uses of Enum Class
fr.ifremer.isisfish.datastore.CodeSourceStorage.Location
-
Uses of CodeSourceStorage.Location in fr.ifremer.isisfish.datastore
Modifier and TypeMethodDescriptionprotected static CodeSourceStorage.Location
CodeSourceStorage.nonEmptyLocation
(CodeSourceStorage.Location... location) Get non empty location.static CodeSourceStorage.Location
Returns the enum constant of this class with the specified name.static CodeSourceStorage.Location[]
CodeSourceStorage.Location.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic ExportStorage
ExportStorage.createExport
(String name, CodeSourceStorage.Location location) Create new export.static ObjectiveStorage
ObjectiveStorage.createObjective
(String name, CodeSourceStorage.Location location) Create new rule.static OptimizationStorage
OptimizationStorage.createOptimization
(String name, CodeSourceStorage.Location location) Create new rule.static ResultInfoStorage
ResultInfoStorage.createResultInfo
(String name, CodeSourceStorage.Location location) Create new result name.static RuleStorage
RuleStorage.createRule
(String name, CodeSourceStorage.Location location) Create new rule.static ScriptStorage
ScriptStorage.createScript
(String name, CodeSourceStorage.Location location) Create new script.static SensitivityAnalysisStorage
SensitivityAnalysisStorage.createSensitivityAnalysis
(String name, CodeSourceStorage.Location location) Create new sensitivity analysis.static SensitivityExportStorage
SensitivityExportStorage.createSensitivityExport
(String name, CodeSourceStorage.Location location) Create new sensitivity export.static SimulationPlanStorage
SimulationPlanStorage.createSimulationPlan
(String name, CodeSourceStorage.Location location) Create new simulation plan.static SimulatorStorage
SimulatorStorage.createSimulator
(String name, CodeSourceStorage.Location location) Create new simulation plan.static ExportStorage
ExportStorage.getExport
(String name, CodeSourceStorage.Location... location) Retourne le storage pour l'export demandéestatic ObjectiveStorage
ObjectiveStorage.getObjective
(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic OptimizationStorage
OptimizationStorage.getOptimization
(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic ResultInfoStorage
ResultInfoStorage.getResultInfo
(String name, CodeSourceStorage.Location... location) Retourne le storage pour le resultat demandéstatic RuleStorage
RuleStorage.getRule
(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic ScriptStorage
ScriptStorage.getScript
(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic SensitivityAnalysisStorage
SensitivityAnalysisStorage.getSensitivityAnalysis
(String name, CodeSourceStorage.Location... location) Retourne le storage pour le calculateur demandé.static SensitivityExportStorage
SensitivityExportStorage.getSensitivityExport
(String name, CodeSourceStorage.Location... location) Retourne le storage pour l'export demandé.static SimulationPlanStorage
SimulationPlanStorage.getSimulationPlan
(String name, CodeSourceStorage.Location... location) Retourne le storage pour le plan demandé.static SimulatorStorage
SimulatorStorage.getSimulator
(String name, CodeSourceStorage.Location... location) Retourne le storage pour le simulateur demandée.protected static CodeSourceStorage.Location
CodeSourceStorage.nonEmptyLocation
(CodeSourceStorage.Location... location) Get non empty location.