Uses of Enum Class
fr.ifremer.isisfish.datastore.CodeSourceStorage.Location
Packages that use CodeSourceStorage.Location
-
Uses of CodeSourceStorage.Location in fr.ifremer.isisfish.datastore
Methods in fr.ifremer.isisfish.datastore that return CodeSourceStorage.LocationModifier and TypeMethodDescriptionprotected static CodeSourceStorage.LocationCodeSourceStorage.nonEmptyLocation(CodeSourceStorage.Location... location) Get non empty location.static CodeSourceStorage.LocationReturns 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.Methods in fr.ifremer.isisfish.datastore with parameters of type CodeSourceStorage.LocationModifier and TypeMethodDescriptionstatic ExportStorageExportStorage.createExport(String name, CodeSourceStorage.Location location) Create new export.static ObjectiveStorageObjectiveStorage.createObjective(String name, CodeSourceStorage.Location location) Create new rule.static OptimizationStorageOptimizationStorage.createOptimization(String name, CodeSourceStorage.Location location) Create new rule.static ResultInfoStorageResultInfoStorage.createResultInfo(String name, CodeSourceStorage.Location location) Create new result name.static RuleStorageRuleStorage.createRule(String name, CodeSourceStorage.Location location) Create new rule.static ScriptStorageScriptStorage.createScript(String name, CodeSourceStorage.Location location) Create new script.static SensitivityAnalysisStorageSensitivityAnalysisStorage.createSensitivityAnalysis(String name, CodeSourceStorage.Location location) Create new sensitivity analysis.static SensitivityExportStorageSensitivityExportStorage.createSensitivityExport(String name, CodeSourceStorage.Location location) Create new sensitivity export.static SimulationPlanStorageSimulationPlanStorage.createSimulationPlan(String name, CodeSourceStorage.Location location) Create new simulation plan.static SimulatorStorageSimulatorStorage.createSimulator(String name, CodeSourceStorage.Location location) Create new simulation plan.static ExportStorageExportStorage.getExport(String name, CodeSourceStorage.Location... location) Retourne le storage pour l'export demandéestatic ObjectiveStorageObjectiveStorage.getObjective(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic OptimizationStorageOptimizationStorage.getOptimization(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic ResultInfoStorageResultInfoStorage.getResultInfo(String name, CodeSourceStorage.Location... location) Retourne le storage pour le resultat demandéstatic RuleStorageRuleStorage.getRule(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic ScriptStorageScriptStorage.getScript(String name, CodeSourceStorage.Location... location) Retourne le storage pour la regle demandéestatic SensitivityAnalysisStorageSensitivityAnalysisStorage.getSensitivityAnalysis(String name, CodeSourceStorage.Location... location) Retourne le storage pour le calculateur demandé.static SensitivityExportStorageSensitivityExportStorage.getSensitivityExport(String name, CodeSourceStorage.Location... location) Retourne le storage pour l'export demandé.static SimulationPlanStorageSimulationPlanStorage.getSimulationPlan(String name, CodeSourceStorage.Location... location) Retourne le storage pour le plan demandé.static SimulatorStorageSimulatorStorage.getSimulator(String name, CodeSourceStorage.Location... location) Retourne le storage pour le simulateur demandée.protected static CodeSourceStorage.LocationCodeSourceStorage.nonEmptyLocation(CodeSourceStorage.Location... location) Get non empty location.