Interface RunnerReportService
-
public interface RunnerReportServiceThis interface define the service to download a report with the audit messages of a givenSimulation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetReport(org.drools.scenariosimulation.api.model.SimulationRunMetadata scenarioRunMetadata, org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type modelType)This method returns the report of the givenSimulationRunMetadata
-
-
-
Method Detail
-
getReport
String getReport(org.drools.scenariosimulation.api.model.SimulationRunMetadata scenarioRunMetadata, org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type modelType)
This method returns the report of the givenSimulationRunMetadata- Parameters:
scenarioRunMetadata-modelType-- Returns:
-
-