public interface ImportExportService
| Modifier and Type | Method and Description |
|---|---|
Object |
exportSimulation(ImportExportType type,
Simulation simulation)
This method export the given simulation to the requested type
|
Simulation |
importSimulation(ImportExportType type,
Object raw,
Simulation originalSimulation)
This method parse the raw value and return a new simulation.
|
Object exportSimulation(ImportExportType type, Simulation simulation)
type - simulation - Simulation importSimulation(ImportExportType type, Object raw, Simulation originalSimulation)
type - raw - originalSimulation - Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.