|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnginListener
Engin Listener
This interface is used to create listeners to attach to Cismo's engine.Copyright(c) 2005 Université Laval, LSFM research group.
Method Summary | |
---|---|
void |
computingSatisfiesDone(EnginEvent e)
This event is fired when the engine has completed a formula verification request. |
void |
computingStatesSatisfyingDone(EnginEvent e)
This event is fired when the engine has found all the states that verify the formula. |
void |
constraintVerified(EnginEvent e)
This event if fired when the engine has completed the LMP constraints verification. |
Method Detail |
---|
void computingSatisfiesDone(EnginEvent e)
e
- the result from the verificationEnginEvent.isSatisfied()
void computingStatesSatisfyingDone(EnginEvent e)
e
- all states that verifies the formula, if anyEnginEvent.getStatesVerifying()
void constraintVerified(EnginEvent e)
e
- wether the system verifies the constraints or not.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |