public interface DataManagementStrategy
Modifier and Type | Field and Description |
---|---|
static Map<String,SimpleClassEntry> |
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,
ScenarioSimulationContext context,
GridWidget gridWidget) |
void |
setModel(org.drools.scenariosimulation.api.model.ScenarioSimulationModel model) |
static final Map<String,SimpleClassEntry> SIMPLE_CLASSES_MAP
void populateTestTools(TestToolsView.Presenter testToolsPresenter, ScenarioSimulationContext context, GridWidget gridWidget)
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–2020 JBoss by Red Hat. All rights reserved.