|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wis.jtlv.lib.mc.ModelCheckAlgI
edu.wis.jtlv.lib.mc.SimpleTempEntailAlg
public class SimpleTempEntailAlg
An algorithm for performing the temp entailment check.
Constructor Summary | |
---|---|
SimpleTempEntailAlg(Module design,
Spec p,
Spec q)
A constructor for the temp entailment algorithm. |
Method Summary | |
---|---|
AlgResultI |
doAlgorithm()
Verify whether [](p -> <>q) is valid. |
AlgResultI |
postAlgorithm()
Does nothing. |
AlgResultI |
preAlgorithm()
Does nothing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleTempEntailAlg(Module design, Spec p, Spec q)
A constructor for the temp entailment algorithm.
design
- The design to check the property for.p
- The first property.q
- The second property.Method Detail |
---|
public AlgResultI preAlgorithm() throws AlgExceptionI
Does nothing.
AlgExceptionI
- Never.AlgI.preAlgorithm()
public AlgResultI doAlgorithm() throws AlgExceptionI
Verify whether [](p -> <>q) is valid.
AlgResultPath
), or a string with
"VALID" (i.e. AlgResultString
).
AlgExceptionI
- If one of the properties is not a propositional spec, or if
failed to parse the BDD in the spec.public AlgResultI postAlgorithm() throws AlgExceptionI
Does nothing.
AlgExceptionI
- Never.AlgI.postAlgorithm()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |