org.histpop.server.acu
Class ClauseList

java.lang.Object
  extended by org.histpop.server.acu.ClauseList

public class ClauseList
extends java.lang.Object


Constructor Summary
ClauseList(Clause c)
           
 
Method Summary
 Clause getClause(int i)
           
 java.util.Vector getClauses()
           
 void insert(Clause c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClauseList

public ClauseList(Clause c)
Method Detail

insert

public void insert(Clause c)

getClauses

public java.util.Vector getClauses()

getClause

public Clause getClause(int i)