Serialized Form


Package org.simbrain.gauge

Class org.simbrain.gauge.GaugeFrame extends JInternalFrame implements Serializable

Serialized Fields

workspace

Workspace workspace
Current workspace.


gaugePanel

GaugePanel gaugePanel
Gauge panel.


name

String name
Name of gauge.


defaultDirectory

String defaultDirectory
Default directory.


path

String path
Path. Used by Castor.


xpos

int xpos
Current x position. Used by Castor so as not to conflict with Component's getX().


ypos

int ypos
Current y postion. Used by Castor so as not to conflict with Component's getY().


theWidth

int theWidth
Width of frame. Used by Castor.


theHeight

int theHeight
Height of frame. Used by Castor.ee


changedSinceLastSave

boolean changedSinceLastSave
Has gauge changed since last save.


mb

JMenuBar mb
Menu bar.


fileMenu

JMenu fileMenu
File menu.


open

JMenuItem open
Open menu item.


save

JMenuItem save
Save menu item.


saveAs

JMenuItem saveAs
Save as menu item.


fileOpsMenu

JMenu fileOpsMenu
Import/export menu.


importCSV

JMenuItem importCSV
Import CSV file.


exportLow

JMenuItem exportLow
Export low dimensional CSV.


exportHigh

JMenuItem exportHigh
Export hi dimensional CSV.


close

JMenuItem close
Close gauge menu item.


prefsMenu

JMenu prefsMenu
Preferences menu.


projectionPrefs

JMenuItem projectionPrefs
Projection preferences menu item.


graphicsPrefs

JMenuItem graphicsPrefs
Graphics preferences menu item.


generalPrefs

JMenuItem generalPrefs
General preferences menu item.


setAutozoom

JMenuItem setAutozoom
Set gauge auto zoom menu item.


helpMenu

JMenu helpMenu
Help menu.


helpItem

JMenuItem helpItem
Help menu item.


Package org.simbrain.gauge.graphics

Class org.simbrain.gauge.graphics.DialogCoordinate extends StandardDialog implements Serializable

Serialized Fields

theGauge

Gauge theGauge
Instance of gauge.


firstDimField

JTextField firstDimField
First dimension field.


secondDimField

JTextField secondDimField
Second dimension field.


autoFind

JCheckBox autoFind
Automatically use most variant dimensions.


defaultButton

JButton defaultButton
Restores default values.


myContentPane

LabelledItemPanel myContentPane
Layout panel.

Class org.simbrain.gauge.graphics.DialogGeneral extends StandardDialog implements Serializable

Serialized Fields

theGaugePanel

GaugePanel theGaugePanel
Gauge panel for which settings are changed.


perturbationFactor

JTextField perturbationFactor
Text field for setting pertubation factor.


tolerance

JTextField tolerance
Text field for setting value of tolerance.


addMethod

JComboBox addMethod
Methods for adding new datapoints.


defaultProjector

JComboBox defaultProjector
Projector to be used with every new gauge.


defaultButton

JButton defaultButton
Restores gauge preferencs defaults.


myContentPane

LabelledItemPanel myContentPane
Panel to add and organize content.

Class org.simbrain.gauge.graphics.DialogGraphics extends StandardDialog implements Serializable

Serialized Fields

theGaugePanel

GaugePanel theGaugePanel
Gauge panel for which settings are changed.


list

String[] list
Array of strings used in combo box.


colorPoints

JCheckBox colorPoints
Color points within gauge.


showError

JCheckBox showError
Show amound of error.


showStatus

JCheckBox showStatus
Show status of plots.


pointSize

JTextField pointSize
Size of points used to plot data.


numberIterations

JTextField numberIterations
Number of times to iterate.


cbChangeColor

JComboBox cbChangeColor
Selection for which item to change color of.


setButton

JButton setButton
Button for setting gauge colors.


myContentPane

LabelledItemPanel myContentPane
Panel defining layout of dialog.


colorPanel

JPanel colorPanel
Panel for color indicator.


colorIndicator

JPanel colorIndicator
Color indicator.


defaultButton

JButton defaultButton
Restores built-in defaults.

Class org.simbrain.gauge.graphics.DialogSammon extends StandardDialog implements Serializable

Serialized Fields

theGauge

Gauge theGauge
Gauge for which settings are changed.


epsilonField

JTextField epsilonField
Text field for showing and setting value of epsilon.


defaultButton

JButton defaultButton
Restores built-in defaults.


myContentPane

LabelledItemPanel myContentPane
Panel and layout for dialog.

Class org.simbrain.gauge.graphics.GaugePanel extends PCanvas implements Serializable

Serialized Fields

theThread

GaugeThread theThread
Thread of type gauge.


currentFile

File currentFile
Current file used to open gauge files.


onOffBox

JCheckBox onOffBox
Gauge on/off checkbox.


openBtn

JButton openBtn
Open button.


saveBtn

JButton saveBtn
Save button.


iterateBtn

JButton iterateBtn
Iterate once.


playBtn

JButton playBtn
Play button.


prefsBtn

JButton prefsBtn
Preferences button.


clearBtn

JButton clearBtn
Clear button.


randomBtn

JButton randomBtn
Random button.


projectionList

JComboBox projectionList
List of projector types.


bottomPanel

JPanel bottomPanel
Bottom panel.


theToolBar

JToolBar theToolBar
Toolbar for bottom panel.


statusBar

JToolBar statusBar
Status toolbar.


errorBar

JToolBar errorBar
Error bar.


pointsLabel

JLabel pointsLabel
Points indicator.


dimsLabel

JLabel dimsLabel
Dimension indicator.


errorLabel

JLabel errorLabel
Error indicator.


nodeList

ArrayList nodeList
List of nodes.


theGauge

Gauge theGauge
Current gauge.


keyEventHandler

KeyEventHandler keyEventHandler
Respond to key events.


mouseHandler

MouseEventHandler mouseHandler
Respond to mouse events.


autoZoom

boolean autoZoom
Auto zoom.


updateCompleted

boolean updateCompleted
Update completed.


colorMode

boolean colorMode
Color mode.


numIterationsBetweenUpdate

int numIterationsBetweenUpdate
Number of iterations between update.


showError

boolean showError
Show error option.


showStatus

boolean showStatus
Show status.


pointSize

double pointSize
Point size.


cam

PCamera cam
Piccolo camera.


pb

PPath pb
Piccolo path.


hotPoint

int hotPoint
Hot point.


hotColor

Color hotColor
Color of hot point.


defaultColor

Color defaultColor
Color of all other points.


backgroundColor

Color backgroundColor
Color of background.

Class org.simbrain.gauge.graphics.PNodeDatapoint extends PPath implements Serializable

Serialized Fields

index

int index
Index.


gaugePanel

GaugePanel gaugePanel
Reference to parent panel.


Package org.simbrain.network

Class org.simbrain.network.ClipboardEvent extends EventObject implements Serializable

Class org.simbrain.network.NetworkFrame extends JInternalFrame implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.


path

String path
Path to this network; used in persistence.


xpos

int xpos
x coordinate of this network frame; used in persistence.


ypos

int ypos
y coordinate of this network frame; used in persistence.


theWidth

int theWidth
width of this network frame; used in persistence.


theHeight

int theHeight
height of this network frame; used in persistence.


toolbars

JPanel toolbars
Container for toolbars.

Class org.simbrain.network.NetworkPanel extends PCanvas implements Serializable

Serialized Fields

network

StandardNetwork network
The model neural-network object.


editMode

EditMode editMode
Build mode.


selectionModel

NetworkSelectionModel selectionModel
Selection model.


actionManager

NetworkActionManager actionManager
Action manager.


contextMenu

JPopupMenu contextMenu
Cached context menu.


lastClickedPosition

Point2D lastClickedPosition
Last clicked position.


numberOfPastes

double numberOfPastes
Tracks number of pastes that have occurred; used to correctly position pasted objects.


lastSelectedNeuron

NeuronNode lastSelectedNeuron
Last selected Neuron.


backgroundColor

Color backgroundColor
Background color of network panel.


lineColor

Color lineColor
Color of all lines in network panel.


hotColor

float hotColor
Color of "active" neurons, with positive values.


coolColor

float coolColor
Color of "inhibited" neurons, with negative values.


excitatoryColor

Color excitatoryColor
Color of "excitatory" synapses, with positive values.


inhibitoryColor

Color inhibitoryColor
Color of "inhibitory" synapses, with negative values.


signalColor

Color signalColor
Colro of "signal" synapse.


spikingColor

Color spikingColor
Color of "spiking" synapse.


zeroWeightColor

Color zeroWeightColor
Color of "zero" weights.


serializer

NetworkSerializer serializer
Network serializer.


nodeList

ArrayList nodeList
Temporary storage of persistent nodes; used by Castor.


timeLabel

TimeLabel timeLabel
Label which displays current time.


southBar

JToolBar southBar
Reference to bottom JToolBar.


inOutMode

boolean inOutMode
Show input labels.


autoZoomMode

boolean autoZoomMode
Use auto zoom.


showSubnetOutline

boolean showSubnetOutline
Show subnet outline.


showTime

boolean showTime
Show time.


nudgeAmount

double nudgeAmount
How much to nudge objects per key click.


usingTabs

boolean usingTabs
Whether the files should use tabs or not.


maxDiameter

int maxDiameter
Maximum diameter of the circle representing the synapse.


minDiameter

int minDiameter
Maximum diameter of the circle representing the synapse.


hasChangedSinceLastSave

boolean hasChangedSinceLastSave
Whether this network has changed since the last save.


mainToolBar

JToolBar mainToolBar
Main tool bar.


editToolBar

JToolBar editToolBar
Edit tool bar.


clampToolBar

JToolBar clampToolBar
Clamp tool bar.


checkBoxes

ArrayList checkBoxes
A list of check boxes pertaining to "clamp" information. They are updated when the network clamp status changes.

Class org.simbrain.network.NetworkSelectionEvent extends EventObject implements Serializable

Serialized Fields

oldSelection

Set oldSelection
Old selection.


selection

Set selection
Selection.


Package org.simbrain.network.actions

Class org.simbrain.network.actions.AddGaugeAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.AlignHorizontalAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.AlignVerticalAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.BothWaysInteractionModeAction extends InteractionModeAction implements Serializable

Class org.simbrain.network.actions.ClampNeuronsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ClampWeightsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ClearNeuronsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ClearSelectionAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.CloseNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ConnectNeuronsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.


sourceNeurons

Collection sourceNeurons
Source neuron.


targetNeurons

Collection targetNeurons
Target neuron.

Class org.simbrain.network.actions.CopyAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.CutAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.DeleteAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.IterateNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NeitherWayInteractionModeAction extends InteractionModeAction implements Serializable

Class org.simbrain.network.actions.NetworkToWorldInteractionModeAction extends InteractionModeAction implements Serializable

Class org.simbrain.network.actions.NewBackpropNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewCompetitiveNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewElmanNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewHopfieldNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewLMSNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewNeuronAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewStandardNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.NewWTANetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.OpenNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.PanEditModeAction extends EditModeAction implements Serializable

Class org.simbrain.network.actions.PasteAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.RandomizeObjectsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.RunNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SaveAsNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SaveNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SelectAllAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SelectAllNeuronsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SelectAllWeightsAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SelectionEditModeAction extends EditModeAction implements Serializable

Class org.simbrain.network.actions.SetAutoZoomAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SetNeuronPropertiesAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SetSynapsePropertiesAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ShowClampToolBarAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ShowDebugAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ShowEditToolBarAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ShowHelpAction extends AbstractAction implements Serializable

Class org.simbrain.network.actions.ShowIOInfoAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ShowMainToolBarAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.ShowNetworkPreferencesAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SpaceHorizontalAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.SpaceVerticalAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.StopNetworkAction extends AbstractAction implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.actions.WorldToNetworkInteractionModeAction extends InteractionModeAction implements Serializable

Class org.simbrain.network.actions.ZoomEditModeAction extends EditModeAction implements Serializable


Package org.simbrain.network.dialog

Class org.simbrain.network.dialog.NetworkDialog extends StandardDialog implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.


list

String[] list
List of items for combo box.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


colorPanel

JPanel colorPanel
Color panel displays current color of item selected in combo box.


tabGraphics

JPanel tabGraphics
Graphics tab.


tabLogic

JPanel tabLogic
Logic tab.


tabMisc

JPanel tabMisc
Miscellaneous tab.


graphicsPanel

LabelledItemPanel graphicsPanel
Grahpics panel.


logicPanel

LabelledItemPanel logicPanel
Logic panel.


miscPanel

LabelledItemPanel miscPanel
Miscellaneous panel.


defaultButton

JButton defaultButton
Restore defaults button.


cbChangeColor

JComboBox cbChangeColor
Change color combo box.


changeColorButton

JButton changeColorButton
Change color of the item selected in combo box.


colorIndicator

JPanel colorIndicator
Color indicator.


weightSizeMaxSlider

JSlider weightSizeMaxSlider
Maximum size of weight slider.


weightSizeMinSlider

JSlider weightSizeMinSlider
Minimum size of weight slider.


precisionField

JTextField precisionField
Precision text field.


isRoundingBox

JCheckBox isRoundingBox
Rounding check box.


indentNetworkFilesBox

JCheckBox indentNetworkFilesBox
Indent network files check box.


nudgeAmountField

JTextField nudgeAmountField
Nudge amount text field.


showSubnetOutlineBox

JCheckBox showSubnetOutlineBox
Show subnet outline check box.


showTimeBox

JCheckBox showTimeBox
Show time check box.

Class org.simbrain.network.dialog.RandomPanel extends LabelledItemPanel implements Serializable

Serialized Fields

cbDistribution

JComboBox cbDistribution
Distribution combo box.


tfUpBound

JTextField tfUpBound
Upper bound field.


tfLowBound

JTextField tfLowBound
Lower bound field.


tfMean

JTextField tfMean
Mean value field.


tfStandardDeviation

JTextField tfStandardDeviation
Standard deviation field.


tsClipping

TristateDropDown tsClipping
Clipping combo box.


nullString

String nullString
Null string.


Package org.simbrain.network.dialog.network

Class org.simbrain.network.dialog.network.BackpropDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main panel.


numberOfInputUnits

JTextField numberOfInputUnits
Number of input units.


numberOfHiddenUnits

JTextField numberOfHiddenUnits
Number of hidden units.


numberOfOutputUnits

JTextField numberOfOutputUnits
Number of output units.


networkPanel

NetworkPanel networkPanel
Reference to network panel.

Class org.simbrain.network.dialog.network.BackpropPropertiesDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main Panel.


tfEta

JTextField tfEta
Epsilon value field.


tfMu

JTextField tfMu
Winner value field.


backprop

Backprop backprop
The model subnetwork.

Class org.simbrain.network.dialog.network.BackpropTrainingDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

Box mainPanel
The visual container for the sub panels.


topPanel

LabelledItemPanel topPanel
Top panel.


bottomPanel

LabelledItemPanel bottomPanel
Bottom panel.


userPanel

LabelledItemPanel userPanel
User panel.


batchPanel

LabelledItemPanel batchPanel
Batch panel.


propsPanel

LabelledItemPanel propsPanel
Properties panel.


tabbedPane

JTabbedPane tabbedPane
Tabbed Panel.


jbInputsFile

JButton jbInputsFile
Input file button.


jbOutputsFile

JButton jbOutputsFile
Output file button.


tfEpochs

JTextField tfEpochs
Ephchs field.


tfEta

JTextField tfEta
Eta field.


tfMu

JTextField tfMu
Mu field.


tfErrorInterval

JTextField tfErrorInterval
Error interval field.


jbRandomize

JButton jbRandomize
Randomize button.


jbTrain

JButton jbTrain
Train button.


jbPlay

JButton jbPlay
Play button.


jbStep

JButton jbStep
Step button.


rmsError

JLabel rmsError
Error label.


inputsTrain

double[][] inputsTrain
Inputs training value.


outputsTrain

double[][] outputsTrain
Outputs training value.


updateCompleted

boolean updateCompleted
Update completed boolean value.


backprop

Backprop backprop
Backprop network.


theThread

BackpropTrainingDialog.BPTDialogThread theThread
Backprop training dialog thread.

Class org.simbrain.network.dialog.network.CompetitiveDialog extends StandardDialog implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


tabLogic

JPanel tabLogic
Logic tab panel.


tabLayout

JPanel tabLayout
Layout tab panel.


logicPanel

LabelledItemPanel logicPanel
Logic panel.


layoutPanel

LayoutPanel layoutPanel
Layout panel.


tfNumNeurons

JTextField tfNumNeurons
Number of neurons field.


tfEpsilon

JTextField tfEpsilon
Epsilon field.


tfWinnerValue

JTextField tfWinnerValue
Winner value field.


tfLoserValue

JTextField tfLoserValue
Loser value field.


cbUseLeakyLearning

JCheckBox cbUseLeakyLearning
Leaky learning check box.


cbNormalizeInputs

JCheckBox cbNormalizeInputs
Normalize inputs check box.


tfLeakyEpsilon

JTextField tfLeakyEpsilon
Leaky epsilon.


networkPanel

NetworkPanel networkPanel
Network Panel.

Class org.simbrain.network.dialog.network.CompetitivePropertiesDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main Panel.


tfEpsilon

JTextField tfEpsilon
Epsilon value field.


tfWinnerValue

JTextField tfWinnerValue
Winner value field.


tfLoserValue

JTextField tfLoserValue
Loser value field.


tfLeakyEpsilon

JTextField tfLeakyEpsilon
Leaky epsilon value.


cbUseLeakyLearning

JCheckBox cbUseLeakyLearning
Leaky learning check box.


cbNormalizeInputs

JCheckBox cbNormalizeInputs
Normalize inputs check box.


competitive

Competitive competitive
The model subnetwork.

Class org.simbrain.network.dialog.network.ElmanDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main panel.


numberOfInputUnits

JTextField numberOfInputUnits
Number of input units.


numberOfHiddenUnits

JTextField numberOfHiddenUnits
Number of hidden units.

Class org.simbrain.network.dialog.network.HopfieldDialog extends StandardDialog implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


tabLogic

JPanel tabLogic
Logic tab panel.


tabLayout

JPanel tabLayout
Layout tab panel.


logicPanel

LabelledItemPanel logicPanel
Logic panel.


layoutPanel

LayoutPanel layoutPanel
Layout panel.


numberOfUnits

JTextField numberOfUnits
Number of units field.


cbUpdateOrder

JComboBox cbUpdateOrder
Network type combo box.


trainingFile

JButton trainingFile
Open training file button.


networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.dialog.network.HopfieldPropertiesDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main Panel.


cbUpdateOrder

JComboBox cbUpdateOrder
Network type combo box.


hop

Hopfield hop
The model subnetwork.

Class org.simbrain.network.dialog.network.LMSDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main panel.


numberOfInputUnits

JTextField numberOfInputUnits
Number of input units.


numberOfOutputUnits

JTextField numberOfOutputUnits
Number of output units.


networkPanel

NetworkPanel networkPanel
Reference to network panel.

Class org.simbrain.network.dialog.network.LMSPropertiesDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main Panel.


tfEta

JTextField tfEta
Learning rate value field.


lms

LMSNetwork lms
The model subnetwork.

Class org.simbrain.network.dialog.network.LMSTrainingDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

Box mainPanel
The visual container for the sub panels.


topPanel

LabelledItemPanel topPanel
Top panel.


bottomPanel

LabelledItemPanel bottomPanel
Bottom panel.


userPanel

LabelledItemPanel userPanel
User panel.


batchPanel

LabelledItemPanel batchPanel
Batch panel.


propsPanel

LabelledItemPanel propsPanel
Properties panel.


tabbedPane

JTabbedPane tabbedPane
Tabbed Panel.


jbInputsFile

JButton jbInputsFile
Input file button.


jbOutputsFile

JButton jbOutputsFile
Output file button.


tfEpochs

JTextField tfEpochs
Ephchs field.


tfEta

JTextField tfEta
Eta field.


jbRandomize

JButton jbRandomize
Randomize button.


jbTrain

JButton jbTrain
Train button.


jbPlay

JButton jbPlay
Play button.


jbStep

JButton jbStep
Step button.


rmsError

JLabel rmsError
Error label.


inputsTrain

double[][] inputsTrain
Inputs training value.


outputsTrain

double[][] outputsTrain
Outputs training value.


updateCompleted

boolean updateCompleted
Update completed boolean value.


lms

LMSNetwork lms
LMSNetwork network.


theThread

LMSTrainingDialog.BPTDialogThread theThread
Backprop training dialog thread.

Class org.simbrain.network.dialog.network.StandardNetworkDialog extends StandardDialog implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


tabLogic

JPanel tabLogic
Logic tab panel.


tabLayout

JPanel tabLayout
Layout tab panel.


logicPanel

LabelledItemPanel logicPanel
Logic panel.


layoutPanel

LayoutPanel layoutPanel
Layout panel.


tfNumNeurons

JTextField tfNumNeurons
Number of neurons field.


networkPanel

NetworkPanel networkPanel
Network Panel.

Class org.simbrain.network.dialog.network.WTADialog extends StandardDialog implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


tabLogic

JPanel tabLogic
Logic tab panel.


tabLayout

JPanel tabLayout
Layout tab panel.


logicPanel

LabelledItemPanel logicPanel
Logic panel.


layoutPanel

LayoutPanel layoutPanel
Layout panel.


numberOfUnits

JTextField numberOfUnits
Number of units field.


winnerValue

JTextField winnerValue
Winner value field.


loserValue

JTextField loserValue
Loser value field.


networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.dialog.network.WTAPropertiesDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main Panel.


winnerValue

JTextField winnerValue
Winner value field.


loserValue

JTextField loserValue
Loser value field.


wta

WinnerTakeAll wta
The model subnetwork.


Package org.simbrain.network.dialog.network.layout

Class org.simbrain.network.dialog.network.layout.AbstractLayoutPanel extends LabelledItemPanel implements Serializable

Class org.simbrain.network.dialog.network.layout.GridLayoutPanel extends AbstractLayoutPanel implements Serializable

Serialized Fields

tfNumColumns

JTextField tfNumColumns
Spacing field.


tfHSpacing

JTextField tfHSpacing
Spacing field.


tfVSpacing

JTextField tfVSpacing
Vertical spacing field.

Class org.simbrain.network.dialog.network.layout.LayoutPanel extends JPanel implements Serializable

Serialized Fields

cbLayouts

JComboBox cbLayouts
Layouts combo box.


layoutPanel

AbstractLayoutPanel layoutPanel
The current layout panel.


topPanel

LabelledItemPanel topPanel
Top panel.


mainPanel

JPanel mainPanel
Main panel.


layouts

AbstractLayoutPanel[] layouts
Array of layout panels available to a given network type.


parentDialog

JDialog parentDialog
Parent dialog pane.

Class org.simbrain.network.dialog.network.layout.LineLayoutPanel extends AbstractLayoutPanel implements Serializable

Serialized Fields

tfSpacing

JTextField tfSpacing
Spacing field.


cbLayouts

JComboBox cbLayouts
Layout style selected.


Package org.simbrain.network.dialog.neuron

Class org.simbrain.network.dialog.neuron.AbstractNeuronPanel extends JPanel implements Serializable

Serialized Fields

parentNet

Network parentNet
Parent network.


mainPanel

LabelledItemPanel mainPanel
Main panel.


neuronList

ArrayList neuronList
The neurons being modified.

Class org.simbrain.network.dialog.neuron.AdditiveNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfLambda

JTextField tfLambda
Lambda field.


tfResistance

JTextField tfResistance
Resistance field.


tfTimeStep

JTextField tfTimeStep
Time step field.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


mainTab

LabelledItemPanel mainTab
Main tab.


randTab

RandomPanel randTab
Random tab.


isClipping

TristateDropDown isClipping
Clipping combo box.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.

Class org.simbrain.network.dialog.neuron.BinaryNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfThreshold

JTextField tfThreshold
Threshold for this neuron.


tfBias

JTextField tfBias
Bias for this neuron.


mainTab

LabelledItemPanel mainTab
Main tab for neuron prefernces.

Class org.simbrain.network.dialog.neuron.ClampedNeuronPanel extends AbstractNeuronPanel implements Serializable

Class org.simbrain.network.dialog.neuron.DecayNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

cbRelAbs

TristateDropDown cbRelAbs
Relative absolute combo box.


tfDecayAmount

JTextField tfDecayAmount
Decay amount field.


tfDecayFraction

JTextField tfDecayFraction
Decay fraction field.


tfBaseLine

JTextField tfBaseLine
Base line field.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


mainTab

LabelledItemPanel mainTab
Main tab.


randTab

RandomPanel randTab
Random tab.


isClipping

TristateDropDown isClipping
Clipping combo box.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.

Class org.simbrain.network.dialog.neuron.ExponentialDecayNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfTimeStep

JTextField tfTimeStep
Time step field.


tfTimeConstant

JTextField tfTimeConstant
Time constant field.

Class org.simbrain.network.dialog.neuron.IACNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main panel.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


tfDecay

JTextField tfDecay
Decay field.


tfRest

JTextField tfRest
Rest field.


randTab

RandomPanel randTab
Random panel.


isClipping

TristateDropDown isClipping
Clipping combo box.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.

Class org.simbrain.network.dialog.neuron.IntegrateAndFireNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


mainTab

LabelledItemPanel mainTab
Main tab.


tfTimeConstant

JTextField tfTimeConstant
Time constant field.


tfThreshold

JTextField tfThreshold
Threshold field.


tfReset

JTextField tfReset
Reset field.


tfResistance

JTextField tfResistance
Resistance field.


tfRestingPotential

JTextField tfRestingPotential
Resting potential field.


tfTimeStep

JTextField tfTimeStep
Time step field.


randTab

RandomPanel randTab
Random tab.


isClipping

TristateDropDown isClipping
Clipping combo box.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.

Class org.simbrain.network.dialog.neuron.IzhikevichNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfA

JTextField tfA
A field.


tfB

JTextField tfB
B field.


tfC

JTextField tfC
C field.


tfD

JTextField tfD
D field.


tfTimeStep

JTextField tfTimeStep
Time step field.


tsNoise

TristateDropDown tsNoise
Add noise combo box.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


mainTab

LabelledItemPanel mainTab
Main tab.


randTab

RandomPanel randTab
Random tab.

Class org.simbrain.network.dialog.neuron.LinearNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfSlope

JTextField tfSlope
Slope field.


tfBias

JTextField tfBias
Bias field.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


mainTab

LabelledItemPanel mainTab
Main tab.


randTab

RandomPanel randTab
Random tab.


isClipping

TristateDropDown isClipping
Clipping combo box.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.

Class org.simbrain.network.dialog.neuron.LMSNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfLearningRate

JTextField tfLearningRate
Learning rate field.


mainTab

LabelledItemPanel mainTab
Main tab for neuron prefernces.

Class org.simbrain.network.dialog.neuron.LogisticNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfGrowthRate

JTextField tfGrowthRate
Growth rate field.

Class org.simbrain.network.dialog.neuron.NakaRushtonNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfSteepness

JTextField tfSteepness
Steepness field.


tfSemiSaturation

JTextField tfSemiSaturation
Semi saturation field.


tfTimeStep

JTextField tfTimeStep
Time step field.


tfTimeConstant

JTextField tfTimeConstant
Time constant field.


tsNoise

TristateDropDown tsNoise
Noise combo box.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


tsUseAdaptation

TristateDropDown tsUseAdaptation
Use adaptation combo box.


tfAdaptationTime

JTextField tfAdaptationTime
Adaptation time constant.


tfAdaptationParam

JTextField tfAdaptationParam
Adaptation parameter.


mainTab

LabelledItemPanel mainTab
Main tab.


randTab

RandomPanel randTab
Random tab.

Class org.simbrain.network.dialog.neuron.NeuronDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

Box mainPanel
Main panel.


topPanel

LabelledItemPanel topPanel
Top panel.


neuronPanel

AbstractNeuronPanel neuronPanel
Neuron panel.


cbNeuronType

JComboBox cbNeuronType
Neuron type combo box.


tfActivation

JTextField tfActivation
Activation field.


tfIncrement

JTextField tfIncrement
Increment field.


tfUpBound

JTextField tfUpBound
Upper bound field.


tfLowBound

JTextField tfLowBound
Lower bound field.


upperLabel

JLabel upperLabel
Upper label.


lowerLabel

JLabel lowerLabel
Lower label.


neuronList

ArrayList neuronList
The neurons being modified.


selectionList

ArrayList selectionList
The pnodes which refer to them.


neuronsHaveChanged

boolean neuronsHaveChanged
Used to determin if anything in the workspace has been changed.

Class org.simbrain.network.dialog.neuron.RandomNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

rp

RandomPanel rp
Random pane.

Class org.simbrain.network.dialog.neuron.RunningAverageNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfRateConstant

JTextField tfRateConstant
Rate constant field.


mainTab

LabelledItemPanel mainTab
Main tab.

Class org.simbrain.network.dialog.neuron.SigmoidalNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

cbImplementation

JComboBox cbImplementation
Implementation combo box.


tfBias

JTextField tfBias
Bias field.


tfSlope

JTextField tfSlope
Slope field.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


mainTab

LabelledItemPanel mainTab
Main tab.


randTab

RandomPanel randTab
Random tab.


isClipping

TristateDropDown isClipping
Clipping combo box.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.

Class org.simbrain.network.dialog.neuron.SinusoidalNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfPhase

JTextField tfPhase
Phase field.


tfFrequency

JTextField tfFrequency
Frequency field.


isAddNoise

TristateDropDown isAddNoise
Add noise combo box.


mainPanel

LabelledItemPanel mainPanel
Main panel.


randPanel

RandomPanel randPanel
Random panel.


tabbedPanel

JTabbedPane tabbedPanel
Tabbed panel.

Class org.simbrain.network.dialog.neuron.StochasticNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfFiringProbability

JTextField tfFiringProbability
Firing probability field.

Class org.simbrain.network.dialog.neuron.TemporalDifferenceNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfAlpha

JTextField tfAlpha
Alpha field.


tfBeta

JTextField tfBeta
Beta field.


mainTab

LabelledItemPanel mainTab
Main tab.

Class org.simbrain.network.dialog.neuron.ThreeValuedNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfLowerThreshold

JTextField tfLowerThreshold
Threshold for this neuron.


tfBias

JTextField tfBias
Bias for this neuron.


tfUpperThreshold

JTextField tfUpperThreshold
Upper threshold field.


tfLowerValue

JTextField tfLowerValue
Lower value field.


tfMiddleValue

JTextField tfMiddleValue
Middle value field.


tfUpperValue

JTextField tfUpperValue
Upper value field.


mainTab

LabelledItemPanel mainTab
Main tab for neuron prefernces.

Class org.simbrain.network.dialog.neuron.TraceNeuronPanel extends AbstractNeuronPanel implements Serializable

Serialized Fields

tfC1

JTextField tfC1
C1 field.


tfC2

JTextField tfC2
C2 field.


Package org.simbrain.network.dialog.synapse

Class org.simbrain.network.dialog.synapse.AbstractSpikeResponsePanel extends JPanel implements Serializable

Serialized Fields

mainPanel

LabelledItemPanel mainPanel
Main panel.


spikeResponderList

ArrayList spikeResponderList
The neurons being modified.


parentNet

Network parentNet
Parent network.

Class org.simbrain.network.dialog.synapse.AbstractSynapsePanel extends JPanel implements Serializable

Serialized Fields

synapseList

ArrayList synapseList
The synapses being modified.


mainPanel

LabelledItemPanel mainPanel
Main panel.

Class org.simbrain.network.dialog.synapse.BlankSpikerPanel extends AbstractSpikeResponsePanel implements Serializable

Class org.simbrain.network.dialog.synapse.ClampedSynapsePanel extends AbstractSynapsePanel implements Serializable

Class org.simbrain.network.dialog.synapse.HebbianSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfLearningRate

JTextField tfLearningRate
Learning rate field.


synapseRef

Hebbian synapseRef
Synapse reference.

Class org.simbrain.network.dialog.synapse.HebbianThresholdSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfLearningRate

JTextField tfLearningRate
Learning rate field.


tfOutputThresholdMomentum

JTextField tfOutputThresholdMomentum
Output threshold momentum field.


tfOutputThreshold

JTextField tfOutputThreshold
Output threshold.


isOutputThreshold

TristateDropDown isOutputThreshold
Output threshold combo box.


synapseRef

HebbianThresholdSynapse synapseRef
Synapse refernece.

Class org.simbrain.network.dialog.synapse.JumpAndDecayPanel extends AbstractSpikeResponsePanel implements Serializable

Serialized Fields

tfJumpHeight

JTextField tfJumpHeight
Jump height field.


tfBaseLine

JTextField tfBaseLine
Base line field.


tfDecayRate

JTextField tfDecayRate
Decay rate field.

Class org.simbrain.network.dialog.synapse.OjaSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfLearningRate

JTextField tfLearningRate
Learning rate field.


tfNormalize

JTextField tfNormalize
Normalize field.


synapseRef

OjaSynapse synapseRef
Synapse reference.

Class org.simbrain.network.dialog.synapse.RandomSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

rp

RandomPanel rp
Random panel.

Class org.simbrain.network.dialog.synapse.RiseAndDecayPanel extends AbstractSpikeResponsePanel implements Serializable

Serialized Fields

tfMaximumResponse

JTextField tfMaximumResponse
Maximum response field.


tfTimeStep

JTextField tfTimeStep
Time step field.


tfDecayRate

JTextField tfDecayRate
Decay rate field.

Class org.simbrain.network.dialog.synapse.ShortTermPlasticitySynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfBaseLineStrength

JTextField tfBaseLineStrength
Baseline strength field.


tfFiringThreshold

JTextField tfFiringThreshold
Firing threshold field.


tfBumpRate

JTextField tfBumpRate
Bump rate field.


tfDecayRate

JTextField tfDecayRate
Decay rate field.


cbPlasticityType

TristateDropDown cbPlasticityType
Plasticity type combo box.


synapseRef

ShortTermPlasticitySynapse synapseRef
Synapse reference.

Class org.simbrain.network.dialog.synapse.SignalSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfLabel

JTextField tfLabel
Signal synapse label field.

Class org.simbrain.network.dialog.synapse.SpikeResponsePanel extends JPanel implements Serializable

Serialized Fields

mainPanel

JPanel mainPanel
Main panel.


topPanel

LabelledItemPanel topPanel
Top panel.


cbScaleByPSPDiff

TristateDropDown cbScaleByPSPDiff
Scale by psp difference combo box.


tfPSRestingPotential

JTextField tfPSRestingPotential
PS Resting potential field.


cbSpikeResponseType

JComboBox cbSpikeResponseType
Spike response type.


spikeFunctionPanel

AbstractSpikeResponsePanel spikeFunctionPanel
Spike function panel.


spikeResponderList

ArrayList spikeResponderList
Spike responder list.


synapseList

ArrayList synapseList
Synapse list.


parentDialog

JDialog parentDialog
Parent dialog.


spikeRespondersHaveChanged

boolean spikeRespondersHaveChanged
Have spike responders changed.

Class org.simbrain.network.dialog.synapse.StepSpikerPanel extends AbstractSpikeResponsePanel implements Serializable

Serialized Fields

tfResponseHeight

JTextField tfResponseHeight
Response height field.


tfResponseTime

JTextField tfResponseTime
Response time field.

Class org.simbrain.network.dialog.synapse.SubtractiveNormalizationSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfLearningRate

JTextField tfLearningRate
Learning rate field.


synapseRef

SubtractiveNormalizationSynapse synapseRef
Synapse reference.

Class org.simbrain.network.dialog.synapse.SynapseDialog extends StandardDialog implements Serializable

Serialized Fields

mainPanel

Box mainPanel
Main panel.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


spikeResponsePanel

SpikeResponsePanel spikeResponsePanel
Spike response panel.


topPanel

LabelledItemPanel topPanel
Top panel.


synapsePanel

AbstractSynapsePanel synapsePanel
Synapse panel.


tfStrength

JTextField tfStrength
Strength field.


tfIncrement

JTextField tfIncrement
Increment field.


tfUpBound

JTextField tfUpBound
Upper bound field.


tfLowBound

JTextField tfLowBound
Lower bound field.


tfDelay

JTextField tfDelay
Delay field.


upperLabel

JLabel upperLabel
Upper label.


lowerLabel

JLabel lowerLabel
Lower label.


cbSynapseType

JComboBox cbSynapseType
Synapse type combo box.


synapseList

ArrayList synapseList
The synapses being modified.


selectionList

ArrayList selectionList
The pnodes which refer to them.


weightsHaveChanged

boolean weightsHaveChanged
Weights have changed boolean.

Class org.simbrain.network.dialog.synapse.TraceSynapsePanel extends AbstractSynapsePanel implements Serializable

Serialized Fields

tfLearningRate

JTextField tfLearningRate
Learning rate field.


Package org.simbrain.network.nodes

Class org.simbrain.network.nodes.NeuronNode extends ScreenElement implements Serializable

Serialized Fields

neuron

Neuron neuron
The logical neuron this screen element represents.


outArrow

PPath outArrow
Arrow associated with output node.


inArrow

PPath inArrow
Arrow associated with input node.


inLabel

PText inLabel
Text showing sensory coupling information.


outLabel

PText outLabel
Text showing motor coupling information.


circle

PPath circle
Main circle of node.


connectedSynapses

HashSet connectedSynapses
A list of SynapseNodes connected to this NeuronNode; used for updating.


id

String id
Id reference to model neuron; used in persistence.


text

PText text
Number text inside neuron.

Class org.simbrain.network.nodes.ScreenElement extends PNode implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Network panel.

Class org.simbrain.network.nodes.SelectionHandle extends PHandle implements Serializable

Class org.simbrain.network.nodes.SelectionMarquee extends PPath implements Serializable

Class org.simbrain.network.nodes.SubnetworkNode extends ScreenElement implements Serializable

Serialized Fields

subnetwork

Network subnetwork
The subnetwork for this subnetwork node.


tab

org.simbrain.network.nodes.SubnetworkNode.TabNode tab
Tab node.


outline

org.simbrain.network.nodes.SubnetworkNode.OutlineNode outline
Outline node.


tabPaint

Paint tabPaint
The tab paint for this subnetwork node.


label

String label
The label for this subnetwork node.


tabStroke

Stroke tabStroke
The tab stroke for this subnetwork node.


tabStrokePaint

Paint tabStrokePaint
The tab stroke paint for this subnetwork node.


outlineStroke

Stroke outlineStroke
The outline stroke for this subnetwork node.


outlineStrokePaint

Paint outlineStrokePaint
The outline stroke paint for this subnetwork node.


lastOutlineStroke

Stroke lastOutlineStroke
The last outline stroke, if any.


initialChildLayoutComplete

boolean initialChildLayoutComplete
Intial child layout complete.


showOutline

boolean showOutline
True if this subnetwork node is to show its outline.


showOutlineAction

Action showOutlineAction
Show outline action.


hideOutlineAction

Action hideOutlineAction
Hide outline action.


deleteSubnetAction

Action deleteSubnetAction
Delete subnet action.


setPropertiesAction

Action setPropertiesAction
Set properties action.

Class org.simbrain.network.nodes.SynapseNode extends ScreenElement implements Serializable

Serialized Fields

synapse

Synapse synapse
The logical synapse this screen element represents.


offset

double offset
Location of circle relative to target node.


circle

PNode circle
Main circle of synapse.


line

PPath line
Line connecting nodes.


source

NeuronNode source
Reference to source neuron.


target

NeuronNode target
Reference to target neuron.

Class org.simbrain.network.nodes.TimeLabel extends PText implements Serializable

Serialized Fields

networkPanel

NetworkPanel networkPanel
Reference to parent NetworkPanel.


Package org.simbrain.network.nodes.subnetworks

Class org.simbrain.network.nodes.subnetworks.BackpropNetworkNode extends SubnetworkNode implements Serializable

Serialized Fields

randomizeAction

Action randomizeAction
Randomize network action.


trainAction

Action trainAction
Train network action.

Class org.simbrain.network.nodes.subnetworks.CompetitiveNetworkNode extends SubnetworkNode implements Serializable

Serialized Fields

normalizeAction

Action normalizeAction
Normalize network action.


randomizeAction

Action randomizeAction
Randomize network action.

Class org.simbrain.network.nodes.subnetworks.ElmanNetworkNode extends SubnetworkNode implements Serializable

Serialized Fields

randomizeAction

Action randomizeAction
Randomize network action.

Class org.simbrain.network.nodes.subnetworks.HopfieldNetworkNode extends SubnetworkNode implements Serializable

Serialized Fields

randomizeAction

Action randomizeAction
Randomize network action.


trainAction

Action trainAction
Train network action.

Class org.simbrain.network.nodes.subnetworks.LMSNetworkNode extends SubnetworkNode implements Serializable

Serialized Fields

randomizeAction

Action randomizeAction
Randomize network action.


trainAction

Action trainAction
Train network action.

Class org.simbrain.network.nodes.subnetworks.StandardNetworkNode extends SubnetworkNode implements Serializable

Class org.simbrain.network.nodes.subnetworks.WTANetworkNode extends SubnetworkNode implements Serializable


Package org.simbrain.util

Class org.simbrain.util.ComboBoxRenderer extends JLabel implements Serializable

Class org.simbrain.util.LabelledItemPanel extends JPanel implements Serializable

Serialized Fields

myNextItemRow

int myNextItemRow
The row to add the next labelled item to.

Class org.simbrain.util.SceneGraphBrowser extends JTree implements Serializable

Serialized Fields

root

PRoot root
Root node.


nf

NumberFormat nf
Number format.


refresh

Action refresh
Refresh action.

Class org.simbrain.util.SFileChooser extends JFileChooser implements Serializable

Serialized Fields

extensionType

String extensionType
The type of extension used by files this JFileChooser chooses.


currentDirectory

String currentDirectory
A memory of the last directory this FileChooser was in.

Class org.simbrain.util.StandardDialog extends JDialog implements Serializable

Serialized Fields

customButtonPanel

JPanel customButtonPanel
Custom button panel.


actionListener

ActionListener actionListener
Action listener.


myIsDialogCancelled

boolean myIsDialogCancelled
Flag indicating if the "Cancel" button was pressed to close dialog.


myUserContentPane

Container myUserContentPane
The content pane for holding user components.

Class org.simbrain.util.TristateDropDown extends JComboBox implements Serializable


Package org.simbrain.workspace

Class org.simbrain.workspace.SplashWindow extends Window implements Serializable

Serialized Fields

image

Image image
The splash image which is displayed on the splash window.


paintCalled

boolean paintCalled
This attribute indicates whether the method paint(Graphics) has been called at least once since the construction of this window.
This attribute is used to notify method splash(Image) that the window has been drawn at least once by the AWT event dispatcher thread.
This attribute acts like a latch. Once set to true, it will never be changed back to false again.

See Also:
SplashWindow.paint(java.awt.Graphics), SplashWindow.splash(java.awt.Image)

Class org.simbrain.workspace.Workspace extends JFrame implements Serializable

Serialized Fields

desktop

JDesktopPane desktop
Desktop pane.


currentFile

File currentFile
Current workspace file.


currentDirectory

String currentDirectory
Current workspace directory.


netIndex

int netIndex
Network index.


odorWorldIndex

int odorWorldIndex
Odor world index.


dataWorldIndex

int dataWorldIndex
Data world index.


gaugeIndex

int gaugeIndex
Gauge index.


visionWorldIndex

int visionWorldIndex
Vision world index.


textWorldIndex

int textWorldIndex
Text world index.


networkList

ArrayList networkList
List of networks.


odorWorldList

ArrayList odorWorldList
List of odor worlds.


dataWorldList

ArrayList dataWorldList
List of data worlds.


gaugeList

ArrayList gaugeList
List of gauges.


textWorldList

ArrayList textWorldList
List of text worlds.


visionWorldList

ArrayList visionWorldList
List of vision worlds.


desktopWidth

int desktopWidth
Default desktpo width.


desktopHeight

int desktopHeight
Default desktop height.


workspaceChanged

boolean workspaceChanged
Sentinal for determining if workspace has been changed since last save.


saveItem

JMenuItem saveItem
Save workspace menu item.


console

bsh.util.JConsole console
Beanshell console.

Class org.simbrain.workspace.WorkspaceChangedDialog extends JDialog implements Serializable

Serialized Fields

panel

LabelledItemPanel panel
Main Panel.


nCheckBoxList

ArrayList nCheckBoxList
List of networks that have changed.


oCheckBoxList

ArrayList oCheckBoxList
List of odor world check boxes.


dCheckBoxList

ArrayList dCheckBoxList
List of data world check boxes.


gCheckBoxList

ArrayList gCheckBoxList
List of gauge check boxes.


networkChangeList

ArrayList networkChangeList
List of networks which have changed.


odorWorldChangeList

ArrayList odorWorldChangeList
list of odor worlds that have changed.


dataWorldChangeList

ArrayList dataWorldChangeList
List of dataworlds that have changed.


gaugeChangeList

ArrayList gaugeChangeList
List of gauges that have changed.


parent

Workspace parent
Reference to parent workspace.


userCancelled

boolean userCancelled
Whether the user has cancelled out of this dialog.


workspaceChecker

JCheckBox workspaceChecker
Wehther the workspace as a whole has changed.


Package org.simbrain.world

Class org.simbrain.world.World extends JPanel implements Serializable

Serialized Fields

listenerList

HashSet listenerList
List of components which listen for changes to this network.


Package org.simbrain.world.dataworld

Class org.simbrain.world.dataworld.ButtonEditor extends AbstractCellEditor implements Serializable

Serialized Fields

text

JTextField text
Text field for this button editor.

Class org.simbrain.world.dataworld.DataWorld extends World implements Serializable

Serialized Fields

model

TableModel model
Table model.


table

JTable table
Data table.


parentFrame

DataWorldFrame parentFrame
Parent frame that calls world.


buttonEditor

org.simbrain.world.dataworld.DataWorld.ButtonEditor buttonEditor
Button renderer/editor composite.


upperBound

int upperBound
Upper bound.


lowerBound

int lowerBound
Lower bound.


currentRow

int currentRow
Current row.


iterationMode

boolean iterationMode
Iteration mode.


columnIteration

boolean columnIteration
Use last column for iteration.


name

String name
Name.


selectedPoint

Point selectedPoint
Point selected.


addRow

JMenuItem addRow
Inserts a new row.


addCol

JMenuItem addCol
Inserts a new column.


remRow

JMenuItem remRow
Removes a row.


remCol

JMenuItem remCol
Removes a column.


thisRowCount

int thisRowCount
Local variable used for iterating.


currentRowCounter

int currentRowCounter
Local variable used for iterating.

Class org.simbrain.world.dataworld.DataWorldFrame extends JInternalFrame implements Serializable

Serialized Fields

currentFile

File currentFile
Current file.


currentDirectory

String currentDirectory
Current directory.


worldScroller

JScrollPane worldScroller
World scroll pane.


workspace

Workspace workspace
Workspace.


world

DataWorld world
Data world.


path

String path
Path string.


xpos

int xpos
X position.


ypos

int ypos
Y position.


theWidth

int theWidth
The width.


theHeight

int theHeight
The height.


mb

JMenuBar mb
Menu bar.


file

JMenu file
File menu.


open

JMenuItem open
Open menu item.


save

JMenuItem save
Save menu item.


saveAs

JMenuItem saveAs
Save as menu item.


close

JMenuItem close
Close menu item.


edit

JMenu edit
Edit menu item.


addRow

JMenuItem addRow
Add row menu item.


addCol

JMenuItem addCol
Add column menu item.


zeroFill

JMenuItem zeroFill
Zero fill menu item.


remRow

JMenuItem remRow
Remove row menu item.


remCol

JMenuItem remCol
Remove column menu item.


randomize

JMenuItem randomize
Randomize menu item.


randomProps

JMenuItem randomProps
Random properties menu item.


iterationMode

JCheckBoxMenuItem iterationMode
Determines whether table is in iteration mode.


columnIteration

JCheckBoxMenuItem columnIteration
Determines whether iteration mode uses last column.


changedSinceLastSave

boolean changedSinceLastSave
Changed since last save boolean.

Class org.simbrain.world.dataworld.TableModel extends DefaultTableModel implements Serializable


Package org.simbrain.world.odorworld

Class org.simbrain.world.odorworld.DialogOdorWorld extends StandardDialog implements Serializable

Serialized Fields

initialWorldWidth

int initialWorldWidth
The inital value for world width field's number of columns.


colorChooserIndent

int colorChooserIndent
The indent for the color chooser.


theWorld

OdorWorld theWorld
The world for which properties are to be set.


myContentPane

LabelledItemPanel myContentPane
The pane that holds the choices to set.


worldWidth

JTextField worldWidth
The text field containing the width of the world.


worldHeight

JTextField worldHeight
The text field containing the height of the world.


initiateMovement

JCheckBox initiateMovement
The checkbox representing whether or not moving objects initiates an update of the world.


inhibitMovement

JCheckBox inhibitMovement
The checkbox representing whether or not objects inhibit the movement of creatures ("clipping").


useLocalBounds

JCheckBox useLocalBounds
The checkbox representing whether or not local boundaries are used ("wrap-around").


updateDrag

JCheckBox updateDrag
The checkbox representing whether or not the network is updated while dragging an entity.


colorChoice

JButton colorChoice
The Button that brings up a color chooser dialog for the world's background.


theColor

Color theColor
The color returned from the color chooser.

Class org.simbrain.world.odorworld.DialogOdorWorldEntity extends StandardDialog implements Serializable

Serialized Fields

cbRendererDimension

int cbRendererDimension
The dimension for the combobox renderer.


topPanel

LabelledItemPanel topPanel
The panel containing the items that are not specific to any other panels.


entityRef

OdorWorldEntity entityRef
The entity for which this dialog is called.


mainPanel

Box mainPanel
The visual container for the sub panels.


tfEntityName

JTextField tfEntityName
The text field containing the name of the entity.


cbImageName

JComboBox cbImageName
The Combobox from which to choose the entity image.


cbRenderer

ComboBoxRenderer cbRenderer
The renderer to display the combobox.


stimPanel

PanelStimulus stimPanel
The panel containing stimulus information.


agentPanel

PanelAgent agentPanel
The panel containing information pertaining to agents.


miscPanel

LabelledItemPanel miscPanel
The panel containing item-specific information not in other panels.


bitesToDie

JTextField bitesToDie
The text field containing the number of bites until the item dies (absolute, not remaining).


edible

JCheckBox edible
The checkbox identifying whether or not the item is edible.


resurrectionProb

JTextField resurrectionProb
The probability of a resurrection each turn.

Class org.simbrain.world.odorworld.DialogOdorWorldWall extends StandardDialog implements Serializable

Serialized Fields

initialDialogPlacement

int initialDialogPlacement
The initial offset of the dialog.


majorTickSpacing

int majorTickSpacing
The spacing of major ticks on the sliders (25%).


colorChooserIndent

int colorChooserIndent
The initial indent of the color chooser.


world

OdorWorld world
The world in which the wall is.


wall

Wall wall
The wall for which this dialog is called.


topPanel

LabelledItemPanel topPanel
The panel containing untabbed settings.


colorButton

JButton colorButton
The button for opening the color chooser.


width

JSlider width
The slider that adjust the width of the wall.


height

JSlider height
The slider that adjusts the height of the wall.


resurrectionProb

JTextField resurrectionProb
The text field that contains the probability of resurrection per turn.


stimPanel

PanelStimulus stimPanel
The panel containing stimulus information.


miscPanel

LabelledItemPanel miscPanel
The panel containing items not pertaining to other panels.


bitesToDie

JTextField bitesToDie
The text field containing the number of bites until the wall dies (absolute, not remaining).


edible

JCheckBox edible
The checkbox representing whether or not the wall is edible.

Class org.simbrain.world.odorworld.DialogScript extends StandardDialog implements Serializable

Serialized Fields

initialDialogPlacement

int initialDialogPlacement
The initial offset for the dialog.


theWorld

OdorWorld theWorld
The world for which this dialog is called.


currentDirectory

String currentDirectory
The current directory for which the file chooser is called.


myContentPane

LabelledItemPanel myContentPane
The content pane for this dialog.


runButton

JButton runButton
The button to run the script.


stopButton

JButton stopButton
The button to stop the script.


loadButton

JButton loadButton
The button to load the script.


fileLabel

JLabel fileLabel
The label representing the script file loaded.


values

String[][] values
The values in the script.


theThread

ScriptThread theThread
The thread to run.


iterationNumber

JLabel iterationNumber
Iteration number.

Class org.simbrain.world.odorworld.OdorWorld extends World implements Serializable

Serialized Fields

manualMotionTurnIncrement

int manualMotionTurnIncrement
The increment of a manual turn.


backgroundColor

Color backgroundColor
Color of the world background.


stimInitVal

int stimInitVal
The initial value used in stimulus arrays.


initOrientation

int initOrientation
The initial orientation for adding agents.


initObjectSize

int initObjectSize
The initial size of an object.


objectSize

int objectSize
The size of an object with an initialization to the constant value.


initDimension

int initDimension
The initial side length of the world.


worldWidth

int worldWidth
The width of the world.


worldHeight

int worldHeight
The height of the world.


useLocalBounds

boolean useLocalBounds
The boolean representing whether or not this world uses local boundaries ("clipping").


updateWhileDragging

boolean updateWhileDragging
The boolean representing whether or not this world updates the network while dragging objects.


objectDraggingInitiatesMovement

boolean objectDraggingInitiatesMovement
The boolean representing whether or not dragging an object in the world causes creature movement.


objectInhibitsMovement

boolean objectInhibitsMovement
The boolean representing whether or not an object is solid (cannot be moved through).


drawingWalls

boolean drawingWalls
The boolean that turns on and off wall drawing behavior for the mouse.


abstractEntityList

ArrayList abstractEntityList
The list of all entities in the world.


deadEntityList

ArrayList deadEntityList
The list of all dead entities.


currentCreature

OdorWorldAgent currentCreature
Current creature within the world.


selectedEntity

AbstractEntity selectedEntity
Entity currently selected.


selectedPoint

Point selectedPoint
Selected point.


draggingPoint

Point draggingPoint
Point being dragged.


wallPoint1

Point wallPoint1
First point for wall.


wallPoint2

Point wallPoint2
Second point for wall.


wallColor

Color wallColor
Initial color of wall.


distanceX

int distanceX
Distance in x direction.


distanceY

int distanceY
Distance in y direction.


worldName

String worldName
Name of world.


parentFrame

OdorWorldFrame parentFrame
Contains the world.


parentWorkspace

Workspace parentWorkspace
Workspace container for all frames.


menu

OdorWorldMenu menu
World menu.


updateCompleted

boolean updateCompleted
Whether world has been updated yet; used by thread.

Class org.simbrain.world.odorworld.OdorWorldFrame extends JInternalFrame implements Serializable

Serialized Fields

currentFile

File currentFile
Current file.


currentDirectory

String currentDirectory
Current directore.


worldScroller

JScrollPane worldScroller
Allows the world to be scrolled if it is bigger than the display window.


workspace

Workspace workspace
Workspace containing frame.


world

OdorWorld world
Odor world to be in frame.


menu

OdorWorldFrameMenu menu
Odor world frame menu.


path

String path
For workspace persistence.


xpos

int xpos
X position of frame.


ypos

int ypos
Y position of frame.


theWidth

int theWidth
Width of frame .


theHeight

int theHeight
Height of frame.


changedSinceLastSave

boolean changedSinceLastSave
Has frame been changed since last save.

Class org.simbrain.world.odorworld.OdorWorldFrameMenu extends JMenuBar implements Serializable

Serialized Fields

parentFrame

OdorWorldFrame parentFrame
Parent frame.


fileMenu

JMenu fileMenu
File menu.


saveItem

JMenuItem saveItem
Save menu item.


saveAsItem

JMenuItem saveAsItem
Save as menu item.


openItem

JMenuItem openItem
Open menu item.


prefsItem

JMenuItem prefsItem
Preferences menu item.


close

JMenuItem close
Close menu item.


editMenu

JMenu editMenu
Edit menu.


copyItem

JMenuItem copyItem
Copy menu item.


cutItem

JMenuItem cutItem
Cut menu item.


pasteItem

JMenuItem pasteItem
Paste menu item.


clearAllItem

JMenuItem clearAllItem
Clear all menu item.


scriptMenu

JMenu scriptMenu
Script menu.


scriptItem

JMenuItem scriptItem
Script menu Item.


helpMenu

JMenu helpMenu
Help menu.


helpItem

JMenuItem helpItem
Help menu item.

Class org.simbrain.world.odorworld.PanelAgent extends LabelledItemPanel implements Serializable

Serialized Fields

entityRef

OdorWorldAgent entityRef
Entity referenced.


tfWhiskerAngle

JTextField tfWhiskerAngle
Whisker angle field.


tfWhiskerLength

JTextField tfWhiskerLength
Whisker lenght field.


tfTurnIncrement

JTextField tfTurnIncrement
Turn increment field.


tfStraightMovementIncrement

JTextField tfStraightMovementIncrement
Straight movement increment field.


halfCircleDeg

int halfCircleDeg
Half circle degrees.

Class org.simbrain.world.odorworld.PanelStimulus extends LabelledItemPanel implements Serializable

Serialized Fields

entityRef

AbstractEntity entityRef
Entity reference.


valArray

double[] valArray
Value array.


randomUpper

double randomUpper
Random number generator upper limit.


randomLower

double randomLower
Random number generator lower limit.


tabbedPane

JTabbedPane tabbedPane
Tabbed pane.


valuesPanel

LabelledItemPanel valuesPanel
Values panel.


dispersionPanel

LabelledItemPanel dispersionPanel
Dispersion panel.


stimulusVals

JTextField[] stimulusVals
Stimulus values field.


tfStimulusNum

JTextField tfStimulusNum
Number of stimulus field.


stimulusButton

JButton stimulusButton
Change number of stimuls button.


tfRandomUpper

JTextField tfRandomUpper
Random number upper limit field.


tfRandomLower

JTextField tfRandomLower
Random number lower limit field.


upperLabel

JLabel upperLabel
Upper label.


lowerLabel

JLabel lowerLabel
Lower label.


randomizeButton

JButton randomizeButton
Randomize button.


addStimulusPanel

JPanel addStimulusPanel
Stimulus panel.


con

GridBagConstraints con
Grid bag layout constraints.


randomSubPanelUpper

JPanel randomSubPanelUpper
Random sub panel upper.


randomSubPanelLower

JPanel randomSubPanelLower
Random sub panel lower.


randomMainPanel

JPanel randomMainPanel
Random main panel.


stimulusPanel

JPanel stimulusPanel
Stimulus panel.


stimScroller

JScrollPane stimScroller
Stimulus scroller.


tfPeak

JTextField tfPeak
Peak field.


cbDecayFunction

JComboBox cbDecayFunction
Decay function combo box.


tfDispersion

JTextField tfDispersion
Dispersion field.


maxSize

int maxSize
Maximum size.


jsNoiseLevel

JSlider jsNoiseLevel
Noise level slider.


rbAddNoise

JRadioButton rbAddNoise
Add noise radio button.


Package org.simbrain.world.textworld

Class org.simbrain.world.textworld.DialogTextWorld extends StandardDialog implements Serializable

Serialized Fields

ckParse

JCheckBox ckParse
Checkbox for how to parse text.


ckEnter

JCheckBox ckEnter
Does enter send current line of text to be read.


bnColor

JButton bnColor
Button for setting highlight color.


panel

LabelledItemPanel panel
Layout panel for dialog.


world

TextWorld world
Instance of TextWorld.

Class org.simbrain.world.textworld.TextWorld extends World implements Serializable

Serialized Fields

tfTextInput

JTextArea tfTextInput
Text area for inputting text into networks.


tfTextOutput

JTextArea tfTextOutput
Text area for outputting text from tfTextInput and networks.


sendButton

JButton sendButton
Sends text from tfTextInput to networks and tfTextOutput.


splitPane

JSplitPane splitPane
Split panel for displaying similar items in the same frame.


constraints

GridBagConstraints constraints
Layout manager for TextWorld.


inputTextPanel

JPanel inputTextPanel
For input text area.


outputTextPanel

JPanel outputTextPanel
For output text area.


parentFrame

TextWorldFrame parentFrame
Instance of parent frame, TextWorldFrame.


parseChar

boolean parseChar
Parse text by character or word.


currentLineNumber

int currentLineNumber
Keeps track of current line number.


highlightColor

Color highlightColor
Highlight color.


sendEnter

boolean sendEnter
Does enter read current line.


worldName

String worldName
Name of this world.

Class org.simbrain.world.textworld.TextWorldFrame extends JInternalFrame implements Serializable

Serialized Fields

world

TextWorld world
Instance of world of type TextWorld.


menuBar

JMenuBar menuBar
Menu Bar.


file

JMenu file
File menu for saving and opening world files.


open

JMenuItem open
Opens an existing world file.


save

JMenuItem save
Saves the world.


saveAs

JMenuItem saveAs
Saves the world as a new file name.


close

JMenuItem close
Closes the current world.


edit

JMenu edit
Edit menu Item.


dictionary

JMenu dictionary
Opens the dialog to define TextWorld Dictionary.


loadDictionary

JMenuItem loadDictionary
Opens the dialog to define TextWorld Dictionary.


preferences

JMenuItem preferences
Opens user preferences dialog.


help

JMenu help
Opens the help dialog for TextWorld.


currentDirectory

String currentDirectory
Current directory.


theDictionary

Dictionary theDictionary
Instance of the TextWorld dictionary.


Package org.simbrain.world.visionworld

Class org.simbrain.world.visionworld.Pixel extends Rectangle implements Serializable

Serialized Fields

state

boolean state
The current state of the pixel (active by default).

Class org.simbrain.world.visionworld.VisionWorld extends World implements Serializable

Serialized Fields

initDimensions

int initDimensions
The initial dimension constant (prevents use of "magic numbers").


numPixelsRow

int numPixelsRow
The number of pixels in the row.


numPixelsColumn

int numPixelsColumn
The number of pixels in the column.


pixelSize

int pixelSize
The size of an individual pixel.


commandTargets

ArrayList commandTargets
The array of networks associated with this world.


pixels

Pixel[][] pixels
The array of Pixel objects representing the world.


parentFrame

VisionWorldFrame parentFrame
The parent frame containing this world.


name

String name
The name of this world (also the title of the parent frame.


mouseInTheHouse

boolean mouseInTheHouse
A boolean that represents whether or not a mouse motion is inside of the pixel field.


currentState

boolean currentState
Used when dragging the mouse, so that dragging does not toggle.

Class org.simbrain.world.visionworld.VisionWorldFrame extends JInternalFrame implements Serializable

Serialized Fields

world

VisionWorld world
The world contained in this frame.


workspace

Workspace workspace
The workspace that contains this frame.


path

String path
Path for Persistence.


xpos

int xpos
xpos for Persistence.


ypos

int ypos
ypos for Persistence.


theWidth

int theWidth
the_width for Persistence.


theHeight

int theHeight
the_height for Persistence.


Package org.simnet.coupling

Class org.simnet.coupling.CouplingMenuItem extends JMenuItem implements Serializable

Serialized Fields

coupling

Coupling coupling
Coupling for this menu item.


Package org.simnet.interfaces

Class org.simnet.interfaces.NetworkEvent extends EventObject implements Serializable

Serialized Fields

neuron

Neuron neuron
Reference to neuron.


oldNeuron

Neuron oldNeuron
Reference to neuron.


synapse

Synapse synapse
Reference to neuron.


oldSynapse

Synapse oldSynapse
Reference to neuron.


subnet

Network subnet
Reference to subnetwork.