edu.toronto.cs.proof2
Class DepthProofRule

java.lang.Object
  extended by edu.toronto.cs.proof2.AbstractProofRule
      extended by edu.toronto.cs.proof2.DepthProofRule
All Implemented Interfaces:
ProofRule

public class DepthProofRule
extends AbstractProofRule


Constructor Summary
DepthProofRule(MvSetModelChecker mc)
           
 
Method Summary
 Formula[] apply(Formula f)
           
 
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

DepthProofRule

public DepthProofRule(MvSetModelChecker mc)
Method Detail

apply

public Formula[] apply(Formula f)
Specified by:
apply in interface ProofRule
Specified by:
apply in class AbstractProofRule