Serialized Form


Package FreeCBR

Class FreeCBR.CBR extends java.lang.Object implements Serializable

Serialized Fields

fileHandler

FreeCBR.FileHandler fileHandler
Data file handler

Since:
1.0

log

FreeCBR.Logger log
Logger - handles logging. If null then no logging.

Since:
1.0

verbose

boolean verbose
Should the logging be verbose?

Since:
1.0

INFINITY_CONSTANT

int INFINITY_CONSTANT
Values further away than this are considered infinity

Since:
1.0

data

FreeCBR.CBRdata data
The actual data set

Since:
1.0

Class FreeCBR.Feature extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value
Contains the feature value


featureType

short featureType
Contains the feature type


undefined

boolean undefined
Is this feature undefined? Default no.

Class FreeCBR.GUI extends javax.swing.JFrame implements Serializable

Serialized Fields

newSet

boolean newSet
true if there is no file associated with the case set - the case set is created


cbr

CBR cbr
Current data set. If null then no data set is in memory


scrollPane

javax.swing.JScrollPane scrollPane
Scroll pane


table

javax.swing.JTable table
The table


cbrModel

FreeCBR.CBRTableModel cbrModel
The table model used by the table


startVerbose

boolean startVerbose
Verbose flag specified at start up


startSilent

boolean startSilent
Silence flag specified at start up


startLogfile

java.lang.String startLogfile
Log file specified at startup



Public Domain