Serialized Form


Package edu.indiana.iucbrf.adaptation

Class edu.indiana.iucbrf.adaptation.Adaptation extends java.lang.Object implements Serializable

Serialized Fields

wts

double[] wts
An array of doubles, describing the weights (relative importance), starting with the most similar case retrieved. If weights are not specified for the worst retrieved cases (that is, the Retrieved ArrayList has a larger size than the Wts ArrayList), then the weight is defined as 0. If more weights are specified than cases are retrieved, then the extra weights are ignored.


debugMode

boolean debugMode
When true, debugging information is printed to the screen. Default is false.

Class edu.indiana.iucbrf.adaptation.DistanceWeightedAdapter extends Adaptation implements Serializable

Serialized Fields

weightedAdapter

Adaptation weightedAdapter

Class edu.indiana.iucbrf.adaptation.NullAdapter extends Adaptation implements Serializable

Class edu.indiana.iucbrf.adaptation.WeightedAverageAdapter extends Adaptation implements Serializable

Class edu.indiana.iucbrf.adaptation.WeightedMajorityAdapter extends Adaptation implements Serializable


Package edu.indiana.iucbrf.casebase

Class edu.indiana.iucbrf.casebase.AbstractCaseBase extends java.lang.Object implements Serializable

Serialized Fields

caseClass

java.lang.Class<T> caseClass

listeners

java.util.ArrayList<E> listeners
interested third parties


debugMode

boolean debugMode

prototype

Case prototype

Class edu.indiana.iucbrf.casebase.AbstractKeyableCaseBase extends AbstractCaseBase implements Serializable

Serialized Fields

nextKey

long nextKey

markerList

java.util.ArrayList<E> markerList

Class edu.indiana.iucbrf.casebase.CachedRDBCaseBase extends RDBCaseBase implements Serializable

Serialized Fields

cacheCB

AbstractKeyableCaseBase cacheCB

tempKey

MutableLong tempKey

caseBaseIntoCacheReady

boolean caseBaseIntoCacheReady

caseBaseLoaderThread

DBLoaderThread caseBaseLoaderThread

Class edu.indiana.iucbrf.casebase.FileCaseBase extends AbstractKeyableCaseBase implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

t

int t

indexCB

CaseBase indexCB

fullCB

iglu.util.FileBTree fullCB

baseFilename

java.lang.String baseFilename

Class edu.indiana.iucbrf.casebase.FlatCaseBase extends AbstractKeyableCaseBase implements Serializable

Serialized Fields

tempKey

MutableLong tempKey

cases

java.util.HashMap<K,V> cases
wrapped collection that deals with actual case storage

Class edu.indiana.iucbrf.casebase.PartitionedCaseBase extends AbstractCaseBase implements Serializable

Serialized Fields

differentiator

ProblemDifferentiator differentiator

prototypes

Case[] prototypes

caseBases

CaseBase[] caseBases

Class edu.indiana.iucbrf.casebase.RDBCaseBase extends AbstractKeyableCaseBase implements Serializable

Serialized Fields

stmt

java.sql.Statement stmt

con

java.sql.Connection con

iterator

java.util.Iterator<E> iterator

domain

Domain domain

rdbCaseBaseInfo

RDBCaseBaseInfo rdbCaseBaseInfo

Package edu.indiana.iucbrf.casebase.event

Class edu.indiana.iucbrf.casebase.event.CaseBaseEvent extends java.util.EventObject implements Serializable

Serialized Fields

case1

Case case1

case2

Case case2

Package edu.indiana.iucbrf.casepackage

Class edu.indiana.iucbrf.casepackage.Case extends java.lang.Object implements Serializable

Serialized Fields

p

Problem p
The object representing the problem that this case solves.


s

Solution s
The object representing the solution that this case solves.


inactiveContexts

java.util.HashSet<E> inactiveContexts
The set of contexts in which this case is inactive, and should not be retrieved.


useCount

int useCount
number of times this case has been used (sent for adaptation, perhaps along with other cases)


successfulUseCount

int successfulUseCount
number of times this case has been used, and that use has lead to a "successful" solution


problemCountAtAddition

double problemCountAtAddition
The number of problems the system had seen when this case was added. (Used to count how many problems the system has seen since this case was added.)


source

CaseSource source
The source of this case.


title

java.lang.String title
The title for this case (optional).


caseKey

long caseKey

Class edu.indiana.iucbrf.casepackage.CaseDifferencePairImpl extends Case implements Serializable

Serialized Fields

c

Case c

diff

double diff

Class edu.indiana.iucbrf.casepackage.CaseInputPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

sourceTextField

javax.swing.JTextField sourceTextField

titleTextField

javax.swing.JTextField titleTextField

problemInputPanel

FeatureCollectionInputPanel problemInputPanel

solutionInputPanel

FeatureCollectionInputPanel solutionInputPanel

domain

Domain domain

Class edu.indiana.iucbrf.casepackage.CaseJList extends javax.swing.JList implements Serializable

Serialized Fields

isCDP

boolean isCDP

Class edu.indiana.iucbrf.casepackage.CaseSource extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the source of the case.

Class edu.indiana.iucbrf.casepackage.KeyIndicesPair extends Case implements Serializable

Class edu.indiana.iucbrf.casepackage.Marker extends Case implements Serializable


Package edu.indiana.iucbrf.cbrsystem

Class edu.indiana.iucbrf.cbrsystem.CBRSystem extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

CB

CaseBase CB
The case base representation.


performanceMonitor

PerformanceMonitor performanceMonitor
The means of tracking performance of the system.


retrieval

Retrieval retrieval
The retrieval policy.


maintenance

Maintenance maintenance
The maintenance policy.


adaptation

Adaptation adaptation
The adaptation policy.


domain

Domain domain
The domain the system is working in.


debugMode

boolean debugMode
Set to true to get diagnostic prints to screen. Otherwise set to false.


guiMode

boolean guiMode

episodeSummaryPanel

EpisodeSummaryPanel episodeSummaryPanel

currentContext

Context currentContext
The context of the system defaults to Context.NORMAL_CONTEXT


baseFilename

java.lang.String baseFilename

title

java.lang.String title

Class edu.indiana.iucbrf.cbrsystem.CCBRSystem extends CBRSystem implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

caseListRefiner

CaseListRefiner caseListRefiner

conversationBlockSelector

ConversationBlockSelector conversationBlockSelector

ccbrPanel

CCBRPanel ccbrPanel

problemSoFar

Problem problemSoFar

casesSoFar

RetrievalResults casesSoFar

casesSoFarInitialized

boolean casesSoFarInitialized

window

javax.swing.JFrame window

ind

int ind

Class edu.indiana.iucbrf.cbrsystem.Context extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the context.

Class edu.indiana.iucbrf.cbrsystem.DomainlessSystem extends CBRSystem implements Serializable

Serialized Fields

performanceMonitorClass

java.lang.Class<T> performanceMonitorClass
The class object used to construct a PerformanceMonitor (or subclass).


caseBaseClass

java.lang.Class<T> caseBaseClass
The class object used to construct a CaseBase subclass.

Class edu.indiana.iucbrf.cbrsystem.EpisodeSummaryPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

problemDisplay

javax.swing.JScrollPane problemDisplay

referenceDisplay

javax.swing.JScrollPane referenceDisplay

solutionDisplay

javax.swing.JScrollPane solutionDisplay

qualityDisplay

javax.swing.JScrollPane qualityDisplay

retrievedCaseJList

CaseJList retrievedCaseJList

domain

Domain domain

Package edu.indiana.iucbrf.ccbr

Class edu.indiana.iucbrf.ccbr.CCBRPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

caseJList

CaseJList caseJList

conBlockPanel

ConversationBlockPanel conBlockPanel

problemSoFarDisplay

javax.swing.JComponent problemSoFarDisplay

domain

CCBRDomain domain

Package edu.indiana.iucbrf.ccbr.caselistrefiner

Class edu.indiana.iucbrf.ccbr.caselistrefiner.AbstractCaseListRefiner extends java.lang.Object implements Serializable

Class edu.indiana.iucbrf.ccbr.caselistrefiner.ThresholdCaseListRefiner extends AbstractCaseListRefiner implements Serializable

Serialized Fields

differenceThreshold

double differenceThreshold

Package edu.indiana.iucbrf.ccbr.conversationblock

Class edu.indiana.iucbrf.ccbr.conversationblock.ConversationBlockPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

conBlock

ConversationBlock conBlock

domain

CCBRDomain domain

allowUnknowns

boolean allowUnknowns

answerComponent

FeatureInputPanel answerComponent

submitAnswerButton

javax.swing.JButton submitAnswerButton

conBlockTextArea

javax.swing.JTextArea conBlockTextArea

Class edu.indiana.iucbrf.ccbr.conversationblock.EndConversationPanel extends ConversationBlockPanel implements Serializable

Class edu.indiana.iucbrf.ccbr.conversationblock.InstructionImpl extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

Class edu.indiana.iucbrf.ccbr.conversationblock.QuestionImpl extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

featureKey

FeatureKey featureKey

Package edu.indiana.iucbrf.ccbr.conversationblock.selector

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.AbstractConversationBlockSelector extends java.lang.Object implements Serializable

Serialized Fields

differentiator

ProblemDifferentiator differentiator

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.ConfidenceConversationBlockSelector extends ImportanceMeasureConversationBlockSelector implements Serializable

Serialized Fields

regionAgg

RegionAggregate regionAgg

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.DistanceInfluenceConversationBlockSelector extends ImportanceMeasureConversationBlockSelector implements Serializable

Serialized Fields

distInf

DistanceInfluence distInf

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.EnsembleConversationBlockSelector extends AbstractConversationBlockSelector implements Serializable

Serialized Fields

ensemble

Ensemble ensemble

args

java.lang.Object[] args

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.FrequencyConversationBlockSelector extends AbstractConversationBlockSelector implements Serializable

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.GainRatioConversationBlockSelector extends ImportanceMeasureConversationBlockSelector implements Serializable

Serialized Fields

infoTh

InformationTheory infoTh

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.ImportanceMeasureConversationBlockSelector extends AbstractConversationBlockSelector implements Serializable

Serialized Fields

unknownFeatureKeys

java.util.HashSet<E> unknownFeatureKeys

allKeys

java.util.HashSet<E> allKeys

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.InformationGainConversationBlockSelector extends ImportanceMeasureConversationBlockSelector implements Serializable

Serialized Fields

infoTh

InformationTheory infoTh

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.OrderedConversationBlockSelector extends AbstractConversationBlockSelector implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

blockCollection

java.util.Collection<E> blockCollection

blockIter

java.util.Iterator<E> blockIter

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.RandomConversationBlockSelector extends AbstractConversationBlockSelector implements Serializable

Serialized Fields

allKeys

java.util.ArrayList<E> allKeys

unknownFeatureKeys

java.util.LinkedList<E> unknownFeatureKeys

Package edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.FlowChart extends java.lang.Object implements Serializable

Serialized Fields

root

FlowChartNode root

filename

java.lang.String filename

title

java.lang.String title
The title of this flow chart (optional).

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.FlowChartConversationBlockSelector extends java.lang.Object implements Serializable

Serialized Fields

flowChart

FlowChart flowChart

currentNode

FlowChartNode currentNode

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.FlowChartEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

domain

CCBRDomain domain

flowChart

FlowChart flowChart

flowChartJTree

javax.swing.JTree flowChartJTree

parentOfSelectedNodeDMTN

javax.swing.tree.DefaultMutableTreeNode parentOfSelectedNodeDMTN

selectedIndex

int selectedIndex

addButton

javax.swing.JButton addButton

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.FlowChartNode extends java.lang.Object implements Serializable

Serialized Fields

isLeaf

boolean isLeaf

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.InstructionFlowChartNode extends FlowChartNode implements Serializable

Serialized Fields

instructionText

java.lang.String instructionText

nextNode

FlowChartNode nextNode

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.NullFeatureInputPanel extends FeatureInputPanel implements Serializable

Class edu.indiana.iucbrf.ccbr.conversationblock.selector.flowchart.QuestionFlowChartNode extends FlowChartNode implements Serializable

Serialized Fields

featureQuestioned

FeatureKey featureQuestioned

nextNodes

FlowChartNode[] nextNodes

Package edu.indiana.iucbrf.domain

Class edu.indiana.iucbrf.domain.CCBRDomain extends Domain implements Serializable

Class edu.indiana.iucbrf.domain.DBInfo extends java.lang.Object implements Serializable

Serialized Fields

driverInfo

JDBCDriverInfo driverInfo

constantsTableName

java.lang.String constantsTableName

constantsTableColumns

java.lang.String[] constantsTableColumns

constantsTableColumnTypes

java.lang.String[] constantsTableColumnTypes

Class edu.indiana.iucbrf.domain.Domain extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

problemFeatureSpecCollection

FeatureSpecCollection problemFeatureSpecCollection
The set of Feature types


solutionFeatureSpecCollection

FeatureSpecCollection solutionFeatureSpecCollection
The Solution type


problemEquivalenceClasses

java.util.LinkedList<E> problemEquivalenceClasses
The equivalence classes associated with the reference solution (if available).


minAcceptableQuality

double minAcceptableQuality
The minimum "quality" (between 0 and 1 inclusive) that a solution must be judged in order to be called "successful."


haveReferenceSolution

boolean haveReferenceSolution
True if a reference solution is available, false otherwise.


problemDifferentiator

ProblemDifferentiator problemDifferentiator
Similarity weights indicate the relative importance of each problem feature in similarity comparisons.


componentFactory

ComponentFactory componentFactory

featureKeyFactory

FeatureKeyFactory featureKeyFactory

rdbCollectionIDFactory

RDBCollectionIDFactory rdbCollectionIDFactory

title

java.lang.String title
The title of this domain (optional).


problemTitle

java.lang.String problemTitle

solutionTitle

java.lang.String solutionTitle

retrievedCasesTitle

java.lang.String retrievedCasesTitle

caseTitleBase

java.lang.String caseTitleBase

filename

java.lang.String filename
The filename to save this domain to (optional).


problemSpace

ProblemGenerator problemSpace
This ProblemGenerator generates a Problem according to the "real-life" distributions of problems. It is optionally specified via setProblemSpace(). This instance variable and associated methods were suggested in part by Peter Siniakov.


dbInfo

DBInfo dbInfo

booleanSolutionCutoff

double booleanSolutionCutoff
Applies only to single-feature solutions, where that feature is boolean.


haveBooleanSolutionCutoff

boolean haveBooleanSolutionCutoff
Applies only to single-feature solutions, where that feature is boolean.

Class edu.indiana.iucbrf.domain.ProblemEquivalenceClass extends java.lang.Object implements Serializable

Serialized Fields

prototype

Case prototype
The prototype, or exemplar, case for this equivalence class.


weights

DoubleCollection weights
The weights for this equivalence class, to find a solution given a problem.


Package edu.indiana.iucbrf.domain.componentfactory

Class edu.indiana.iucbrf.domain.componentfactory.AbstractComponentFactory extends java.lang.Object implements Serializable

Serialized Fields

domain

Domain domain

Class edu.indiana.iucbrf.domain.componentfactory.RDBComponentFactory extends StandardComponentFactory implements Serializable

Class edu.indiana.iucbrf.domain.componentfactory.StandardComponentFactory extends AbstractComponentFactory implements Serializable


Package edu.indiana.iucbrf.examples.classifier

Class edu.indiana.iucbrf.examples.classifier.ClassificationSystem extends CBRSystem implements Serializable


Package edu.indiana.iucbrf.examples.conversation

Class edu.indiana.iucbrf.examples.conversation.ConversationDomain extends CCBRDomain implements Serializable

Serialized Fields

dist

BinomialDistribution dist

Class edu.indiana.iucbrf.examples.conversation.ConversationSystem extends CCBRSystem implements Serializable


Package edu.indiana.iucbrf.examples.printing

Class edu.indiana.iucbrf.examples.printing.DisplayMessageFeature extends AbstractFSMFeature implements Serializable

Class edu.indiana.iucbrf.examples.printing.PrintingSystem extends CCBRSystem implements Serializable

Serialized Fields

keywordsKey

FeatureKey keywordsKey

keywords

java.lang.String[] keywords

Class edu.indiana.iucbrf.examples.printing.PrintQualityFeature extends AbstractFSMFeature implements Serializable


Package edu.indiana.iucbrf.examples.quadrant

Class edu.indiana.iucbrf.examples.quadrant.QuadrantDomain extends Domain implements Serializable

Serialized Fields

xKey

FeatureKey xKey
The feature keys for the x and y problem features.


yKey

FeatureKey yKey

Class edu.indiana.iucbrf.examples.quadrant.QuadrantSystem extends CBRSystem implements Serializable

Serialized Fields

xKey

FeatureKey xKey
The keys to the two problem features.


yKey

FeatureKey yKey

Package edu.indiana.iucbrf.examples.quadrantCCBR

Class edu.indiana.iucbrf.examples.quadrantCCBR.QuadrantCCBRDomain extends CCBRDomain implements Serializable

Serialized Fields

xKey

FeatureKey xKey
The feature keys for the x and y problem features.


yKey

FeatureKey yKey

Class edu.indiana.iucbrf.examples.quadrantCCBR.QuadrantCCBRSystem extends CCBRSystem implements Serializable

Serialized Fields

xKey

FeatureKey xKey
The keys to the two problem features.


yKey

FeatureKey yKey

Package edu.indiana.iucbrf.examples.quadrantRDBTemplate

Class edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantDomainRDB extends Domain implements Serializable

Serialized Fields

xKey

FeatureKey xKey
The feature keys for the x and y problem features.


yKey

FeatureKey yKey

Class edu.indiana.iucbrf.examples.quadrantRDBTemplate.QuadrantSystemRDB extends CBRSystem implements Serializable

Serialized Fields

xKey

FeatureKey xKey
The keys to the two problem features.


yKey

FeatureKey yKey

dbInfo

DBInfo dbInfo

problemSpecInfo

FeatureSpecRDBInfo problemSpecInfo

solutionSpecInfo

FeatureSpecRDBInfo solutionSpecInfo

rdbCasebaseInfo

RDBCaseBaseInfo rdbCasebaseInfo

Package edu.indiana.iucbrf.examples.realtor

Class edu.indiana.iucbrf.examples.realtor.RealtorAdapter extends Adaptation implements Serializable

Serialized Fields

houseSizeKey

FeatureKey houseSizeKey
The feature key for the house size problem feature, used in this simple adaptation approach.

Class edu.indiana.iucbrf.examples.realtor.RealtorMaintenance extends NullMaintenance implements Serializable

Serialized Fields

CB

CaseBase CB

Class edu.indiana.iucbrf.examples.realtor.RealtorSystem extends CBRSystem implements Serializable


Package edu.indiana.iucbrf.exceptions

Class edu.indiana.iucbrf.exceptions.DomainNotSpecifiedException extends java.lang.RuntimeException implements Serializable

Class edu.indiana.iucbrf.exceptions.EmptyProblemEquivalenceClassListException extends java.lang.RuntimeException implements Serializable

Class edu.indiana.iucbrf.exceptions.FeatureWeightsMismatchException extends java.lang.RuntimeException implements Serializable

Class edu.indiana.iucbrf.exceptions.InvalidRetrievedObjectException extends java.lang.RuntimeException implements Serializable

Class edu.indiana.iucbrf.exceptions.ProblemSpaceNotSpecifiedException extends java.lang.RuntimeException implements Serializable

Class edu.indiana.iucbrf.exceptions.UnknownValueException extends java.lang.Exception implements Serializable


Package edu.indiana.iucbrf.feature

Class edu.indiana.iucbrf.feature.AbstractFeature extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
This should refer to whatever the value of the feature is, whether it's a Double, String, some custom type, etc.

Class edu.indiana.iucbrf.feature.AbstractFeatureCollection extends java.lang.Object implements Serializable

Serialized Fields

collectionType

int collectionType

isReferenceSolution

boolean isReferenceSolution

customTitle

java.lang.String customTitle
The custom title, if set, overrules the standard title in the domain.


keyToConf

java.util.HashMap<K,V> keyToConf
Maps FeatureKey to the confidence (Double) in that feature value. Confidences for definitely-known (not estimated) values are 1.0, and are not stored in keyToConf. Confidences for estimated (by an UnknownFeatureHandler) values are between 0.0 and 1.0, exclusive, and are stored in keyToConf. Confidences for unknown values are 0.0, and are not stored in keyToConf.


containsEstimates

boolean containsEstimates
True if this collection contains feature estimates. False otherwise.

Class edu.indiana.iucbrf.feature.AbstractFeatureCollection.FeatureCollectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

featureCollectionJTable

javax.swing.JTable featureCollectionJTable

Class edu.indiana.iucbrf.feature.AbstractFeatureCollection.FeatureCollectionTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

rows

java.util.ArrayList<E> rows

domain

Domain domain

rowHeight

int[] rowHeight

colWidth

int[] colWidth

objJC

ObjectJComponentPair objJC

Class edu.indiana.iucbrf.feature.CharacterFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.CouldNotAdjustException extends java.lang.RuntimeException implements Serializable

Serialized Fields

feature

Feature feature

amount

double amount

Class edu.indiana.iucbrf.feature.DBFeatureKeyIntFactory extends FeatureKeyIntFactory implements Serializable

Class edu.indiana.iucbrf.feature.DoubleFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.DoubleFeatureInputPanel extends FieldFeatureInputPanel implements Serializable

Class edu.indiana.iucbrf.feature.ExceptionFeature extends AbstractFeature implements Serializable

Serialized Fields

message

java.lang.String message

Class edu.indiana.iucbrf.feature.FeatureCollectionInputPanel extends FeatureInputPanel implements Serializable

Serialized Fields

domain

Domain domain

featureInputPanels

java.util.HashMap<K,V> featureInputPanels

collectionType

int collectionType

Class edu.indiana.iucbrf.feature.FeatureInputPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

allowUnknowns

boolean allowUnknowns

Class edu.indiana.iucbrf.feature.FeatureKeyFactory extends java.lang.Object implements Serializable

Serialized Fields

dbFactory

boolean dbFactory

info

DBInfo info

nextKeyValueSet

boolean nextKeyValueSet

Class edu.indiana.iucbrf.feature.FeatureKeyInt extends java.lang.Object implements Serializable

Serialized Fields

intValue

int intValue

Class edu.indiana.iucbrf.feature.FeatureKeyIntFactory extends FeatureKeyFactory implements Serializable

Serialized Fields

nextKey

int nextKey

Class edu.indiana.iucbrf.feature.FeatureKeyObj extends java.lang.Object implements Serializable

Serialized Fields

objValue

java.lang.Object objValue

Class edu.indiana.iucbrf.feature.FeatureLabelPairPanel extends javax.swing.JPanel implements Serializable

Class edu.indiana.iucbrf.feature.FeatureMap extends AbstractFeatureCollection implements Serializable

Serialized Fields

features

java.util.HashMap<K,V> features

Class edu.indiana.iucbrf.feature.FieldFeatureInputPanel extends FeatureInputPanel implements Serializable

Serialized Fields

field

javax.swing.JTextField field

Class edu.indiana.iucbrf.feature.InetAddressFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.InetAddressFeatureInputPanel extends FieldFeatureInputPanel implements Serializable

Class edu.indiana.iucbrf.feature.IntegerFeature extends AbstractFeature implements Serializable

Serialized Fields

intValue

int intValue

Class edu.indiana.iucbrf.feature.IntegerFeatureInputPanel extends FieldFeatureInputPanel implements Serializable

Class edu.indiana.iucbrf.feature.LongStringFeature extends StringFeature implements Serializable

Class edu.indiana.iucbrf.feature.NullFeatureInputPanel extends FeatureInputPanel implements Serializable

Class edu.indiana.iucbrf.feature.ObjectFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.OrderedFeatureMap extends FeatureMap implements Serializable

Class edu.indiana.iucbrf.feature.StringFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.StringFeatureInputPanel extends FeatureInputPanel implements Serializable

Serialized Fields

textComponent

javax.swing.text.JTextComponent textComponent

isLong

boolean isLong

Class edu.indiana.iucbrf.feature.TableFeature extends AbstractFeature implements Serializable

Serialized Fields

collectionTypeThisIsIn

int collectionTypeThisIsIn

featureKey

FeatureKey featureKey

Class edu.indiana.iucbrf.feature.TableFeatureInputPanel extends FeatureInputPanel implements Serializable

Serialized Fields

collectionType

int collectionType

tableFeatureKey

FeatureKey tableFeatureKey

featureCollectionInputPanel

FeatureCollectionInputPanel featureCollectionInputPanel

Class edu.indiana.iucbrf.feature.TermVectorFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.TermVectorFeatureInputPanel extends FeatureInputPanel implements Serializable

Class edu.indiana.iucbrf.feature.TextTermVectorPair extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

tv

iglu.ir.TermVector tv
A term vector, containing keywords for the text. May be null if no keywords are available.


Package edu.indiana.iucbrf.feature.differentiator

Class edu.indiana.iucbrf.feature.differentiator.AbstractFeatureDifferentiator extends java.lang.Object implements Serializable

Serialized Fields

normalizationValue

double normalizationValue
The calculated difference is normalized (divided by) this value. Default is 1.0 (hence no normalization).

Class edu.indiana.iucbrf.feature.differentiator.EqualityFeatureDifferentiator extends AbstractFeatureDifferentiator implements Serializable

Class edu.indiana.iucbrf.feature.differentiator.NeighborhoodFeatureDifferentiator extends AbstractFeatureDifferentiator implements Serializable

Serialized Fields

neighborhoodRadius

double neighborhoodRadius

featDiff

FeatureDifferentiator featDiff

Class edu.indiana.iucbrf.feature.differentiator.SubtractionFeatureDifferentiator extends AbstractFeatureDifferentiator implements Serializable

Class edu.indiana.iucbrf.feature.differentiator.TermVectorFeatureDifferentiator extends AbstractFeatureDifferentiator implements Serializable

Class edu.indiana.iucbrf.feature.differentiator.TextTermVectorPairFeatureDifferentiator extends TermVectorFeatureDifferentiator implements Serializable


Package edu.indiana.iucbrf.feature.event

Class edu.indiana.iucbrf.feature.event.FeatureCollectionAdapter extends java.lang.Object implements Serializable

Class edu.indiana.iucbrf.feature.event.FeatureCollectionEvent extends java.util.EventObject implements Serializable

Serialized Fields

key

FeatureKey key

Package edu.indiana.iucbrf.feature.featurespec

Class edu.indiana.iucbrf.feature.featurespec.AbstractFeatureSpecCollection extends java.lang.Object implements Serializable

Serialized Fields

title

java.lang.String title

Class edu.indiana.iucbrf.feature.featurespec.CCBRFeatureSpec extends FeatureSpec implements Serializable

Serialized Fields

question

Question question

Class edu.indiana.iucbrf.feature.featurespec.CCBRFeatureSpecRDB extends FeatureSpecRDB implements Serializable

Class edu.indiana.iucbrf.feature.featurespec.FeatureSpec extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

extraData

java.util.HashMap<K,V> extraData

name

java.lang.String name

description

java.lang.String description

type

java.lang.Class<T> type

featureKey

FeatureKey featureKey

format

FeatureValueFormat format

isPrintable

boolean isPrintable

isSubFeature

boolean isSubFeature

standardConstructor

java.lang.reflect.Constructor<T> standardConstructor

Class edu.indiana.iucbrf.feature.featurespec.FeatureSpecCollectionJList extends javax.swing.JList implements Serializable

Class edu.indiana.iucbrf.feature.featurespec.FeatureSpecCollectionListModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

featureSpecComponents

java.util.ArrayList<E> featureSpecComponents

featureKeyOrder

java.util.ArrayList<E> featureKeyOrder

Class edu.indiana.iucbrf.feature.featurespec.FeatureSpecEditor extends javax.swing.JComponent implements Serializable

Serialized Fields

answerTypeComboBox

javax.swing.JComboBox answerTypeComboBox

questionEntry

javax.swing.JTextArea questionEntry

descriptionEntry

javax.swing.JTextArea descriptionEntry

domain

Domain domain

forCCBRDomain

boolean forCCBRDomain

Class edu.indiana.iucbrf.feature.featurespec.FeatureSpecMap extends AbstractFeatureSpecCollection implements Serializable

Serialized Fields

featureSpecs

java.util.LinkedHashMap<K,V> featureSpecs

Class edu.indiana.iucbrf.feature.featurespec.FeatureSpecRDB extends AbstractFeatureSpecCollection implements Serializable

Serialized Fields

iterator

java.util.Iterator<E> iterator

stmt

java.sql.Statement stmt

con

java.sql.Connection con

domain

Domain domain

featureSpecRDBInfo

FeatureSpecRDBInfo featureSpecRDBInfo

cacheMap

FeatureSpecMap cacheMap

specsIntoCacheReady

boolean specsIntoCacheReady

specsLoaderThread

DBLoaderThread specsLoaderThread

Package edu.indiana.iucbrf.feature.finiteset

Class edu.indiana.iucbrf.feature.finiteset.AbstractFSMFeature extends AbstractFeature implements Serializable

Class edu.indiana.iucbrf.feature.finiteset.BooleanFeature extends AbstractFSMFeature implements Serializable

Class edu.indiana.iucbrf.feature.finiteset.FiveSeverityFeature extends AbstractFSMFeature implements Serializable

Class edu.indiana.iucbrf.feature.finiteset.FSMFeatureInputPanel extends FeatureInputPanel implements Serializable

Serialized Fields

combo

javax.swing.JComboBox combo

fsmFeature

FSMFeature fsmFeature

UNKNOWN_VALUE

java.lang.String UNKNOWN_VALUE

Class edu.indiana.iucbrf.feature.finiteset.KeyToValueToDouble extends java.util.HashMap implements Serializable

Class edu.indiana.iucbrf.feature.finiteset.YesNoFeature extends AbstractFSMFeature implements Serializable


Package edu.indiana.iucbrf.feature.format

Class edu.indiana.iucbrf.feature.format.DisplayMapFeatureValueFormat extends java.lang.Object implements Serializable

Serialized Fields

valueToDisplayMap

java.util.HashMap<K,V> valueToDisplayMap

Class edu.indiana.iucbrf.feature.format.NumberFeatureValueFormat extends java.lang.Object implements Serializable

Serialized Fields

numberFormat

java.text.NumberFormat numberFormat

Package edu.indiana.iucbrf.feature.unknown

Class edu.indiana.iucbrf.feature.unknown.AbstractCompositeUFH extends AbstractUnknownFeatureHandler implements Serializable

Class edu.indiana.iucbrf.feature.unknown.AbstractUnknownFeatureHandler extends java.lang.Object implements Serializable

Serialized Fields

debugMode

boolean debugMode

Class edu.indiana.iucbrf.feature.unknown.AggregateFeatureValueSet extends RunningAggregateSet implements Serializable

Serialized Fields

componentFactory

ComponentFactory componentFactory

Class edu.indiana.iucbrf.feature.unknown.BayesianConsistentRegionAggregate extends RegionAggregate implements Serializable

Serialized Fields

pd

ProblemDifferentiator pd

Class edu.indiana.iucbrf.feature.unknown.DefaultDifference extends java.lang.Object implements Serializable

Serialized Fields

defaultDiff

double defaultDiff
The default difference, to be used for any feature for which no specific mapping value is provided.


defaultDiffMap

DoubleMap defaultDiffMap
Exceptions to the defaultDiff member variable above, for specified features.


debugMode

boolean debugMode

Class edu.indiana.iucbrf.feature.unknown.DefaultValue extends AbstractUnknownFeatureHandler implements Serializable

Serialized Fields

defaultValue

double defaultValue
The default value, to be used for any feature for which no specific mapping value is provided.


defaultValueMap

DoubleMap defaultValueMap
Exceptions to the defaultValue member variable above, for specified features.


storeEstimates

boolean storeEstimates
When true, estimated values (calculated by getDefaultValue()) and the confidence are stored in the associated problem.


domain

Domain domain

useEstimates

boolean useEstimates
When true, estimates are used (if applicable) just as definitely known features in this unknown feature handler.

Class edu.indiana.iucbrf.feature.unknown.DependenceCompositeUFH extends AbstractCompositeUFH implements Serializable

Serialized Fields

indepUFH

UnknownFeatureHandler indepUFH

highlyDepUFH

UnknownFeatureHandler highlyDepUFH

featureStats

FeatureStats featureStats

Class edu.indiana.iucbrf.feature.unknown.FullAggregate extends DefaultValue implements Serializable

Serialized Fields

aggs

AggregateFeatureValueSet aggs

currentConf

double currentConf

totalNumFeaturesPlus1

double totalNumFeaturesPlus1

Class edu.indiana.iucbrf.feature.unknown.NNAggregate extends DefaultValue implements Serializable

Serialized Fields

cb

CaseBase cb

nearValueFinder

Retrieval nearValueFinder

featuresKnownChecker

FeaturesKnownChecker featuresKnownChecker

useOnlyDependentFeatures

boolean useOnlyDependentFeatures

featureStats

FeatureStats featureStats

Class edu.indiana.iucbrf.feature.unknown.OracleRegionAggregate extends RegionAggregate implements Serializable

Class edu.indiana.iucbrf.feature.unknown.RegionAggregate extends DefaultValue implements Serializable

Serialized Fields

cb

PartitionedCaseBase cb

fullAggValues

FullAggregate[] fullAggValues

currentProblem

Problem currentProblem
The most recent problem for which an equivalence class was found.


currentEqClass

int currentEqClass
The ID of the equivalence class corresponding to currentProblem.


Package edu.indiana.iucbrf.maintenance

Class edu.indiana.iucbrf.maintenance.AlwaysAddMaintenance extends Maintenance implements Serializable

Class edu.indiana.iucbrf.maintenance.Maintenance extends java.lang.Object implements Serializable

Serialized Fields

checkRemoveFrequency

int checkRemoveFrequency

Class edu.indiana.iucbrf.maintenance.NullMaintenance extends Maintenance implements Serializable

Class edu.indiana.iucbrf.maintenance.ThresholdBasedAdditionMaintenance extends Maintenance implements Serializable

Serialized Fields

minAllowedDistance

double minAllowedDistance

problemDifferentiator

ProblemDifferentiator problemDifferentiator

Class edu.indiana.iucbrf.maintenance.UnusedRemovedMaintenance extends Maintenance implements Serializable


Package edu.indiana.iucbrf.performancemonitor

Class edu.indiana.iucbrf.performancemonitor.PerformanceMonitor extends java.lang.Object implements Serializable

Serialized Fields

totalRetrievalTime

double totalRetrievalTime
The average time spent on case retrieval for all problems seen so far.


retrievalStartTime

long retrievalStartTime

totalAdaptationTime

double totalAdaptationTime
The average time spent on case adaptation for all problems seen so far.


adaptationStartTime

long adaptationStartTime

problemCount

double problemCount
Problems seen by the system.


solutionCount

double solutionCount
Problems solved by the system.


consistentSolutionCount

double consistentSolutionCount

qualityRatingSum

double qualityRatingSum

solvedWellCount

double solvedWellCount

debugMode

boolean debugMode
Set to true to get diagnostic prints to screen. Otherwise set to false.

Class edu.indiana.iucbrf.performancemonitor.PerformanceReportWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

featureID1Combo

javax.swing.JComboBox featureID1Combo

featureID2Combo

javax.swing.JComboBox featureID2Combo

generateDistributionButton

javax.swing.JButton generateDistributionButton

title

java.lang.String title

featureID1ToGenerate

int featureID1ToGenerate

featureID2ToGenerate

int featureID2ToGenerate

systemAge

double systemAge

Class edu.indiana.iucbrf.performancemonitor.SolutionQuality extends java.lang.Object implements Serializable

Serialized Fields

solvedWell

boolean solvedWell
If the Solution is "good enough" (according to determineSolutionQuality()), then this is true.


solutionQualityRating

double solutionQualityRating
A numerical quality rating for these solutions.


Package edu.indiana.iucbrf.problem

Class edu.indiana.iucbrf.problem.DevelopingProblem extends Problem implements Serializable

Serialized Fields

known

Problem known

partial

Problem partial

domain

CCBRDomain domain

conBlockSelector

ConversationBlockSelector conBlockSelector

Class edu.indiana.iucbrf.problem.Problem extends java.lang.Object implements Serializable

Serialized Fields

features

FeatureCollection features
A collection of the features.

Class edu.indiana.iucbrf.problem.ProblemIndices extends Problem implements Serializable


Package edu.indiana.iucbrf.problem.differentiator

Class edu.indiana.iucbrf.problem.differentiator.AbstractProblemDifferentiator extends java.lang.Object implements Serializable

Serialized Fields

unknownFeatureHandler

UnknownFeatureHandler unknownFeatureHandler

similarityWts

DoubleCollection similarityWts
Similarity weights indicate the relative importance of each problem feature in similarity comparisons.


defaultIndices

java.util.HashSet<E> defaultIndices
The set of index keys (the problem features used in some types of case base organization).


keyToFeatureDifferentiator

java.util.HashMap<K,V> keyToFeatureDifferentiator
A map from FeatureKey to FeatureDifferentiator, that will override the default FeatureDifferentiator (returned by the FeatureSpec's getDefaultFeatureDifferentiator()) for a Feature's variable type (defined in Feature.getDefaultVariableType()).

Class edu.indiana.iucbrf.problem.differentiator.AverageIgnoreProblemDifferentiator extends AverageProblemDifferentiator implements Serializable

Class edu.indiana.iucbrf.problem.differentiator.AverageProblemDifferentiator extends AbstractProblemDifferentiator implements Serializable

Class edu.indiana.iucbrf.problem.differentiator.CountMismatchProblemDifferentiator extends AbstractProblemDifferentiator implements Serializable

Class edu.indiana.iucbrf.problem.differentiator.EuclideanProblemDifferentiator extends AbstractProblemDifferentiator implements Serializable

Class edu.indiana.iucbrf.problem.differentiator.NormalizedEuclideanProblemDifferentiator extends EuclideanProblemDifferentiator implements Serializable

Serialized Fields

sqrtSimWtsSum

double sqrtSimWtsSum

initialized

boolean initialized

Package edu.indiana.iucbrf.retrieval

Class edu.indiana.iucbrf.retrieval.AbstractRetrieval extends java.lang.Object implements Serializable

Serialized Fields

debugMode

boolean debugMode

problemDifferentiator

ProblemDifferentiator problemDifferentiator

conditionsChecker

RetrievalConditionsChecker conditionsChecker

Class edu.indiana.iucbrf.retrieval.FeaturesKnownChecker extends java.lang.Object implements Serializable

Serialized Fields

featureToKnow

FeatureKey featureToKnow

featureArrayToKnow

FeatureKey[] featureArrayToKnow

Class edu.indiana.iucbrf.retrieval.kNN extends AbstractRetrieval implements Serializable

Serialized Fields

k

int k
k is the number of cases that are retrieved.

Class edu.indiana.iucbrf.retrieval.RisingThresholdRetrieval extends ThresholdRetrieval implements Serializable

Serialized Fields

multiplier

double multiplier

baseThreshold

double baseThreshold

recentActualThreshold

double recentActualThreshold

Class edu.indiana.iucbrf.retrieval.ThresholdRetrieval extends AbstractRetrieval implements Serializable

Class edu.indiana.iucbrf.retrieval.ThresholdRetrieval.ThresholdConditionsChecker extends java.lang.Object implements Serializable

Serialized Fields

threshold

double threshold

Package edu.indiana.iucbrf.solution

Class edu.indiana.iucbrf.solution.Solution extends java.lang.Object implements Serializable

Serialized Fields

firstFeatureKey

FeatureKey firstFeatureKey

features

FeatureCollection features

Package edu.indiana.iucbrf.util

Class edu.indiana.iucbrf.util.ListViewerWithDomain extends ListViewer implements Serializable

Serialized Fields

domain

Domain domain

Package edu.indiana.util

Class edu.indiana.util.MutableDouble extends java.lang.Object implements Serializable

Serialized Fields

value

double value

Class edu.indiana.util.MutableInteger extends java.lang.Object implements Serializable

Serialized Fields

value

int value

Class edu.indiana.util.MutableLong extends java.lang.Object implements Serializable

Serialized Fields

value

long value

Class edu.indiana.util.Utility.CurrentStackTrace extends java.lang.Exception implements Serializable


Package edu.indiana.util.clustering

Class edu.indiana.util.clustering.LinkedListEquivalenceClass extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

prototype

EquivalenceClassMember prototype

members

java.util.LinkedList<E> members

classDiff

double classDiff

Package edu.indiana.util.db

Class edu.indiana.util.db.RDBCollectionID extends java.lang.Object implements Serializable

Serialized Fields

intValue

int intValue

Class edu.indiana.util.db.RDBHashMap extends java.util.HashMap implements Serializable

Serialized Fields

driverInfo

JDBCDriverInfo driverInfo

collectionInfo

RDBCollectionInfo collectionInfo

collectionID

RDBCollectionID collectionID

Class edu.indiana.util.db.RDBHashSet extends java.util.HashSet implements Serializable

Serialized Fields

driverInfo

JDBCDriverInfo driverInfo

collectionInfo

RDBCollectionInfo collectionInfo

collectionID

RDBCollectionID collectionID

Package edu.indiana.util.db.exception

Class edu.indiana.util.db.exception.InvalidCollectionIDException extends RDBException implements Serializable

Class edu.indiana.util.db.exception.NullTableNameException extends RDBException implements Serializable

Class edu.indiana.util.db.exception.RDBException extends java.lang.Exception implements Serializable

Serialized Fields

message

java.lang.String message

Package edu.indiana.util.distribution

Class edu.indiana.util.distribution.BinomialDistribution extends java.lang.Object implements Serializable

Serialized Fields

pSuccess

double pSuccess

Class edu.indiana.util.distribution.ClampedNormalDistribution extends NormalDistribution implements Serializable

Serialized Fields

min

double min

max

double max

Class edu.indiana.util.distribution.DistributionMap extends java.lang.Object implements Serializable

Serialized Fields

dists

java.util.HashMap<K,V> dists

Class edu.indiana.util.distribution.DummyDistribution extends java.lang.Object implements Serializable

Class edu.indiana.util.distribution.NormalDistribution extends java.lang.Object implements Serializable

Serialized Fields

mean

double mean

standardDeviation

double standardDeviation

Class edu.indiana.util.distribution.SelectionDistribution extends java.lang.Object implements Serializable

Serialized Fields

distSelector

Distribution distSelector

possDistributions

Distribution[] possDistributions

Class edu.indiana.util.distribution.UniformDistribution extends java.lang.Object implements Serializable

Serialized Fields

low

double low

high

double high

Package edu.indiana.util.doublecollection

Class edu.indiana.util.doublecollection.DoubleMap extends java.lang.Object implements Serializable

Serialized Fields

values

java.util.HashMap<K,V> values

wasLastValueKnown

boolean wasLastValueKnown

Package edu.indiana.util.statistics

Class edu.indiana.util.statistics.RunningAggregateSet extends java.lang.Object implements Serializable

Serialized Fields

aggs

java.util.HashMap<K,V> aggs

Class edu.indiana.util.statistics.RunningAggregateSet.AggregateNotSetException extends java.lang.RuntimeException implements Serializable

Class edu.indiana.util.statistics.RunningMean extends java.lang.Object implements Serializable

Serialized Fields

sum

double sum

numElements

int numElements

max

double max

min

double min

Class edu.indiana.util.statistics.RunningRoundedMean extends RunningMean implements Serializable

Class edu.indiana.util.statistics.RunningVote extends java.lang.Object implements Serializable

Serialized Fields

votes

java.util.HashMap<K,V> votes
A mapping from a Double value to the number of votes (a MutableDouble) received for that value so far.


majorityValue

java.lang.Double majorityValue
The value of the current majority. Also serves as a key into the votes HashMap.


majorityVoteCount

double majorityVoteCount
The number of votes the majority value has received.


totalVoteCount

double totalVoteCount
The total number of votes being tracked in this RunningVote object.


Package edu.indiana.util.swing

Class edu.indiana.util.swing.ListViewer extends javax.swing.JPanel implements Serializable

Serialized Fields

list

javax.swing.JList list

selectedDisplay

javax.swing.JScrollPane selectedDisplay

detailLevel

int detailLevel

Class edu.indiana.util.swing.ScrollableJPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

maxUnitIncrement

int maxUnitIncrement

Class edu.indiana.util.swing.SelectableJList extends javax.swing.JList implements Serializable