| Package | Description |
|---|---|
| fr.ifremer.isisfish.datastore |
Data storage.
|
| Modifier and Type | Method and Description |
|---|---|
protected static CodeSourceStorage.Location[] |
CodeSourceStorage.nonEmptyLocation(CodeSourceStorage.Location... location)
Get non empty location.
|
static CodeSourceStorage.Location |
CodeSourceStorage.Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeSourceStorage.Location[] |
CodeSourceStorage.Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ExportStorage |
ExportStorage.createExport(String name,
CodeSourceStorage.Location location)
Create new export.
|
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ée
|
static RuleStorage |
RuleStorage.getRule(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour la regle demandée
|
static ScriptStorage |
ScriptStorage.getScript(String name,
CodeSourceStorage.Location... location)
Retourne le storage pour la regle demandée
|
static 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.
|
Copyright © 1999–2013 CodeLutin. All rights reserved.