Package edu.indiana.iucbrf.casepackage

Interface Summary
CaseDifferencePair A holder for a case and its difference from a problem.
 

Class Summary
Case A case consists of a problem description and a solution.
CaseDifferencePairImpl This is a container class, which holds a Case and the difference between that case and some problem.
CaseGenerator This class handles the automatic generation of cases, according to provided distributions.
CaseInputPanel This class defines a JPanel for inputing or editing a case in a particular domain.
CaseJList A CaseJList is a JList customized to hold cases.
CaseSource An instance of the CaseSource class describes where a particular case comes from.
KeyIndicesPair A container for a case key (of type long) and a ProblemIndices object.
Marker A Marker can be thought of as a place-holder for a case in the case base.
ParallelCSCGenerator Generates a "fully-known" problem and a sparse problem parallel to each other, by hiding some of the fully-known problem's features.