Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.editor.strategies.DataManagementStrategy
-
Packages that use DataManagementStrategy Package Description org.drools.workbench.screens.scenariosimulation.client.editor org.drools.workbench.screens.scenariosimulation.client.editor.strategies -
-
Uses of DataManagementStrategy in org.drools.workbench.screens.scenariosimulation.client.editor
Fields in org.drools.workbench.screens.scenariosimulation.client.editor declared as DataManagementStrategy Modifier and Type Field Description protected DataManagementStrategyScenarioSimulationEditorPresenter. dataManagementStrategyMethods in org.drools.workbench.screens.scenariosimulation.client.editor that return DataManagementStrategy Modifier and Type Method Description DataManagementStrategyScenarioSimulationEditorPresenter. getDataManagementStrategy()Methods in org.drools.workbench.screens.scenariosimulation.client.editor with parameters of type DataManagementStrategy Modifier and Type Method Description voidScenarioSimulationEditorPresenter. getModelSuccessCallbackMethod(DataManagementStrategy dataManagementStrategy, org.drools.scenariosimulation.api.model.ScenarioSimulationModel model) -
Uses of DataManagementStrategy in org.drools.workbench.screens.scenariosimulation.client.editor.strategies
Classes in org.drools.workbench.screens.scenariosimulation.client.editor.strategies that implement DataManagementStrategy Modifier and Type Class Description classAbstractDataManagementStrategyAbstract class to provide common methods to be used by actual implementations.classAbstractDMNDataManagementStrategyclassAbstractDMODataManagementStrategy
-