edu.toronto.cs.proof
Class GenericDisjStrategy

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

public class GenericDisjStrategy
extends java.lang.Object
implements DisjProofStrategy


Constructor Summary
GenericDisjStrategy(IAlgebra _alg)
           
 
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

GenericDisjStrategy

public GenericDisjStrategy(IAlgebra _alg)
Method Detail

choosePaths

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