Serialized Form


Package anl.repast.gis.data

Class anl.repast.gis.data.FeatureArrayList extends java.util.ArrayList implements Serializable


Package anl.repast.gis.data.dbf

Class anl.repast.gis.data.dbf.JDBFException extends java.lang.Exception implements Serializable

Serialized Fields

detail

java.lang.Throwable detail

Package anl.repast.gis.display

Class anl.repast.gis.display.PropertyWindow extends javax.swing.JFrame implements Serializable

Serialized Fields

container

java.awt.Container container

gisAgent

GisAgent gisAgent

props

java.lang.String[] props

Class anl.repast.gis.display.RepastOMLayer extends com.bbn.openmap.layer.OMGraphicHandlerLayer implements Serializable

Serialized Fields

agentList

java.util.List<E> agentList

currentList

com.bbn.openmap.omGraphics.OMGraphicList currentList

highlightFillPaint

java.awt.Paint highlightFillPaint

originalFillPaint

java.awt.Paint originalFillPaint

waitingToMove

boolean waitingToMove

moveFromPoint

com.bbn.openmap.LatLonPoint moveFromPoint

agentToMove

OpenMapAgent agentToMove

omDisplay

OpenMapDisplay omDisplay

moveToPoint

java.awt.Point moveToPoint

movedAgent

OpenMapAgent movedAgent

movedOMG

com.bbn.openmap.omGraphics.OMGraphic movedOMG

title

java.lang.String title

Class anl.repast.gis.display.RepastOMMultiLayer extends com.bbn.openmap.layer.OMGraphicHandlerLayer implements Serializable

Serialized Fields

agentList

java.util.List<E> agentList

currentList

com.bbn.openmap.omGraphics.OMGraphicList currentList

highlightFillPaint

java.awt.Paint highlightFillPaint

originalFillPaint

java.awt.Paint originalFillPaint

waitingToMove

boolean waitingToMove

moveFromPoint

com.bbn.openmap.LatLonPoint moveFromPoint

agentToMove

MultiLayerOpenMapAgent agentToMove

omDisplay

OpenMapDisplay omDisplay

moveToPoint

java.awt.Point moveToPoint

movedAgent

MultiLayerOpenMapAgent movedAgent

movedOMG

com.bbn.openmap.omGraphics.OMGraphic movedOMG

title

java.lang.String title

Package layout

Class layout.TableLayout extends java.lang.Object implements Serializable

Serialized Fields

columnSpec

double[] columnSpec
Widths of columns expressed in absolute and relative terms


rowSpec

double[] rowSpec
Heights of rows expressed in absolute and relative terms


columnSize

int[] columnSize
Widths of columns in pixels


rowSize

int[] rowSize
Heights of rows in pixels


columnOffset

int[] columnOffset
Offsets of columns in pixels. The left boarder of column n is at columnOffset[n] and the right boarder is at columnOffset[n + 1] for all columns including the last one. columnOffset.length = columnSize.length + 1


rowOffset

int[] rowOffset
Offsets of rows in pixels. The left boarder of row n is at rowOffset[n] and the right boarder is at rowOffset[n + 1] for all rows including the last one. rowOffset.length = rowSize.length + 1


list

java.util.LinkedList<E> list
List of components and their sizes


dirty

boolean dirty
Indicates whether or not the size of the cells are known for the last known size of the container. If dirty is true or the container has been resized, the cell sizes must be recalculated using calculateSize.


oldWidth

int oldWidth
Previous known width of the container


oldHeight

int oldHeight
Previous known height of the container


Package uchicago.src.codegen

Class uchicago.src.codegen.GeneratorException extends java.lang.Exception implements Serializable

Serialized Fields

ex

java.lang.Exception ex

Package uchicago.src.guiUtils

Class uchicago.src.guiUtils.ColorCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

chooser

ColorChooserPopup chooser

l

javax.swing.JLabel l

Class uchicago.src.guiUtils.ColorChooserPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

panel

uchicago.src.guiUtils.ColorSwatchPanel panel

Class uchicago.src.guiUtils.DoubleDocument extends javax.swing.text.PlainDocument implements Serializable

Serialized Fields

decPoint

java.lang.String decPoint

Class uchicago.src.guiUtils.FloatDocument extends javax.swing.text.PlainDocument implements Serializable

Class uchicago.src.guiUtils.IntegerDocument extends javax.swing.text.PlainDocument implements Serializable

Class uchicago.src.guiUtils.LongDocument extends javax.swing.text.PlainDocument implements Serializable

Class uchicago.src.guiUtils.Wizard extends javax.swing.JPanel implements Serializable

Serialized Fields

btnNext

javax.swing.JButton btnNext

btnBack

javax.swing.JButton btnBack

btnCancel

javax.swing.JButton btnCancel

top

javax.swing.JPanel top

dialog

javax.swing.JDialog dialog

mySize

java.awt.Dimension mySize

exitOnClose

boolean exitOnClose

cancel

boolean cancel

panels

java.util.Stack<E> panels

Package uchicago.src.reflector

Class uchicago.src.reflector.FileWidget extends javax.swing.JPanel implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

txtField

javax.swing.JTextField txtField

btnBrowse

javax.swing.JButton btnBrowse

listeners

java.util.ArrayList<E> listeners

Class uchicago.src.reflector.IntrospectFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

spectee

java.lang.Object spectee

introProps

java.lang.String[] introProps

firstField

javax.swing.JTextField firstField

alphaOrder

boolean alphaOrder

Class uchicago.src.reflector.IntrospectPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

spector

Introspector spector

spectee

java.lang.Object spectee

introProps

java.lang.String[] introProps

firstWidget

PropertyWidget firstWidget

valueFields

java.util.ArrayList<E> valueFields

alphaOrder

boolean alphaOrder

first

boolean first

showBeanBowlButton

boolean showBeanBowlButton

beanBowlButton

javax.swing.JButton beanBowlButton
the button used to pull up the bean bowl gui

Class uchicago.src.reflector.InvokerException extends java.lang.Exception implements Serializable

Serialized Fields

ex

java.lang.Exception ex

Class uchicago.src.reflector.PairComboBox extends PropertyComboBox implements Serializable

Serialized Fields

pairs

java.util.Hashtable<K,V> pairs

Class uchicago.src.reflector.PropertyButton extends javax.swing.JButton implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

value

java.lang.String value

property

java.lang.Object property

actionAdded

boolean actionAdded

probe

javax.swing.Action probe

Class uchicago.src.reflector.PropertyCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

Class uchicago.src.reflector.PropertyComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

Class uchicago.src.reflector.PropertyLabel extends javax.swing.JLabel implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

Class uchicago.src.reflector.PropertyTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

Class uchicago.src.reflector.RangeWidget extends javax.swing.JPanel implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

slider

javax.swing.JSlider slider

field

javax.swing.JTextField field

min

int min

max

int max

listeners

java.util.ArrayList<E> listeners

Package uchicago.src.repastdemos.asynchAgents

Class uchicago.src.repastdemos.asynchAgents.Employee extends AsynchAgent implements Serializable

Serialized Fields

taskList

java.util.ArrayList<E> taskList

Package uchicago.src.repastdemos.genetic

Class uchicago.src.repastdemos.genetic.MinimizingMakeChangeFitnessFunction extends org.jgap.FitnessFunction implements Serializable

Serialized Fields

m_targetAmount

int m_targetAmount

Package uchicago.src.repastdemos.neuralfromfile

Class uchicago.src.repastdemos.neuralfromfile.AgentSelectorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

box

javax.swing.JComboBox box

listener

java.awt.event.ActionListener listener

selectedItem

java.lang.Object selectedItem

Package uchicago.src.sim.adaptation.neural

Class uchicago.src.sim.adaptation.neural.NeuralException extends RepastException implements Serializable

Class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper extends java.lang.Object implements Serializable

serialVersionUID: 3257846575983114032L

Serialized Fields

net

org.joone.net.NeuralNet net
The net being wrapped


epochsPerIteration

int epochsPerIteration
The number of times to apply the patterns to the network during the training


Package uchicago.src.sim.analysis

Class uchicago.src.sim.analysis.AddChartGui extends Wizard implements Serializable

Serialized Fields

curPanel

ChartGuiPanel curPanel

panels

java.util.ArrayList<E> panels

panelIndex

int panelIndex

model

AbstractChartModel model

finished

boolean finished

Class uchicago.src.sim.analysis.CustomChartGui extends javax.swing.JPanel implements Serializable

Serialized Fields

btnAdd

javax.swing.JButton btnAdd

btnEdit

javax.swing.JButton btnEdit

btnDelete

javax.swing.JButton btnDelete

btnOK

javax.swing.JButton btnOK

btnCancel

javax.swing.JButton btnCancel

dialog

javax.swing.JDialog dialog

simModel

SimModel simModel

chartList

javax.swing.JList chartList

modelList

java.util.ArrayList<E> modelList

Class uchicago.src.sim.analysis.DataSourcePropPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

AbstractChartModel model

curListIndex

int curListIndex

color

java.awt.Color color

txtName

javax.swing.JTextField txtName

cmbMarkStyle

javax.swing.JComboBox cmbMarkStyle

btnColor

javax.swing.JButton btnColor

lstSources

javax.swing.JList lstSources

Class uchicago.src.sim.analysis.DataSourcesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

btnAdd

javax.swing.JButton btnAdd

btnDelete

javax.swing.JButton btnDelete

cmbClass

javax.swing.JComboBox cmbClass

lstClassSources

javax.swing.JList lstClassSources

lstDataSources

javax.swing.JList lstDataSources

model

AbstractChartModel model

Class uchicago.src.sim.analysis.EditChartGui extends javax.swing.JPanel implements Serializable

Serialized Fields

btnDelete

javax.swing.JButton btnDelete

btnOK

javax.swing.JButton btnOK

btnCancel

javax.swing.JButton btnCancel

tabs

javax.swing.JTabbedPane tabs

dialog

javax.swing.JDialog dialog

curPanel

ChartGuiPanel curPanel

model

AbstractChartModel model

Class uchicago.src.sim.analysis.MarkListRenderer extends javax.swing.JLabel implements Serializable

Serialized Fields

icon

MarkIcon icon

Class uchicago.src.sim.analysis.NetSequenceSetupPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

table

javax.swing.JTable table

Class uchicago.src.sim.analysis.PropertiesPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cmbType

javax.swing.JComboBox cmbType

txtXAxisTitle

javax.swing.JTextField txtXAxisTitle

txtTitle

javax.swing.JTextField txtTitle

txtXRangeMin

javax.swing.JTextField txtXRangeMin

txtXRangeMax

javax.swing.JTextField txtXRangeMax

txtXIncr

javax.swing.JTextField txtXIncr

txtYAxisTitle

javax.swing.JTextField txtYAxisTitle

txtYRangeMin

javax.swing.JTextField txtYRangeMin

txtYRangeMax

javax.swing.JTextField txtYRangeMax

txtYIncr

javax.swing.JTextField txtYIncr

model

AbstractChartModel model

Class uchicago.src.sim.analysis.SimDataNew extends java.lang.Object implements Serializable

Serialized Fields

data

java.util.ArrayList<E> data

header

java.lang.String header

modelHeader

java.lang.String modelHeader

delimiter

java.lang.String delimiter

lineSeparator

java.lang.String lineSeparator

Package uchicago.src.sim.analysis.plot

Class uchicago.src.sim.analysis.plot.RepastPlot extends RepastPlotBox implements Serializable

Serialized Fields

_currentdataset

int _currentdataset
The current dataset.

_points

java.util.Vector<E> _points
A vector of datasets.

_marks

int _marks
An indicator of the marks style. See _parseLine method for interpretation.

_painted

boolean _painted
Indicate that painting is complete.

_pointsPersistence

int _pointsPersistence
Number of points to persist for.

_bars

boolean _bars
True if this is a bar plot.

_barwidth

double _barwidth
Width of a bar in x axis units.

_baroffset

double _baroffset
Offset per dataset in x axis units.

_connected

boolean _connected
True if the points are connected.

_impulses

boolean _impulses
True if this is an impulse plot.

_maxdataset

int _maxdataset
The highest data set used.

_reusedatasets

boolean _reusedatasets
True if we saw 'reusedatasets: on' in the file.

_firstinset

boolean _firstinset
Is this the first datapoint in a set?

_sawfirstdataset

boolean _sawfirstdataset
Have we seen a DataSet line in the current data file?

_radius

int _radius
Give the radius of a point for efficiency.

_diameter

int _diameter
Give the diameter of a point for efficiency.

_prevx

java.util.Vector<E> _prevx
Information about the previously plotted point.

_prevy

java.util.Vector<E> _prevy
Information about the previously plotted point.

_xyInvalid

boolean _xyInvalid
Flag indicating validity of _xBottom, _xTop, _yBottom, and _yTop.

_showing

boolean _showing
Set by _drawPlot(), and reset by clear().

_formats

java.util.Vector<E> _formats
Format information on a per data set basis.

drawOnPlotPoint

boolean drawOnPlotPoint

Class uchicago.src.sim.analysis.plot.RepastPlotBox extends javax.swing.JPanel implements Serializable

Serialized Fields

zListener

ZoomListener zListener

_detailsStrings

java.util.ArrayList<E> _detailsStrings

_xlowgiven

double _xlowgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming).

_xhighgiven

double _xhighgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming).

_ylowgiven

double _ylowgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming).

_yhighgiven

double _yhighgiven
The given X and Y ranges. If they have been given the top and bottom of the x and y ranges. This is different from _xMin and _xMax, which actually represent the range of data that is plotted. This represents the range specified (which may be different due to zooming).

_xBottom

double _xBottom
The minimum X value registered so for, for auto ranging.

_xTop

double _xTop
The maximum X value registered so for, for auto ranging.

_yBottom

double _yBottom
The minimum Y value registered so for, for auto ranging.

_yTop

double _yTop
The maximum Y value registered so for, for auto ranging.

_xlog

boolean _xlog
Whether to draw the axes using a logarithmic scale.

_ylog

boolean _ylog
Whether to draw the axes using a logarithmic scale.

_grid

boolean _grid
Whether to draw a background grid.

_wrap

boolean _wrap
Whether to wrap the X axis.

_background

java.awt.Color _background
Color of the background, settable from HTML.

_foreground

java.awt.Color _foreground
Color of the foreground, settable from HTML.

_topPadding

int _topPadding
Top padding. Derived classes can increment these to make space around the plot.

_bottomPadding

int _bottomPadding
Bottom padding. Derived classes can increment these to make space around the plot.

_rightPadding

int _rightPadding
Right padding. Derived classes can increment these to make space around the plot.

_leftPadding

int _leftPadding
Left padding. Derived classes can increment these to make space around the plot.

_ulx

int _ulx
The plot rectangle in pixels. The naming convention is: "_ulx" = "upper left x", where "x" is the horizontal dimension.

_uly

int _uly
The plot rectangle in pixels. The naming convention is: "_ulx" = "upper left x", where "x" is the horizontal dimension.

_lrx

int _lrx
The plot rectangle in pixels. The naming convention is: "_ulx" = "upper left x", where "x" is the horizontal dimension.

_lry

int _lry
The plot rectangle in pixels. The naming convention is: "_ulx" = "upper left x", where "x" is the horizontal dimension.

_yscale

double _yscale
Scaling used in plotting points.

_xscale

double _xscale
Scaling used in plotting points.

_usecolor

boolean _usecolor
Indicator whether to use _colors.

dsColorMap

cern.colt.map.OpenIntObjectHashMap dsColorMap

dsMarkMap

cern.colt.map.OpenIntIntHashMap dsMarkMap

_width

int _width
Width and height of component in pixels.

_height

int _height
Width and height of component in pixels.

_documentBase

java.net.URL _documentBase
The document base we use to find the _filespec. NOTE: Use of this variable is deprecated. But it is made available to derived classes for backward compatibility. FIXME: Sun's appletviewer gives an exception if this is protected. Why?? So we make it temporarily public.

_buffer

java.awt.image.BufferedImage _buffer
Image to draw onto to avoid flashing.

_filespec

java.lang.String _filespec
The file to be opened.

_ytickMax

double _ytickMax
The range of the plot as labeled (multiply by 10^exp for actual range.

_ytickMin

double _ytickMin
The range of the plot as labeled (multiply by 10^exp for actual range.

_xtickMax

double _xtickMax
The range of the plot as labeled (multiply by 10^exp for actual range.

_xtickMin

double _xtickMin
The range of the plot as labeled (multiply by 10^exp for actual range.

_yExp

int _yExp
The power of ten by which the range numbers should be multiplied.

_xExp

int _xExp
The power of ten by which the range numbers should be multiplied.

_ytickscale

double _ytickscale
Scaling used in making tick marks.

_xtickscale

double _xtickscale
Scaling used in making tick marks.

_labelFont

java.awt.Font _labelFont
Font information.

_superscriptFont

java.awt.Font _superscriptFont
Font information.

_titleFont

java.awt.Font _titleFont
Font information.

_labelFontMetrics

java.awt.FontMetrics _labelFontMetrics
FontMetric information.

_superscriptFontMetrics

java.awt.FontMetrics _superscriptFontMetrics
FontMetric information.

_titleFontMetrics

java.awt.FontMetrics _titleFontMetrics
FontMetric information.

_xlabel

java.lang.String _xlabel
The title and label strings.

_ylabel

java.lang.String _ylabel
The title and label strings.

_title

java.lang.String _title
The title and label strings.

_legendStrings

java.util.Vector<E> _legendStrings
Legend information.

_legendDatasets

java.util.Vector<E> _legendDatasets
Legend information.

_xticks

java.util.Vector<E> _xticks
If XTicks or YTicks are given/

_xticklabels

java.util.Vector<E> _xticklabels
If XTicks or YTicks are given/

_yticks

java.util.Vector<E> _yticks
If XTicks or YTicks are given/

_yticklabels

java.util.Vector<E> _yticklabels
If XTicks or YTicks are given/

Package uchicago.src.sim.engine

Class uchicago.src.sim.engine.AsynchAgent extends DefaultDrawableNode implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
for serialization

Throws:
java.io.IOException
java.lang.ClassNotFoundException
Serialized Fields

utilizedTime

double utilizedTime
The accumulated utilized time.


delayMaximum

double delayMaximum
The default maximum time delay.


delayMinimum

double delayMinimum
The default minimum time delay.


model

SimModel model
The model.


nextAvailableTime

double nextAvailableTime
The default minimum time delay.


ID

int ID
This agent's ID


randomDistribution

cern.jet.random.AbstractContinousDistribution randomDistribution
The random distribution used to distribute delays

Class uchicago.src.sim.engine.AsynchSchedule extends Schedule implements Serializable

Serialized Fields

delta

double delta
The step size for "now".


startTime

double startTime
The time of the first simulation event.


notingCaller

boolean notingCaller
The caller checking flag.

Class uchicago.src.sim.engine.BatchEvent extends java.util.EventObject implements Serializable

Serialized Fields

type

BatchEvent.BatchEventType type

tick

double tick

Class uchicago.src.sim.engine.CallBackSchedule extends Schedule implements Serializable

Serialized Fields

delta

double delta
The step size for "now".


notingCaller

boolean notingCaller
The caller checking flag.

Class uchicago.src.sim.engine.LoadModelTree extends javax.swing.JTree implements Serializable

Serialized Fields

model

javax.swing.tree.DefaultTreeModel model

demoNode

ModelTreeNode demoNode

otherModels

ModelTreeNode otherModels

modelsNode

ModelTreeNode modelsNode

Class uchicago.src.sim.engine.ModelTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

isModelNode

boolean isModelNode

label

java.lang.String label

Class uchicago.src.sim.engine.SimEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id

Package uchicago.src.sim.engine.gui

Class uchicago.src.sim.engine.gui.MakeMovieDialog extends Wizard implements Serializable

Serialized Fields

state

int state

capture

int capture

firstPanel

javax.swing.JPanel firstPanel

secondPanel

javax.swing.JPanel secondPanel

displays

javax.swing.JComboBox displays

fldName

javax.swing.JTextField fldName

btnBrowse

javax.swing.JButton btnBrowse

btnPauseAndEnd

javax.swing.JRadioButton btnPauseAndEnd

btnEveryTick

javax.swing.JRadioButton btnEveryTick

btnInterval

javax.swing.JRadioButton btnInterval

fldInterval

javax.swing.JTextField fldInterval

buttonHelp

javax.swing.JLabel buttonHelp

frame

javax.swing.JFrame frame

movieScheduler

MovieScheduler movieScheduler

interval

int interval

captureAt

javax.swing.Action captureAt

next

javax.swing.Action next

back

javax.swing.Action back

Class uchicago.src.sim.engine.gui.RepastActionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

gridx

int gridx

gridy

int gridy

c

java.awt.GridBagConstraints c

subPanel

javax.swing.JPanel subPanel

Class uchicago.src.sim.engine.gui.RepastParamPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

BROWSE_ITEM

java.lang.String BROWSE_ITEM

CREATE_ITEM

java.lang.String CREATE_ITEM

paramFileBox

javax.swing.JComboBox paramFileBox
the combo box holding the recent file names and browse/create options


fileLabel

javax.swing.JLabel fileLabel

paramFiles

java.util.HashMap<K,V> paramFiles
maps the short name showed in the paramFileBox -> the full file name


fileSeparator

java.lang.String fileSeparator
the character used in the directory tree


newlyCreatedParamFileName

java.lang.String newlyCreatedParamFileName
This is set by the setParameterFile method which is called by the parameter wizard when the parameter file is chosen. This only holds a value temporarily so it should not be used outside of the setParameterFile or createNewFile methods.


model

SimModel model
the model to use for creating the wizard

Class uchicago.src.sim.engine.gui.SnapshotDialog extends Wizard implements Serializable

Serialized Fields

state

int state

capture

int capture

firstPanel

javax.swing.JPanel firstPanel

secondPanel

javax.swing.JPanel secondPanel

displays

javax.swing.JComboBox displays

fldName

javax.swing.JTextField fldName

btnBrowse

javax.swing.JButton btnBrowse

btnPauseAndEnd

javax.swing.JRadioButton btnPauseAndEnd

btnInterval

javax.swing.JRadioButton btnInterval

btnNone

javax.swing.JRadioButton btnNone

fldInterval

javax.swing.JTextField fldInterval

buttonLabel

javax.swing.JLabel buttonLabel

frame

javax.swing.JFrame frame

snapshotScheduler

SnapshotScheduler snapshotScheduler

interval

int interval

dispName

java.lang.String dispName

captureAt

javax.swing.Action captureAt

next

javax.swing.Action next

back

javax.swing.Action back

Package uchicago.src.sim.engine.gui.components

Class uchicago.src.sim.engine.gui.components.ArrayListListModel extends javax.swing.DefaultComboBoxModel implements Serializable

Serialized Fields

someList

java.util.ArrayList<E> someList

Class uchicago.src.sim.engine.gui.components.DataTypeMismatchException extends java.lang.Exception implements Serializable

Class uchicago.src.sim.engine.gui.components.EnhancedJTable extends javax.swing.JTable implements Serializable

Serialized Fields

anEnhancedTableModel

EnhancedTableModel anEnhancedTableModel

Class uchicago.src.sim.engine.gui.components.EnhancedTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

enhancedJTable

EnhancedJTable enhancedJTable

Class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel extends EnhancedTableModel implements Serializable

Serialized Fields

aParameterData

ParameterData aParameterData

colClasses

java.lang.Class<T>[] colClasses

aGUIControllerAbstract

GUIControllerAbstract aGUIControllerAbstract

Class uchicago.src.sim.engine.gui.components.ParameterWizardPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 4051327855340041520L

Serialized Fields

top

javax.swing.tree.DefaultMutableTreeNode top

inputParmListModel

ArrayListListModel inputParmListModel

paramTypeGroup

javax.swing.ButtonGroup paramTypeGroup

allParameterTable

EnhancedJTable allParameterTable

addNestParamButton

javax.swing.JButton addNestParamButton

removeParamButton

javax.swing.JButton removeParamButton

addParamButton

javax.swing.JButton addParamButton

removeParamBlockButton

javax.swing.JButton removeParamBlockButton

addParamBlockButton

javax.swing.JButton addParamBlockButton

runEditPanel

javax.swing.JPanel runEditPanel

dialogButtonPanel

javax.swing.JPanel dialogButtonPanel

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

outputLocationPanel

javax.swing.JPanel outputLocationPanel

selectButton

javax.swing.JButton selectButton

fileNameLabel

javax.swing.JLabel fileNameLabel

outputLocationLabel

javax.swing.JLabel outputLocationLabel

startLabel

javax.swing.JLabel startLabel

endLabel

javax.swing.JLabel endLabel

incrLabel

javax.swing.JLabel incrLabel

startTextField

javax.swing.JTextField startTextField

endTextField

javax.swing.JTextField endTextField

incrTextField

javax.swing.JTextField incrTextField

commaLabel

javax.swing.JLabel commaLabel

runsTextField

javax.swing.JTextField runsTextField

runsLabel

javax.swing.JLabel runsLabel

inputParameterList

javax.swing.JList inputParameterList

allParametersPanel

javax.swing.JPanel allParametersPanel

inputParametersPanel

javax.swing.JPanel inputParametersPanel

listOfValuesRadioButton

javax.swing.JRadioButton listOfValuesRadioButton

incrValueRadioButton

javax.swing.JRadioButton incrValueRadioButton

constValueRadioButton

javax.swing.JRadioButton constValueRadioButton

paramEditPanel

javax.swing.JPanel paramEditPanel

tabPane

javax.swing.JTabbedPane tabPane

configuredParamTree

javax.swing.JTree configuredParamTree

aParameterData

ParameterData aParameterData

aParameterDataObjectTableModel

ParameterDataObjectTableModel aParameterDataObjectTableModel

aParameterWizard

ParameterWizard aParameterWizard

curPath

javax.swing.tree.TreePath curPath

Class uchicago.src.sim.engine.gui.components.RadioBarPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

listenerList

javax.swing.event.EventListenerList listenerList

dataValues

int[] dataValues

jRadioButtonArray

javax.swing.JRadioButton[] jRadioButtonArray

labelValues

java.lang.String[] labelValues

selectedValue

int selectedValue

buttonGroup1

javax.swing.ButtonGroup buttonGroup1

anGUIControllerAbstract

GUIControllerAbstract anGUIControllerAbstract

jLabel1

javax.swing.JLabel jLabel1

jPanel1

javax.swing.JPanel jPanel1

Package uchicago.src.sim.gui

Class uchicago.src.sim.gui.DisplaySurface extends javax.swing.JComponent implements Serializable

Serialized Fields

painter

Painter painter
The Painter used by this DisplaySurface to do the actual drawing.


probeables

java.util.ArrayList<E> probeables
List of probeable displays.


frame

javax.swing.JFrame frame
The JFrame in which this DisplaySurface is displayed.


needsUpdate

boolean needsUpdate
Whether or not this DisplaySurface needs to be updated.


snapshotFile

java.lang.String snapshotFile
Filename for snapshots taken of this display surface.


model

SimModel model
The model associated with this display surface.


displays

java.util.Hashtable<K,V> displays
Dictionary of the Displays contained by this DisplaySurface. The menu text associated with the display is the key and the display itself is the value.


menu

javax.swing.JMenu menu
The option menu.


bar

javax.swing.JMenuBar bar
The menu bar for the DisplaySurface JFrame


name

java.lang.String name
The name of this display.


movieMaker

MovieMaker movieMaker

legend

Legend legend

keyListeners

java.util.ArrayList<E> keyListeners
List of keyListeners for this DisplaySurface.


zoomables

java.util.ArrayList<E> zoomables

location

java.awt.Point location

size

java.awt.Dimension size

defaultSize

java.awt.Dimension defaultSize

mousePressed

boolean mousePressed
This is set to true via a mouse motion listener on the frame.


zoomRect

uchicago.src.sim.gui.DisplaySurface.Rect zoomRect

dsWindowAdapter

java.awt.event.WindowAdapter dsWindowAdapter

dsMouseAdapter

javax.swing.event.MouseInputAdapter dsMouseAdapter

du

uchicago.src.sim.gui.DisplaySurface.DUpdate du

viewAction

javax.swing.Action viewAction

defaultSizeAction

javax.swing.Action defaultSizeAction

Class uchicago.src.sim.gui.ViewEvent extends java.util.EventObject implements Serializable

Serialized Fields

id

int id

view

boolean view

Package uchicago.src.sim.math

Class uchicago.src.sim.math.CEquationPropertyWidget extends javax.swing.JTextField implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

equation

CEquation equation

Package uchicago.src.sim.network

Class uchicago.src.sim.network.DefaultNode.OrderedHashMap extends java.util.HashMap implements Serializable

Serialized Fields

keys

java.util.LinkedList<E> keys

Class uchicago.src.sim.network.NetworkPath extends java.util.Stack implements Serializable

Serialized Fields

distance

double distance

Package uchicago.src.sim.parameter.rpl

Class uchicago.src.sim.parameter.rpl.CompilerException extends java.lang.RuntimeException implements Serializable

Serialized Fields

ex

java.lang.Exception ex

message

java.lang.String message

fileName

java.lang.String fileName

code

java.lang.String code

line

int line

Class uchicago.src.sim.parameter.rpl.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class uchicago.src.sim.parameter.rpl.RPLList extends java.util.ArrayList implements Serializable

Serialized Fields

type

java.lang.Class<T> type

Class uchicago.src.sim.parameter.rpl.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


EOFSeen

boolean EOFSeen
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error. Parameters : EOFSeen : indicates if EOF caused the lexicl error curLexState : lexical state in which this error occured errorLine : line number when the error occured errorColumn : column number when the error occured errorAfter : prefix that was seen before this error occured curchar : the offending character Note: You can customize the lexical error message by modifying this method.


errorLine

int errorLine

errorColumn

int errorColumn

curChar

java.lang.String curChar

Package uchicago.src.sim.space

Class uchicago.src.sim.space.RasterSpace extends java.lang.Object implements Serializable

Serialized Fields

sparseness

double sparseness

originx

double originx

originy

double originy

termx

double termx

termy

double termy

cellSize

double cellSize

nodata

double nodata

min

double min

max

double max

missing

double missing

height

int height

width

int width

matrix

DoubleMatrix matrix

Package uchicago.src.sim.util

Class uchicago.src.sim.util.RepastException extends java.lang.Exception implements Serializable

Serialized Fields

ex

java.lang.Exception ex

message

java.lang.String message