|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbcds.phison.sim.PmBase<V,E>
bcds.phison.multfailures.PmSIDTraceToDOT<V,E>
public class PmSIDTraceToDOT<V extends GraphIONode,E>
Generates .dot files to visually present the states of the nodes with respect to the epidemic infection. This processing module requires PmEpidemicSID to be loaded.
| Constructor Summary | |
|---|---|
PmSIDTraceToDOT()
|
|
| Method Summary | |
|---|---|
java.lang.Object[] |
getEnvParams()
Returns an empty array. |
void |
setup(SimCore<V,E> sim)
Saves the parameter sim, which can later be obtained by
calling the sim() method. |
void |
shutdown()
Empty implementation. |
| Methods inherited from class bcds.phison.sim.PmBase |
|---|
ctx, env, getEnviron, getId, getName, opt, run, sim, stats |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PmSIDTraceToDOT()
| Method Detail |
|---|
public void setup(SimCore<V,E> sim)
PmBasesim, which can later be obtained by
calling the sim() method. It also calls
adaptTypes if the environment object is non-null (which should
normally be).
setup in interface ProcessingModule<V extends GraphIONode,E>setup in class PmBase<V extends GraphIONode,E>public void shutdown()
PmBase
shutdown in interface ProcessingModule<V extends GraphIONode,E>shutdown in class PmBase<V extends GraphIONode,E>public java.lang.Object[] getEnvParams()
PmBase
getEnvParams in interface WithEnvParamsgetEnvParams in class PmBase<V extends GraphIONode,E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||