|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.sim.report.InMemoryOutput
public class InMemoryOutput
collects output from DESMO-J and saves them in memory. The statistical figure are copied to a bunch of POJO's (ValueObjects), so the garbage collector can clean up the simulation stuff
| Constructor Summary | |
|---|---|
InMemoryOutput()
|
|
| Method Summary | |
|---|---|
ScenarioReport |
getReport()
|
void |
receive(desmoj.core.report.Message m)
method to be called when a Message is received. this class does not handle Messages so it will simply return |
void |
receive(desmoj.core.report.Reporter r)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InMemoryOutput()
| Method Detail |
|---|
public void receive(desmoj.core.report.Reporter r)
receive in interface desmoj.core.report.MessageReceiverpublic void receive(desmoj.core.report.Message m)
receive in interface desmoj.core.report.MessageReceiverpublic ScenarioReport getReport()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||