Class MintermList

java.lang.Object
  |
  +--MintermList

public class MintermList
extends java.lang.Object

This class models the reachability graph of a program. The reachability graph is a directed graph that contains all the states of the fault-span of a program. This class is the root of the abstract class hierarchy in the Bridge design pattern.

Since:
 

Field Summary
 java.util.Vector mList
           
 
Constructor Summary
MintermList(int no)
          Creates new MintermList
 
Method Summary
 int minListSize()
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mList

public java.util.Vector mList
Constructor Detail

MintermList

public MintermList(int no)
Creates new MintermList
Method Detail

minListSize

public int minListSize()

print

public void print()