| Package | Description |
|---|---|
| org.drools.scenariosimulation.backend.runner | |
| org.drools.scenariosimulation.backend.runner.model |
| Modifier and Type | Method and Description |
|---|---|
protected List<InstanceGiven> |
AbstractRunnerHelper.extractBackgroundValues(Background background,
ClassLoader classLoader,
ExpressionEvaluatorFactory expressionEvaluatorFactory) |
protected List<InstanceGiven> |
AbstractRunnerHelper.extractGivenValues(ScesimModelDescriptor scesimModelDescriptor,
List<FactMappingValue> factMappingValues,
ClassLoader classLoader,
ExpressionEvaluatorFactory expressionEvaluatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ScenarioResult> |
RuleScenarioRunnerHelper.getScenarioResultsFromGivenFacts(ScesimModelDescriptor scesimModelDescriptor,
List<ScenarioExpect> scenarioOutputsPerFact,
InstanceGiven input,
ExpressionEvaluatorFactory expressionEvaluatorFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
DMNScenarioRunnerHelper.defineInputValues(List<InstanceGiven> backgroundData,
List<InstanceGiven> givenData)
It returns a
Map which contains the actual data in the DMN Executable Builder (BC) or DMN Context (Kogito)
Typically, the Map contains a pair with the Fact Name as a Key and its Object as value
(another Map containing the fact properties)
(eg. |
protected Map<String,Object> |
DMNScenarioRunnerHelper.defineInputValues(List<InstanceGiven> backgroundData,
List<InstanceGiven> givenData)
It returns a
Map which contains the actual data in the DMN Executable Builder (BC) or DMN Context (Kogito)
Typically, the Map contains a pair with the Fact Name as a Key and its Object as value
(another Map containing the fact properties)
(eg. |
protected void |
RuleScenarioRunnerHelper.loadInputData(List<InstanceGiven> dataToLoad,
RuleScenarioExecutableBuilder executableBuilder) |
| Modifier and Type | Method and Description |
|---|---|
List<InstanceGiven> |
ScenarioRunnerData.getBackgrounds() |
List<InstanceGiven> |
ScenarioRunnerData.getGivens() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScenarioRunnerData.addBackground(InstanceGiven backgroundInstance) |
void |
ScenarioRunnerData.addGiven(InstanceGiven input) |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.