|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.co.agena.minerva.model.Propagation.PropagationEventGenerator
public class Propagation.PropagationEventGenerator
The PropagationEventGenerator is used to inform listeners of events relating to propagation.
Constructor Summary | |
---|---|
Propagation.PropagationEventGenerator()
|
Method Summary | |
---|---|
void |
firePropagationIncremented(Propagation msmp,
int timePeriodPropagated)
Fires a Propagation event to indicate that a cycle of a Propagation has finished. |
void |
fireSimulationFinished(Propagation msmp,
boolean completedSuccessfully,
java.util.List propagatedExtendedBNs)
Fires a Propagation event to indicate that a Propagation has finished. |
void |
fireSimulationStarted(Propagation msmp)
Fires a Propagation event to indicate that a Propagation is about to start. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Propagation.PropagationEventGenerator()
Method Detail |
---|
public void fireSimulationFinished(Propagation msmp, boolean completedSuccessfully, java.util.List propagatedExtendedBNs)
msmp
- the Propagation whose execution has finishedpublic void fireSimulationStarted(Propagation msmp)
msmp
- the Propagation whose execution has finishedpublic void firePropagationIncremented(Propagation msmp, int timePeriodPropagated)
msmp
- the Propagation whose cycle has finishedtimePeriodPropagated
- the index of the cycle that occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |