edu.indiana.iucbrf.ccbr.caselistrefiner
Class AbstractCaseListRefiner

java.lang.Object
  extended by edu.indiana.iucbrf.ccbr.caselistrefiner.AbstractCaseListRefiner
All Implemented Interfaces:
CaseListRefiner, java.io.Serializable
Direct Known Subclasses:
ThresholdCaseListRefiner

public abstract class AbstractCaseListRefiner
extends java.lang.Object
implements CaseListRefiner

The AbstractCaseListRefiner defines some general operations that will probably be useful and appropriate for most CaseListRefiner implementations.

See Also:
Serialized Form

Constructor Summary
AbstractCaseListRefiner()
          Creates a new instance of AbstractCaseListRefiner
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.indiana.iucbrf.ccbr.caselistrefiner.CaseListRefiner
refineCaseList
 

Constructor Detail

AbstractCaseListRefiner

public AbstractCaseListRefiner()
Creates a new instance of AbstractCaseListRefiner