|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.sim.report.ExperimentReport
public class ExperimentReport
This class holds simulation run details (as simple POJOs) for a whole scenario
| Constructor Summary | |
|---|---|
ExperimentReport(java.lang.String experimentName)
|
|
ExperimentReport(java.lang.String experimentName,
java.lang.String currency)
|
|
| Method Summary | |
|---|---|
void |
addScenarioReport(ScenarioReport simulationReport)
|
java.util.List |
getAllResourcePoolUtilizations()
returns a list with a UtilizationStatisticsResult for all resource pools |
java.util.List |
getAllResourcePoolWaitingTimes()
returns a list with a QueueStatisticResult for all resource pools |
java.util.List |
getAllStateWaitingTimes()
returns a list with a ValueStatisticResult for all states / task wait times for all contained scenarios |
java.lang.String |
getCurrency()
|
java.lang.String |
getExperimentName()
|
int |
getScenarioCount()
|
ScenarioReport |
getScenarioReport(java.lang.String scenarioName)
|
java.util.Collection |
getScenarioReports()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExperimentReport(java.lang.String experimentName)
public ExperimentReport(java.lang.String experimentName,
java.lang.String currency)
| Method Detail |
|---|
public java.util.List getAllStateWaitingTimes()
public java.util.List getAllResourcePoolWaitingTimes()
public java.util.List getAllResourcePoolUtilizations()
public void addScenarioReport(ScenarioReport simulationReport)
public ScenarioReport getScenarioReport(java.lang.String scenarioName)
public java.lang.String getExperimentName()
public int getScenarioCount()
public java.util.Collection getScenarioReports()
public java.lang.String getCurrency()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||