edu.ksu.cis.projects.bogor.analyses
Interface IntraFSMAnalysis.SetContainmentOperator<T>

All Known Implementing Classes:
LiveVariableAnalysis.LeftSubsetOfRightOperator
Enclosing class:
IntraFSMAnalysis<L>

protected static interface IntraFSMAnalysis.SetContainmentOperator<T>


Method Summary
 boolean test(Set<T> s1, Set<T> s2)
           
 

Method Detail

test

boolean test(Set<T> s1,
             Set<T> s2)