|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wis.jtlv.lib.mc.tl.LTLTester
public class LTLTester
Construct a tester for a given LTL specification.
Constructor Summary | |
---|---|
LTLTester(Spec root_spec,
boolean isWeak)
Constructor for the tester. |
Method Summary | |
---|---|
BDD |
getSpec2BDD(Spec root)
Returns a BDD variable representing the given specification in this tester. |
SMVModule |
getTester()
Getter for the tester which where constructed from this specification. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LTLTester(Spec root_spec, boolean isWeak) throws ModelCheckAlgException
Constructor for the tester.
root_spec
- The specification to construct tester for.isWeak
- Whether to add initial or not.
ModelCheckAlgException
Method Detail |
---|
public SMVModule getTester()
Getter for the tester which where constructed from this specification.
public BDD getSpec2BDD(Spec root) throws ModelCheckAlgException
Returns a BDD variable representing the given specification in this tester.
root
- The specification.
ModelCheckAlgException
- When failed to find the cooresponding BDD variable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |