edu.toronto.cs.proof2
Class CTLProver.NewEXProofRule

java.lang.Object
  extended by edu.toronto.cs.proof2.AbstractProofRule
      extended by edu.toronto.cs.proof2.CTLProver.BaseEXProofRule
          extended by edu.toronto.cs.proof2.CTLProver.NewEXProofRule
All Implemented Interfaces:
ProofRule
Enclosing class:
CTLProver

public static class CTLProver.NewEXProofRule
extends CTLProver.BaseEXProofRule


Constructor Summary
CTLProver.NewEXProofRule(MvSetModelChecker _mc)
           
 
Method Summary
protected  Formula[] exApply(Formula f)
           
protected  void getImageMap()
           
 
Methods inherited from class edu.toronto.cs.proof2.CTLProver.BaseEXProofRule
apply, getSingleState, getSuccessorMap
 
Methods inherited from class edu.toronto.cs.proof2.AbstractProofRule
toArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CTLProver.NewEXProofRule

public CTLProver.NewEXProofRule(MvSetModelChecker _mc)
Method Detail

getImageMap

protected void getImageMap()
Specified by:
getImageMap in class CTLProver.BaseEXProofRule

exApply

protected Formula[] exApply(Formula f)
Specified by:
exApply in class CTLProver.BaseEXProofRule