public class SimulationRunMetadata extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
available |
protected double |
coveragePercentage |
protected int |
executed |
protected Map<String,Integer> |
outputCounter |
protected Map<ScenarioWithIndex,List<String>> |
scenarioCounter |
protected List<ScenarioWithIndex> |
scenarios |
Constructor and Description |
---|
SimulationRunMetadata() |
SimulationRunMetadata(int available,
int executed,
Map<String,Integer> outputCounter,
Map<ScenarioWithIndex,List<String>> scenarioCounter) |
Modifier and Type | Method and Description |
---|---|
int |
getAvailable() |
double |
getCoveragePercentage() |
int |
getExecuted() |
Map<String,Integer> |
getOutputCounter() |
Map<ScenarioWithIndex,List<String>> |
getScenarioCounter() |
protected int available
protected int executed
protected double coveragePercentage
protected Map<ScenarioWithIndex,List<String>> scenarioCounter
protected List<ScenarioWithIndex> scenarios
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.