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.exportScesimModel(ImportExportType type,
org.drools.scenariosimulation.api.model.AbstractScesimModel<? extends org.drools.scenariosimulation.api.model.AbstractScesimData> scesimModel)
This method export the given
AbstractScesimModel to the requested type |
<T extends org.drools.scenariosimulation.api.model.AbstractScesimData> |
ImportExportService.importScesimModel(ImportExportType type,
Object raw,
org.drools.scenariosimulation.api.model.AbstractScesimModel<T> originalScesimModel)
This method parse the raw value and return a new
AbstractScesimModel . |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.