public interface DataManagementStrategy
Modifier and Type | Field and Description |
---|---|
static Map<String,Class> |
SIMPLE_CLASSES_MAP |
Modifier and Type | Method and Description |
---|---|
boolean |
isADataType(String value)
Returns
true if the given value is a data type (e.g. a FactType for DMO) |
void |
manageScenarioSimulationModelContent(org.uberfire.backend.vfs.ObservablePath currentPath,
ScenarioSimulationModelContent toManage) |
void |
populateTestTools(TestToolsView.Presenter testToolsPresenter,
ScenarioGridModel scenarioGridModel) |
void |
setModel(org.drools.scenariosimulation.api.model.ScenarioSimulationModel model) |
void populateTestTools(TestToolsView.Presenter testToolsPresenter, ScenarioGridModel scenarioGridModel)
void manageScenarioSimulationModelContent(org.uberfire.backend.vfs.ObservablePath currentPath, ScenarioSimulationModelContent toManage)
void setModel(org.drools.scenariosimulation.api.model.ScenarioSimulationModel model)
boolean isADataType(String value)
true
if the given value is a data type (e.g. a FactType for DMO)value
- Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.