public class SimulationRunMetadata extends Object
Modifier and Type | Field and Description |
---|---|
protected AuditLog |
auditLog
AuditLog > representing the log to print in the CSV report |
protected int |
available |
protected double |
coveragePercentage |
protected int |
executed |
protected Map<String,Integer> |
outputCounter |
protected Map<ScenarioWithIndex,Map<String,Integer>> |
scenarioCounter |
Constructor and Description |
---|
SimulationRunMetadata() |
SimulationRunMetadata(int available,
int executed,
Map<String,Integer> outputCounter,
Map<ScenarioWithIndex,Map<String,Integer>> scenarioCounter,
AuditLog auditLog) |
Modifier and Type | Method and Description |
---|---|
AuditLog |
getAuditLog() |
int |
getAvailable() |
double |
getCoveragePercentage() |
int |
getExecuted() |
Map<String,Integer> |
getOutputCounter() |
Map<ScenarioWithIndex,Map<String,Integer>> |
getScenarioCounter() |
protected AuditLog auditLog
AuditLog
> representing the log to print in the CSV reportprotected int available
protected int executed
protected double coveragePercentage
protected Map<ScenarioWithIndex,Map<String,Integer>> scenarioCounter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.