Serialized Form

Class com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer implements Serializable


Class com.huguesjohnson.jail.neuralNetwork.BackPropagationNetwork implements Serializable

Serialized Fields

inputLayer

com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer inputLayer
the input layer for the network


hiddenLayer

com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer hiddenLayer
the hidden layer for the network


outputLayer

com.huguesjohnson.jail.neuralNetwork.BackPropagationLayer outputLayer
the output layer for the network


Class com.huguesjohnson.jail.neuralNetwork.BiasNeuron implements Serializable

Serialized Fields

bias

double bias
the value that the neuron will always output


Class com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


messageBox

javax.swing.JTextArea messageBox
textbox to display messages


Class com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


objectBrowserInternalFrame

com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame objectBrowserInternalFrame
reference to the object browser (tree)


objectViewerInternalFrame

com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame objectViewerInternalFrame
reference to the object viewer (grid)


debugMessageInternalFrame

com.huguesjohnson.jail.jailBreak.JailBreakDebugMessageInternalFrame debugMessageInternalFrame
reference to the debug message window


Class com.huguesjohnson.jail.jailBreak.JailBreakMainFrame implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


statusBar

com.huguesjohnson.jail.jailBreak.JailBreakStatusbar statusBar
reference to the statusbar for this frame


toolBar

com.huguesjohnson.jail.jailBreak.JailBreakToolbar toolBar
reference to the toolbar for this frame


menuBar

com.huguesjohnson.jail.jailBreak.JailBreakMenu menuBar
reference to the menubar for this frame


desktopPane

com.huguesjohnson.jail.jailBreak.JailBreakDesktopPane desktopPane
reference to the desktop pane for this frame


Class com.huguesjohnson.jail.jailBreak.JailBreakMenu implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


Class com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


Class com.huguesjohnson.jail.jailBreak.wizard.JailBreakNewBackPropagationNetworkWizard implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


exitAction

com.huguesjohnson.jail.jailBreak.event.JailBreakActionEvent exitAction
the action selected by the user when the dialog is exited


inputLayerSizeField

javax.swing.JFormattedTextField inputLayerSizeField
formatted text field to enter input layer size


hiddenLayerSizeField

javax.swing.JFormattedTextField hiddenLayerSizeField
formatted text field to enter hidden layer size


outputLayerSizeField

javax.swing.JFormattedTextField outputLayerSizeField
formatted text field to enter ouyput layer size


inputSizeField

javax.swing.JFormattedTextField inputSizeField
formatted text field to enter input size


punishRateField

javax.swing.JFormattedTextField punishRateField
formatted text field to enter punish rate


rewardRateField

javax.swing.JFormattedTextField rewardRateField
formatted text field to enter reward rate


errorThresholdField

javax.swing.JFormattedTextField errorThresholdField
formatted text field to enter error threshold


minWeightField

javax.swing.JFormattedTextField minWeightField
formatted text field to enter minimum weight


maxWeightField

javax.swing.JFormattedTextField maxWeightField
formatted text field to enter maximum weight


helpText

javax.swing.JLabel helpText
text area to display help


Class com.huguesjohnson.jail.jailBreak.JailBreakObjectBrowserInternalFrame implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


insertButton

javax.swing.JButton insertButton
reference to insert button


removeButton

javax.swing.JButton removeButton
reference to remove button


tree

com.huguesjohnson.jail.jailBreak.JailBreakNetworkTree tree
reference to the tree


Class com.huguesjohnson.jail.jailBreak.JailBreakObjectViewerInternalFrame implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


settingsTable

com.huguesjohnson.jail.jailBreak.JailBreakTable settingsTable
reference to the settings table


inputTable

com.huguesjohnson.jail.jailBreak.JailBreakTable inputTable
reference to the input table


weightsTable

com.huguesjohnson.jail.jailBreak.JailBreakTable weightsTable
reference to the weights table


desiredOutputTable

com.huguesjohnson.jail.jailBreak.JailBreakTable desiredOutputTable
reference to the desired output table


outputTable

com.huguesjohnson.jail.jailBreak.JailBreakTable outputTable
reference to the output table


firstPaint

boolean firstPaint
is this the first time this component has been painted?


inputOutputSplitPane

javax.swing.JSplitPane inputOutputSplitPane
split pane holding input/output tables


settingsSplitPane

javax.swing.JSplitPane settingsSplitPane
split pane holding settings tables


Class com.huguesjohnson.jail.jailBreak.wizard.JailBreakStartupWizard implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


workingDirectory

java.lang.String workingDirectory
the working directory


exitAction

com.huguesjohnson.jail.jailBreak.event.JailBreakEvent exitAction
the action selected by the user when the dialog is exited


newList

javax.swing.JList newList
list of new components


newListModel

javax.swing.DefaultListModel newListModel
underlying model for list of new components


fileTextField

javax.swing.JTextField fileTextField
textfield to allow user to input a file


Class com.huguesjohnson.jail.jailBreak.JailBreakStatusbar implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


Class com.huguesjohnson.jail.jailBreak.JailBreakTable implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


originalCellValue

java.lang.String originalCellValue
original value of the last selected cell


tableModel

javax.swing.table.DefaultTableModel tableModel
the underlying model for this table


Class com.huguesjohnson.jail.jailBreak.JailBreakToolbar implements Serializable

Serialized Fields

resourcePath

java.lang.String resourcePath
the path to the folder containing images for current theme


defaultResourcePath

java.lang.String defaultResourcePath
the path to the folder containing default images


Class com.huguesjohnson.jail.neuralNetwork.KohonenLayer implements Serializable


Class com.huguesjohnson.jail.neuralNetwork.KohonenNeuron implements Serializable


Class com.huguesjohnson.jail.neuralNetwork.Layer implements Serializable

Serialized Fields

neurons

java.util.Vector neurons
vector of neurons stored in the layer


output

double[] output
the output of the layer


error

double error
error of the layer


myThread

java.lang.Thread myThread
thread for this class


Class com.huguesjohnson.jail.neuralNetwork.LayerException implements Serializable


Class com.huguesjohnson.jail.neuralNetwork.NeuralNetwork implements Serializable

Serialized Fields

myThread

java.lang.Thread myThread
thread for this class


Class com.huguesjohnson.jail.neuralNetwork.NeuralNetworkException implements Serializable


Class com.huguesjohnson.jail.jailBreak.tree.NeuralNetworkTreeNode implements Serializable

Serialized Fields

caption

java.lang.String caption
the caption for this node


Class com.huguesjohnson.jail.neuralNetwork.Neuron implements Serializable

Serialized Fields

inputs

double[] inputs
array of input to the neuron


weights

double[] weights
array of weights in network


doneTraining

boolean doneTraining
training status of a neuron


desiredOutput

double desiredOutput
desired output for neuron


punishRate

double punishRate
punish rate for neuron


rewardRate

double rewardRate
reward rate for neuron


errorThreshold

double errorThreshold
error threshold for neuron


Class com.huguesjohnson.jail.neuralNetwork.NeuronException implements Serializable


Class com.huguesjohnson.jail.neuralNetwork.Perceptron implements Serializable


Class com.huguesjohnson.ui.SplashScreen implements Serializable

Serialized Fields

splashImage

java.awt.Image splashImage
the image to display