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 |
populateRightPanel(RightPanelView.Presenter rightPanelPresenter,
ScenarioGridModel scenarioGridModel) |
void |
setModel(ScenarioSimulationModel model) |
void populateRightPanel(RightPanelView.Presenter rightPanelPresenter, ScenarioGridModel scenarioGridModel)
void manageScenarioSimulationModelContent(org.uberfire.backend.vfs.ObservablePath currentPath,
ScenarioSimulationModelContent toManage)
void setModel(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.