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 void |
DMNScenarioRunnerHelper.loadInputData(List<InstanceGiven> dataToLoad,
DMNScenarioExecutableBuilder executableBuilder) |
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–2020 JBoss by Red Hat. All rights reserved.