Serialized Form
-
Package microsim.data
-
Class microsim.data.MultiKeyCoefficientMap
class MultiKeyCoefficientMap extends org.apache.commons.collections4.map.MultiKeyMap implements Serializable- serialVersionUID:
- 5049597007431364596L
-
Class microsim.data.MultiKeyHashMap
- serialVersionUID:
- 4939180438185813582L
-
-
Package microsim.data.db
-
Class microsim.data.db.CoefficientEntityKey
class CoefficientEntityKey extends Object implements Serializable- serialVersionUID:
- 7602166749723270873L
-
Class microsim.data.db.PanelEntityKey
class PanelEntityKey extends Object implements Serializable- serialVersionUID:
- -1264771886420608859L
-
Serialized Fields
-
id
long id
-
simulationRun
long simulationRun
-
simulationTime
double simulationTime
-
workingId
long workingId
-
-
-
Package microsim.exception
-
Exception Class microsim.exception.SimulationException
class SimulationException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class microsim.exception.SimulationRuntimeException
class SimulationRuntimeException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package microsim.gui.plot
-
Class microsim.gui.plot.CollectionBarSimulationPlotter
class CollectionBarSimulationPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Class microsim.gui.plot.HistogramSimulationPlotter
class HistogramSimulationPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
Class microsim.gui.plot.IndividualBarSimulationPlotter
class IndividualBarSimulationPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
categories
ArrayList<String> categories
-
colorMap
FixedColorMap colorMap
-
dataset
org.jfree.data.category.DefaultCategoryDataset dataset
-
renderer
org.jfree.chart.renderer.category.BarRenderer renderer
-
sources
ArrayList<microsim.gui.plot.IndividualBarSimulationPlotter.Source> sources
-
yaxis
String yaxis
-
-
Class microsim.gui.plot.ScatterplotSimulationPlotter
class ScatterplotSimulationPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataset
org.jfree.data.xy.XYSeriesCollection dataset
-
maxSamples
int maxSamples
-
sources
ArrayList<org.apache.commons.math3.util.Pair<microsim.gui.plot.ScatterplotSimulationPlotter.Source, microsim.gui.plot.ScatterplotSimulationPlotter.Source>> sources
-
-
Class microsim.gui.plot.ScatterplotSimulationPlotterRefreshable
class ScatterplotSimulationPlotterRefreshable extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataset
org.jfree.data.xy.XYSeriesCollection dataset
-
maxSamples
int maxSamples
-
sources
ArrayList<org.apache.commons.math3.util.Pair<microsim.gui.plot.ScatterplotSimulationPlotterRefreshable.Source, microsim.gui.plot.ScatterplotSimulationPlotterRefreshable.Source>> sources
-
-
Class microsim.gui.plot.TimeSeriesSimulationPlotter
class TimeSeriesSimulationPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dataset
org.jfree.data.xy.XYSeriesCollection dataset
-
maxSamples
int maxSamples
-
plot
org.jfree.chart.plot.XYPlot plot
-
renderer
org.jfree.chart.renderer.xy.XYLineAndShapeRenderer renderer
-
sources
ArrayList<microsim.gui.plot.TimeSeriesSimulationPlotter.Source> sources
-
-
Class microsim.gui.plot.Weighted_HistogramBin
class Weighted_HistogramBin extends Object implements Serializable- serialVersionUID:
- 7614685080015589931L
-
Serialized Fields
-
count
double count
The (weighted) number of items in the bin, the weights can be double, meaning that the count can also be double. -
endBoundary
double endBoundary
The end boundary. -
startBoundary
double startBoundary
The start boundary.
-
-
Class microsim.gui.plot.Weighted_HistogramDataset
class Weighted_HistogramDataset extends org.jfree.data.xy.AbstractIntervalXYDataset implements Serializable- serialVersionUID:
- -6341668077370231153L
-
Serialized Fields
-
list
List list
A list of maps. -
totalWeight
double totalWeight
Sum of the total weightings of each value, in order to correctly calculate the chart for RELATIVE_FREQUENCY type. -
type
org.jfree.data.statistics.HistogramType type
The histogram type.
-
-
Class microsim.gui.plot.Weighted_HistogramSimulationPlotter
class Weighted_HistogramSimulationPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
bins
int bins
-
chart
org.jfree.chart.JFreeChart chart
-
dataset
Weighted_HistogramDataset dataset
-
maximum
Double maximum
-
minimum
Double minimum
-
sources
ArrayList<microsim.gui.plot.Weighted_HistogramSimulationPlotter.WeightedArraySource> sources
-
type
org.jfree.data.statistics.HistogramType type
-
-
Class microsim.gui.plot.Weighted_PyramidDataset
class Weighted_PyramidDataset extends org.jfree.data.general.AbstractSeriesDataset implements Serializable- serialVersionUID:
- -6875925093485823495L
-
Serialized Fields
-
dataMap
Map<String, Map<Weighted_PyramidPlotter.GroupName, Double>> dataMap
A list of maps. -
groupNames
Weighted_PyramidPlotter.GroupName[] groupNames
-
groupRanges
double[][] groupRanges
-
scalingFactor
double scalingFactor
-
-
Class microsim.gui.plot.Weighted_PyramidPlotter
class Weighted_PyramidPlotter extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
catNames
String[] catNames
-
chart
org.jfree.chart.JFreeChart chart
-
dataset
Weighted_PyramidDataset dataset
-
groupNames
Weighted_PyramidPlotter.GroupName[] groupNames
-
groupRanges
double[][] groupRanges
-
scalingFactor
double scalingFactor
-
sources
microsim.gui.plot.Weighted_PyramidPlotter.WeightedArraySource[] sources
-
xaxis
String xaxis
-
yaxis
String yaxis
-
yaxisFormat
String yaxisFormat
-
-
-
Package microsim.gui.probe
-
Class microsim.gui.probe.MethodDialog
class MethodDialog extends JDialog implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cancel
boolean cancel
-
jBtnCancel
JButton jBtnCancel
-
jBtnExecute
JButton jBtnExecute
-
jPanelMain
JPanel jPanelMain
-
jScrollPaneTable
JScrollPane jScrollPaneTable
-
jTableMethods
JTable jTableMethods
-
parameters
MethodParameterDataModel parameters
-
-
Class microsim.gui.probe.MethodParameterDataModel
class MethodParameterDataModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Class microsim.gui.probe.ObjectDataModel
class ObjectDataModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
Class microsim.gui.probe.PanelObjectCollection
class PanelObjectCollection extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
borderLayout
BorderLayout borderLayout
-
dataModel
ObjectDataModel dataModel
-
jBtnNewProbe
JButton jBtnNewProbe
-
jScrollPaneObjects
JScrollPane jScrollPaneObjects
-
jTableObjects
JTable jTableObjects
-
-
Class microsim.gui.probe.ProbeFrame
class ProbeFrame extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
borderLayout2
BorderLayout borderLayout2
-
borderLayout3
BorderLayout borderLayout3
-
flowLayout1
FlowLayout flowLayout1
-
frameName
String frameName
-
jBtnInvoke
JButton jBtnInvoke
-
jBtnListValues
JButton jBtnListValues
-
jBtnNewProbe
JButton jBtnNewProbe
-
jBtnOK
JButton jBtnOK
-
jBtnPrivate
JToggleButton jBtnPrivate
-
jBtnRefresh
JButton jBtnRefresh
-
jCmbSuperclass
JComboBox jCmbSuperclass
-
jListMethods
JList jListMethods
-
jNorthPanel
JPanel jNorthPanel
-
jObjectName
JLabel jObjectName
-
jPanelLowerButtons
JPanel jPanelLowerButtons
-
jPaneMethods
JPanel jPaneMethods
-
jPaneVariables
JPanel jPaneVariables
-
jPaneVariablesButtons
JPanel jPaneVariablesButtons
-
jScrollMethods
JScrollPane jScrollMethods
-
jScrollVariables
JScrollPane jScrollVariables
-
jTabbedPaneMain
JTabbedPane jTabbedPaneMain
-
jTableVariables
JTable jTableVariables
-
methods
MethodsDataModel methods
-
objectContent
String objectContent
-
openedPanels
List<PanelObjectCollection> openedPanels
-
probedObject
Object probedObject
-
variables
VariableDataModel variables
-
-
Class microsim.gui.probe.VariableDataModel
class VariableDataModel extends AbstractTableModel implements Serializable- serialVersionUID:
- 1L
-
-
Package microsim.gui.shell
-
Class microsim.gui.shell.AboutFrame
class AboutFrame extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
imageIcon
ImageIcon imageIcon
-
jContentPane
JPanel jContentPane
-
jLibrariesPanel
JPanel jLibrariesPanel
-
jLibrariesScroll
JScrollPane jLibrariesScroll
-
jLibrariesTable
JTable jLibrariesTable
-
jLicencePanel
JPanel jLicencePanel
-
jLicenceText
JTextArea jLicenceText
-
jMainPanel
JPanel jMainPanel
-
jScrollLicence
JScrollPane jScrollLicence
-
jSystemPanel
JPanel jSystemPanel
-
jSystemScroll
JScrollPane jSystemScroll
-
jSystemTable
JTable jSystemTable
-
jTabbedPane
JTabbedPane jTabbedPane
-
-
Class microsim.gui.shell.AboutPanel
class AboutPanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
imageJAS
ImageIcon imageJAS
-
-
Class microsim.gui.shell.CaptureConsoleWindow
class CaptureConsoleWindow extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
cta
ConsoleTextArea cta
-
imageIcon
ImageIcon imageIcon
-
jBtnClear
JButton jBtnClear
-
jBtnRead
JToggleButton jBtnRead
-
jBtnSave
JButton jBtnSave
-
jContentPane
JPanel jContentPane
-
jScrollText
JScrollPane jScrollText
-
jToolBar
JToolBar jToolBar
-
-
Class microsim.gui.shell.ConsoleTextArea
class ConsoleTextArea extends JTextArea implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
byteArrayOS
ByteArrayOutputStream byteArrayOS
-
keepRunning
boolean keepRunning
-
oldErr
PrintStream oldErr
-
oldOut
PrintStream oldOut
-
-
Class microsim.gui.shell.DatabaseExplorerFrame
class DatabaseExplorerFrame extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
dirs
File[] dirs
-
imageMiniPreferences
ImageIcon imageMiniPreferences
-
jBtnApply
JButton jBtnApply
-
jBtnClose
JButton jBtnClose
-
jBtnDelete
JButton jBtnDelete
-
jBtnInit
JButton jBtnInit
-
jList
JList<String> jList
-
jPanelButtons
JPanel jPanelButtons
-
jPanelProperties
JPanel jPanelProperties
-
mainContentPane
JPanel mainContentPane
-
model
DefaultListModel<String> model
-
-
Class microsim.gui.shell.EngineParametersFrame
class EngineParametersFrame extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentEngine
SimulationEngine currentEngine
-
imageMiniPreferences
ImageIcon imageMiniPreferences
-
jBtnApply
JButton jBtnApply
-
jBtnCancel
JButton jBtnCancel
-
jBtnClose
JButton jBtnClose
-
jBtnGenerateSeed
JButton jBtnGenerateSeed
-
jLblEventList
JLabel jLblEventList
-
jPanelButtons
JPanel jPanelButtons
-
jPanelEventList
JPanel jPanelEventList
-
jPanelLineSeed
JPanel jPanelLineSeed
-
jPanelLineTime
JPanel jPanelLineTime
-
jPanelProperties
JPanel jPanelProperties
-
jPanelSeed
JPanel jPanelSeed
-
jScrollPane
JScrollPane jScrollPane
-
jTabbedPane
JTabbedPane jTabbedPane
-
jTree
JTree jTree
-
jTxtRunNumber
JTextField jTxtRunNumber
-
jTxtSeed
JTextField jTxtSeed
-
mainContentPane
JPanel mainContentPane
-
oldSeed
long oldSeed
-
-
Class microsim.gui.shell.MicrosimShell
class MicrosimShell extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
consoleWindow
CaptureConsoleWindow consoleWindow
-
controller
MicrosimShell.SimulationController controller
-
jBtnBuild
JButton jBtnBuild
-
jBtnPause
JButton jBtnPause
-
jBtnPlay
JButton jBtnPlay
-
jBtnReload
JButton jBtnReload
-
jBtnStep
JButton jBtnStep
-
jBtnUpdateParams
JButton jBtnUpdateParams
-
jContentPane
JPanel jContentPane
-
jDesktopPane
JDesktopPane jDesktopPane
-
jJMenuBar
JMenuBar jJMenuBar
-
jLabelCurTime
JLabel jLabelCurTime
-
jLabelSlider
JLabel jLabelSlider
-
jLabelTime
JLabel jLabelTime
-
jMenuFileExit
JMenuItem jMenuFileExit
-
jMenuHelp
JMenu jMenuHelp
-
jMenuHelpAbout
JMenuItem jMenuHelpAbout
-
jMenuSimulation
JMenu jMenuSimulation
-
jMenuSimulationBuild
JMenuItem jMenuSimulationBuild
-
jMenuSimulationEngine
JMenuItem jMenuSimulationEngine
-
jMenuSimulationPause
JMenuItem jMenuSimulationPause
-
jMenuSimulationPlay
JMenuItem jMenuSimulationPlay
-
jMenuSimulationRestart
JMenuItem jMenuSimulationRestart
-
jMenuSimulationStep
JMenuItem jMenuSimulationStep
-
jMenuSimulationStop
JMenuItem jMenuSimulationStop
-
jMenuSimulationUpdateParams
JMenuItem jMenuSimulationUpdateParams
-
jMenuTools
JMenu jMenuTools
-
jMenuToolsDatabaseExplorer
JMenuItem jMenuToolsDatabaseExplorer
-
jMenuToolsWindowPositions
JMenuItem jMenuToolsWindowPositions
-
jNullLabel
JLabel jNullLabel
-
jPanelSlider
JPanel jPanelSlider
-
jPanelTime
JPanel jPanelTime
-
jPanelTop
JPanel jPanelTop
-
jSilentCheck
JCheckBox jSilentCheck
-
jSlider
JSlider jSlider
-
jSplitInternalDesktop
JSplitPane jSplitInternalDesktop
-
jSplitPane
JSplitPane jSplitPane
-
jToolBar
JToolBar jToolBar
-
-
Class microsim.gui.shell.MultiRunFrame
class MultiRunFrame extends JFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
borderLayout1
org.jfree.ui.tabbedui.VerticalLayout borderLayout1
-
forward
int forward
-
jBar
JProgressBar jBar
-
jBtnQuit
JButton jBtnQuit
-
jBtnStart
JButton jBtnStart
-
jLblCurrentRun
JLabel jLblCurrentRun
-
jLblCurrentRunLabel
JLabel jLblCurrentRunLabel
-
jLblCurrentStep
JLabel jLblCurrentStep
-
jLblCurrentStepLabel
JLabel jLblCurrentStepLabel
-
jLblNumber
JLabel jLblNumber
-
jLblRunNb
JLabel jLblRunNb
-
jPanelBtns
JPanel jPanelBtns
-
jPanelNorth
JPanel jPanelNorth
-
maxRuns
int maxRuns
-
test
MultiRun test
-
-
-
Package microsim.gui.shell.parameter
-
Class microsim.gui.shell.parameter.DescriptiveSwingMetawidget
class DescriptiveSwingMetawidget extends org.metawidget.swing.SwingMetawidget implements Serializable- serialVersionUID:
- 1L
-
Class microsim.gui.shell.parameter.ParameterFrame
class ParameterFrame extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
binder
MetawidgetBinder binder
-
metawidget
org.metawidget.swing.SwingMetawidget metawidget
-
target
Object target
-
-
-
Package microsim.gui.space
-
Class microsim.gui.space.CellObjectChooser
class CellObjectChooser extends JDialog implements Serializable- serialVersionUID:
- 1L
-
Class microsim.gui.space.LayeredSurfaceFrame
class LayeredSurfaceFrame extends JInternalFrame implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
borderLayout1
BorderLayout borderLayout1
-
cellLen
int cellLen
-
jLayeredPanel
LayeredSurfacePanel jLayeredPanel
-
jScrollPane
JScrollPane jScrollPane
-
popupMenu
JPopupMenu popupMenu
-
screenSize
Dimension screenSize
-
xSize
int xSize
-
ySize
int ySize
-
-
Class microsim.gui.space.LayeredSurfacePanel
class LayeredSurfacePanel extends JPanel implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
background
Color background
-
cellLen
int cellLen
-
lastX
int lastX
-
lastY
int lastY
-
m_layers
List<ILayerDrawer> m_layers
-
virtualHeigth
int virtualHeigth
-
virtualWidth
int virtualWidth
-
xSize
int xSize
-
ySize
int ySize
-
-
Class microsim.gui.space.LayeredSurfaceProperties
class LayeredSurfaceProperties extends JDialog implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
displayLayers
List<ILayerDrawer> displayLayers
-
gridLayout1
GridLayout gridLayout1
-
jBtnCancel
JButton jBtnCancel
-
jBtnOK
JButton jBtnOK
-
jButtonPanel
JPanel jButtonPanel
-
jCmbSize
JComboBox jCmbSize
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jMainPanel
JPanel jMainPanel
-
jpanel
JPanel jpanel
-
jSizePanel
JPanel jSizePanel
-
modified
boolean modified
-
newCellSize
int newCellSize
-
titledBorder1
TitledBorder titledBorder1
-
-
-
Package microsim.space
-
Class microsim.space.SpacePosition
class SpacePosition extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
x
int x
-
y
int y
-
-
-
Package microsim.space.turtle
-
Class microsim.space.turtle.AbstractTurtle
class AbstractTurtle extends SpacePosition implements Serializable- serialVersionUID:
- -8822828953179373104L
-
Serialized Fields
-
grid
ObjectSpace grid
-
moving
AbstractTurtle.MoveMode moving
-
-
Class microsim.space.turtle.DigitalTurtle
class DigitalTurtle extends AbstractTurtle implements Serializable- serialVersionUID:
- -6624018914521929484L
-
Serialized Fields
-
heading
AbstractTurtle.Direction heading
-
-
Class microsim.space.turtle.Turtle
class Turtle extends AbstractTurtle implements Serializable- serialVersionUID:
- 4897224750701553738L
-
Serialized Fields
-
degreeHeading
int degreeHeading
-
radiantHeading
double radiantHeading
-
realX
double realX
-
realY
double realY
-
-