|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModelListener
Defines a listener for ModelEvents. Any object interested in such events should implement this interface.
Method Summary | |
---|---|
void |
modelChanged(ModelEvent ebne)
Called whenever a Model changes. |
void |
modelInconsistentEvidencePropagated(ModelEvent ebne)
Called whenever inconsistent evidence is propagated in one of the ExtendedBNs in a Model. |
void |
modelPropagationFinished(ModelEvent me,
boolean completionSuccessful)
Called whenever the propagation has finished. |
void |
modelPropagationStarting(ModelEvent me)
Called whenever the propagation is about to start. |
Method Detail |
---|
void modelInconsistentEvidencePropagated(ModelEvent ebne)
ebne
- the event encapsulating the inconsistent evidence propagationvoid modelChanged(ModelEvent ebne)
ebne
- the event encapsulating the changevoid modelPropagationStarting(ModelEvent me)
me
- void modelPropagationFinished(ModelEvent me, boolean completionSuccessful)
me
- completionSuccessful
- TODO
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |