|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropagationListener
Defines a listener for PropagationEvents. Any object interested in such events should implement this interface.
Field Summary | |
---|---|
static boolean |
successfulSimulationCompletion
This boolean should be set to true if the simulation is completed sucessfully, false otherwise. |
Method Summary | |
---|---|
void |
propagationIncremented(PropagationEvent ebne,
int timePeriodPropagated)
Fired whenever a cycle of a Propagation has finished. |
void |
simulationFinished(PropagationEvent ebne,
boolean completedSuccessfully,
java.util.List propagatedExtendedBNs)
Fired whenever an execution of a Propagation has finished. |
void |
simulationStarted(PropagationEvent msmpe)
Fired whenever an execution of a Propagation is about to be Started. |
Field Detail |
---|
static final boolean successfulSimulationCompletion
Method Detail |
---|
void simulationFinished(PropagationEvent ebne, boolean completedSuccessfully, java.util.List propagatedExtendedBNs)
ebne
- an event encapsulating the completion of the Propagation executionpropagatedExtendedBNs
- TODOvoid propagationIncremented(PropagationEvent ebne, int timePeriodPropagated)
ebne
- an event encapsulating the completion of the Propagation cyclevoid simulationStarted(PropagationEvent msmpe)
msmpe
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |