edu.toronto.cs.proof
Class Simple2ValDisjStrategy

java.lang.Object
  extended by edu.toronto.cs.proof.Simple2ValDisjStrategy
All Implemented Interfaces:
DisjProofStrategy, ProofStrategy

public class Simple2ValDisjStrategy
extends java.lang.Object
implements DisjProofStrategy


Constructor Summary
Simple2ValDisjStrategy()
           
 
Method Summary
 java.util.BitSet choosePaths(AlgebraValue[] vals, CTLNode[] props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Simple2ValDisjStrategy

public Simple2ValDisjStrategy()
Method Detail

choosePaths

public java.util.BitSet choosePaths(AlgebraValue[] vals,
                                    CTLNode[] props)
Specified by:
choosePaths in interface ProofStrategy