| Package | Description |
|---|---|
| org.drools.workbench.screens.scenariosimulation.service |
| Modifier and Type | Method and Description |
|---|---|
static ImportExportType |
ImportExportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportExportType[] |
ImportExportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.