| Modifier and Type | Method and Description |
|---|---|
Simulation |
Simulation.cloneSimulation() |
Simulation |
ScenarioSimulationModel.getSimulation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioSimulationModel.setSimulation(Simulation simulation) |
| Modifier and Type | Method and Description |
|---|---|
Simulation |
ImportExportService.importSimulation(ImportExportType type,
Object raw,
Simulation originalSimulation)
This method parse the raw value and return a new simulation.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ImportExportService.exportSimulation(ImportExportType type,
Simulation simulation)
This method export the given simulation to the requested type
|
Simulation |
ImportExportService.importSimulation(ImportExportType type,
Object raw,
Simulation originalSimulation)
This method parse the raw value and return a new simulation.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<Integer,Scenario> |
ScenarioSimulationSharedUtils.toScenarioMap(Simulation simulation) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.