Uses of Class
org.drools.workbench.screens.scenariosimulation.service.ImportExportType
-
Packages that use ImportExportType Package Description org.drools.workbench.screens.scenariosimulation.service -
-
Uses of ImportExportType in org.drools.workbench.screens.scenariosimulation.service
Methods in org.drools.workbench.screens.scenariosimulation.service that return ImportExportType Modifier and Type Method Description static ImportExportTypeImportExportType. 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.Methods in org.drools.workbench.screens.scenariosimulation.service with parameters of type ImportExportType Modifier and Type Method Description ObjectImportExportService. exportScesimModel(ImportExportType type, org.drools.scenariosimulation.api.model.AbstractScesimModel<? extends org.drools.scenariosimulation.api.model.AbstractScesimData> scesimModel)This method export the givenAbstractScesimModelto the requested type<T extends org.drools.scenariosimulation.api.model.AbstractScesimData>
org.drools.scenariosimulation.api.model.AbstractScesimModel<T>ImportExportService. importScesimModel(ImportExportType type, Object raw, org.drools.scenariosimulation.api.model.AbstractScesimModel<T> originalScesimModel)This method parse the raw value and return a newAbstractScesimModel.
-