Uses of Class
org.drools.scenariosimulation.backend.runner.model.InstanceGiven
-
Packages that use InstanceGiven Package Description org.drools.scenariosimulation.backend.runner org.drools.scenariosimulation.backend.runner.model -
-
Uses of InstanceGiven in org.drools.scenariosimulation.backend.runner
Methods in org.drools.scenariosimulation.backend.runner that return types with arguments of type InstanceGiven Modifier and Type Method Description protected List<InstanceGiven>AbstractRunnerHelper. extractBackgroundValues(org.drools.scenariosimulation.api.model.Background background, ClassLoader classLoader, ExpressionEvaluatorFactory expressionEvaluatorFactory)protected List<InstanceGiven>AbstractRunnerHelper. extractGivenValues(org.drools.scenariosimulation.api.model.ScesimModelDescriptor scesimModelDescriptor, List<org.drools.scenariosimulation.api.model.FactMappingValue> factMappingValues, ClassLoader classLoader, ExpressionEvaluatorFactory expressionEvaluatorFactory)Methods in org.drools.scenariosimulation.backend.runner with parameters of type InstanceGiven Modifier and Type Method Description protected List<ScenarioResult>RuleScenarioRunnerHelper. getScenarioResultsFromGivenFacts(org.drools.scenariosimulation.api.model.ScesimModelDescriptor scesimModelDescriptor, List<ScenarioExpect> scenarioOutputsPerFact, InstanceGiven input, ExpressionEvaluatorFactory expressionEvaluatorFactory)Method parameters in org.drools.scenariosimulation.backend.runner with type arguments of type InstanceGiven Modifier and Type Method Description protected Map<String,Object>DMNScenarioRunnerHelper. defineInputValues(List<InstanceGiven> backgroundData, List<InstanceGiven> givenData)It returns aMapwhich 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 voidRuleScenarioRunnerHelper. loadInputData(List<InstanceGiven> dataToLoad, RuleScenarioExecutableBuilder executableBuilder) -
Uses of InstanceGiven in org.drools.scenariosimulation.backend.runner.model
Methods in org.drools.scenariosimulation.backend.runner.model that return types with arguments of type InstanceGiven Modifier and Type Method Description List<InstanceGiven>ScenarioRunnerData. getBackgrounds()List<InstanceGiven>ScenarioRunnerData. getGivens()Methods in org.drools.scenariosimulation.backend.runner.model with parameters of type InstanceGiven Modifier and Type Method Description voidScenarioRunnerData. addBackground(InstanceGiven backgroundInstance)voidScenarioRunnerData. addGiven(InstanceGiven input)
-