RePast
v. 2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbsMulti2DGrid - class uchicago.src.sim.space.AbsMulti2DGrid.
Base class for grids whose cells can hold more that one occupant.
AbsMulti2DGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.AbsMulti2DGrid
Creates this AbsMulti2DGrid with the specified dimensions.
AbsMulti2DHexagonalGrid - class uchicago.src.sim.space.AbsMulti2DHexagonalGrid.
Base class for hexagonal grids whose cells can hold more that one occupant.
AbsMulti2DHexagonalGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
Creates this AbsMulti2DHexagonalGrid with the specified dimensions.
AbsMulti2DHexagonalTorus - class uchicago.src.sim.space.AbsMulti2DHexagonalTorus.
Base class for hexagonal torii whose cells can hold more that one occupant.
AbsMulti2DHexagonalTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
Creates this AbsMulti2DHexagonalGrid with the specified dimensions.
AbsMulti2DTorus - class uchicago.src.sim.space.AbsMulti2DTorus.
Base class for tori whose cells can hold more that one occupant.
AbsMulti2DTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.AbsMulti2DTorus
Creates this AbsMulti2DGrid with the specified dimensions.
AbstractAdjacencyMatrix - class uchicago.src.sim.network.AbstractAdjacencyMatrix.
 
AbstractAdjacencyMatrix() - Constructor for class uchicago.src.sim.network.AbstractAdjacencyMatrix
 
AbstractChartModel - class uchicago.src.sim.analysis.AbstractChartModel.
 
AbstractChartModel(SimModel) - Constructor for class uchicago.src.sim.analysis.AbstractChartModel
Creates an AbstractChartModel.
AbstractGraphLayout - class uchicago.src.sim.gui.AbstractGraphLayout.
Abstract implementation of the GraphLayout interface.
AbstractGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.AbstractGraphLayout
 
AbstractGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.AbstractGraphLayout
 
AbstractGUIController - class uchicago.src.sim.engine.AbstractGUIController.
Base class for GUI controllers.
AbstractGUIController() - Constructor for class uchicago.src.sim.engine.AbstractGUIController
Constructs an AbstractGUIController with no associated model, or parameters.
AbstractGUIController(Vector) - Constructor for class uchicago.src.sim.engine.AbstractGUIController
Constructs a AbstractGUIController whose model has the specified parameters.
AbstractNeighborhooder - class uchicago.src.sim.space.AbstractNeighborhooder.
 
AbstractNeighborhooder(Discrete2DSpace) - Constructor for class uchicago.src.sim.space.AbstractNeighborhooder
 
AbstractProbabilityRule - class uchicago.src.sim.network.AbstractProbabilityRule.
Implements some generic functionality for ProbabilityRule-s.
AbstractProbabilityRule(List, float) - Constructor for class uchicago.src.sim.network.AbstractProbabilityRule
Creates this AbstractProbabilityRule to operate on the specified list of Objects, and assinging the Objects the specified starting weight.
AbstractProbabilityRule(List, float, Object) - Constructor for class uchicago.src.sim.network.AbstractProbabilityRule
Creates this AbstractProbabilityRule to operate on the specified list of Objects, excluding the specified node, and assinging the Objects the specified starting weight.
ActionDescriptor - class uchicago.src.reflector.ActionDescriptor.
Describes an Action.
ActionDescriptor(String, ActionListener) - Constructor for class uchicago.src.reflector.ActionDescriptor
 
actionEvent - Variable in class uchicago.src.sim.event.CheckBoxListener
 
ActionGroup - class uchicago.src.sim.engine.ActionGroup.
A collection of BasicActions to be executed by a schedule.
ActionGroup() - Constructor for class uchicago.src.sim.engine.ActionGroup
Constructs an ActionGroup with a default sequential execution.
ActionGroup(int) - Constructor for class uchicago.src.sim.engine.ActionGroup
Constructs an ActionGroup with execution of the specified type.
actionPerformed(ActionEvent) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Implements the ActionListener interface.
actionPerformed(ActionEvent) - Method in class uchicago.src.sim.gui.FruchGraphLayout
Implements the ActionListener interface.
actionPerformed(ActionEvent) - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Empty implementation of ActionListener interface.
actionPerformed(ActionEvent) - Method in class uchicago.src.sim.event.CheckBoxListener
Reponds to ActionEvent fired by a JCheckBox.
actionPerformed(ActionEvent) - Method in class uchicago.src.reflector.IntrospectPanel
 
actionQueue - Variable in class uchicago.src.sim.engine.ScheduleBase
 
ActionQueue - class uchicago.src.sim.engine.ActionQueue.
Priority Queue for Action objects.
ActionQueue() - Constructor for class uchicago.src.sim.engine.ActionQueue
 
ActionQueue(int) - Constructor for class uchicago.src.sim.engine.ActionQueue
 
actions - Variable in class uchicago.src.sim.engine.ScheduleGroup
 
ActionUtilities - class uchicago.src.sim.engine.ActionUtilities.
A collection of utility methods for the creation of SimActions and SimListActions.
ActionUtilities() - Constructor for class uchicago.src.sim.engine.ActionUtilities
 
activate(int) - Method in class uchicago.src.sim.hypercycles.HyperCell
Returns the the int value of the activated skill - i.e.
add(ArrayList, int, int) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder.LocAdder
 
add(ArrayList, int, int) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder.ObjectAdder
 
add(int, Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
add(Object) - Method in class uchicago.src.sim.space.OrderedCell
Adds an object to this cell.
add(Object) - Method in class uchicago.src.sim.space.BagCell
Adds an object to this cell.
add(Object) - Method in interface uchicago.src.sim.space.Cell
Adds an object to this cell.
add(Object) - Method in class uchicago.src.sim.util.ConservationCollection
Adds the specified object to the collection.
addAction(BasicAction) - Method in class uchicago.src.sim.engine.ActionGroup
Adds a BasicAction to the list of BasicActions to execute.
addActionListener(ActionListener) - Method in class uchicago.src.reflector.RangeWidget
 
addActionListener(ActionListener) - Method in class uchicago.src.reflector.FileWidget
 
addActionListener(ActionListener) - Method in class uchicago.src.reflector.PropertyButton
 
addActionListener(ActionListener) - Method in class uchicago.src.reflector.PropertyLabel
 
addActionListener(ActionListener) - Method in class uchicago.src.reflector.PropertyTextField
 
addActionListener(ActionListener) - Method in interface uchicago.src.reflector.PropertyWidget
 
addAgent(LifeAgent) - Method in class uchicago.src.sim.life.LifeSpace
Adds the agent at its coordinates.
addAgent(LifeAgent) - Method in interface uchicago.src.sim.life.Space
 
addAgent(LifeAgent) - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Adds the agent at its coordinates.
addAgent(LifeAgent) - Method in class uchicago.src.sim.life.LifeModel
 
addAll(Collection) - Method in class uchicago.src.sim.util.ConservationCollection
 
addAll(int, Collection) - Method in class uchicago.src.sim.util.ConservationCollection
 
addAttribute(String, Object) - Method in class uchicago.src.sim.gis.PolygonAdapter
add an attribute to this feature.
addAttribute(String, Object) - Method in class uchicago.src.sim.gis.PointAdapter
 
addAttribute(String, Object) - Method in class uchicago.src.sim.gis.LineStringAdapter
add another attribute to this feature.
addAttribute(String, Object) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Add an attribute to the Fature.
addBasicAction(BasicAction) - Method in class uchicago.src.sim.engine.ScheduleGroup
 
addBuffer(Buffer) - Method in class uchicago.src.sim.gui.BufferSourceStream
 
addBuffer(Buffer) - Method in class uchicago.src.sim.gui.BufferDataSource
 
addButton(Action) - Method in class uchicago.src.sim.engine.gui.RepastActionPanel
 
addButton(JButton) - Method in class uchicago.src.sim.engine.Controller
Adds a user defined button to the toolbar.
addButton(String, ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds a user defined button to the toolbar.
addButton(String, ActionListener) - Method in class uchicago.src.sim.engine.ModelManipulator
Adds a button with the specified label and listener to this ModelManipulator.
addButton(String, ActionListener) - Method in class uchicago.src.sim.engine.gui.RepastActionPanel
 
addChartAsListener(SimGraph) - Method in class uchicago.src.sim.analysis.Statistics
Adds the specified graph as a listener to this data
addChartAsListener(SimGraph) - Method in interface uchicago.src.sim.analysis.Graphable
Adds the specified SimGraph as a listener to this object
AddChartGui - class uchicago.src.sim.analysis.AddChartGui.
Gui for adding custom charts.
AddChartGui(SimModel) - Constructor for class uchicago.src.sim.analysis.AddChartGui
 
addCheckBox(String, ActionListener, boolean) - Method in class uchicago.src.sim.engine.gui.RepastActionPanel
 
addCheckBox(String, CheckBoxListener, boolean) - Method in class uchicago.src.sim.engine.ModelManipulator
Adds a checkbox to this ModelManipulator with the specified label, CheckBoxListener, and whether the box should be selected initially.
addChild(Parameter) - Method in class uchicago.src.sim.engine.Parameter
Adds a Parameter to this parameter as a child.
addClass(String, ClassFile) - Method in class uchicago.src.codegen.RSClassLoader
 
addColorChangeListener(ChangeListener) - Method in class uchicago.src.guiUtils.ColorChooserPopup
 
addComponent(Component) - Method in class uchicago.src.sim.engine.ModelManipulator
Adds the specified Component to this ModelManipulation.
addData(Object) - Method in class uchicago.src.sim.analysis.ObjectData
Adds newData to this ObjectData
addData(Vector) - Method in class uchicago.src.sim.analysis.SimData
Add a vector of data to this SimData.
addDataSource(Graphable, int) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Adds a data source to this graph.
addDemos(ArrayList) - Method in class uchicago.src.sim.engine.LoadModelTree
Adds the list of SimModels in the specified ArrayList to the demos node.
addDetailString(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Adds a String to be displayed to the right of the plot
addDisplayable(Displayable) - Method in class uchicago.src.sim.gui.Painter
Adds a Displayable to the list of displayables to be displayed.
addDisplayable(Displayable, String) - Method in class uchicago.src.sim.gui.DisplaySurface
Adds a Displayable to the list of displayables that are displayed when updateDisplay is called.
addDisplayableProbeable(Displayable, String) - Method in class uchicago.src.sim.gui.DisplaySurface
Adds the specified Displayable to the displayables list and the probeables list.
addExitListener(ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds an ActionListener listening for exit button presses.
addHeaderComment(String) - Method in class uchicago.src.sim.analysis.DataFileHeader
Prepends a comment to the usual file header.
addHeat(int, int, int) - Method in class uchicago.src.sim.hexaBugs.HexaSpace
 
addHeat(int, int, int) - Method in class uchicago.src.sim.heatBugs.HeatSpace
 
addIconButton(String, ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds a user defined button to the toolbar.
addImageAsFrame(Image) - Method in class uchicago.src.sim.gui.MovieMaker
Adds an image to a movie as a frame with a default sleep value of 40
addImageAsFrame(Image, int) - Method in class uchicago.src.sim.gui.MovieMaker
Adds an image to a movie as a frame.
AddIncrementer - class uchicago.src.sim.engine.AddIncrementer.
 
AddIncrementer(double, double, double) - Constructor for class uchicago.src.sim.engine.AddIncrementer
 
addInEdge(Edge) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Adds an in Edge to this RectNode
addInEdge(Edge) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Adds an in Edge to this OvalNode
addInEdge(Edge) - Method in class uchicago.src.sim.network.DefaultNode
Adds an in Edge to this DefaultNode.
addInEdge(Edge) - Method in interface uchicago.src.sim.network.Node
Add an in edge to this node.
addInEdges(Collection) - Method in class uchicago.src.sim.network.DefaultNode
Adds in edges.
addKeyListener(KeyListener) - Method in class uchicago.src.sim.gui.DisplaySurface
 
addKeyListener(KeyListener) - Method in class uchicago.src.sim.engine.Controller
Adds a KeyListener listening for any keyboard action when the control toolbar has focus.
addLayer(GisLayer) - Method in class uchicago.src.sim.gui.GisDisplay
 
addLegend(int, String) - Method in class uchicago.src.sim.analysis.Plot
Adds a legend for the specified dataset.
addLegend(int, String) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegend(int, String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Add a legend (displayed at the upper right) for the specified data set with the specified string.
addLegend(int, String, Color) - Method in class uchicago.src.sim.analysis.Plot
Adds a legend for the specified dataset.
addLegend(int, String, Color) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
 
addLegend(int, String, Color) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
addLegend(int, String, Color, int) - Method in class uchicago.src.sim.analysis.Plot
Adds a legend for the specified dataset.
addLegend(int, String, Color, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
 
addLegend(int, String, Color, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
addLegend(int, String, int) - Method in class uchicago.src.sim.analysis.Plot
Adds a legend for the specified dataset.
addLegend(int, String, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
 
addLegend(int, String, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
addLegend(String, int, Color, boolean) - Method in class uchicago.src.sim.gui.Legend
 
addLegend(String, int, Color, boolean, int, int) - Method in class uchicago.src.sim.gui.Legend
 
addLegendLabel(String, int, Color, boolean) - Method in class uchicago.src.sim.gui.DisplaySurface
 
addLegendLabel(String, int, Color, boolean, int, int) - Method in class uchicago.src.sim.gui.DisplaySurface
 
addLine(String) - Method in class uchicago.src.sim.gui.TextDisplay
Adds a line of text to be displayed.
addLine(String, int) - Method in class uchicago.src.sim.gui.TextDisplay
Adds a line of text at the specified index (relative to the other lines.
addListeners() - Method in class uchicago.src.sim.analysis.DataSourcePropPanel
 
addMember(Object) - Method in class uchicago.src.sim.space.VectorSpace
Add the specified object to this VectorSpace.
addModelProbePanel(IntrospectPanel) - Static method in class uchicago.src.sim.util.ProbeUtilities
Adds the IntrospectPanel for a simulation model.
addModels(ArrayList) - Method in class uchicago.src.sim.engine.LoadModelTree
Adds the list of SimModels in the specified ArrayList to the models node.
addMovieFrame() - Method in class uchicago.src.sim.gui.DisplaySurface
Adds the currently displayed image as frame to a movie.
addMovieFrame() - Method in interface uchicago.src.sim.gui.MediaProducer
 
addMovieFrame() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Adds the currently displayed image as frame to a movie.
addNewAgent() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
addNode(Node) - Method in class uchicago.src.sim.network.NetworkPath
 
addNode(Object, float) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Adds a node with the specified weight.
addNumericDataSource(String, NumericDataSource) - Method in class uchicago.src.sim.analysis.DataRecorder
Adds a NumericDataSource to this DataRecorder with the specified name.
addNumericDataSource(String, NumericDataSource, int, int) - Method in class uchicago.src.sim.analysis.DataRecorder
Adds a NumericDataSource to this DataRecorder with the specified name, and specified number of integral and fractional digits.
addObjectDataSource(String, DataSource) - Method in class uchicago.src.sim.analysis.DataRecorder
Adds a DataSource to this DataRecorder with the specified name.
addOneBall() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
addOneTriggered() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
addOtherModel(SimModel) - Method in class uchicago.src.sim.engine.LoadModelTree
Adds the specified SimModel to the other models nodes.
addOutEdge(Edge) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Adds an out Edge to this RectNode
addOutEdge(Edge) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Adds an out Edge to this OvalNode
addOutEdge(Edge) - Method in class uchicago.src.sim.network.DefaultNode
Adds an out Edge to this DefaultNode
addOutEdge(Edge) - Method in interface uchicago.src.sim.network.Node
Add an out edge to this node.
addOutEdges(Collection) - Method in class uchicago.src.sim.network.DefaultNode
Adds out edges.
addPauseListener(ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds an ActionListener listening for pause button presses.
addPoint(int, double, double, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
In the specified data set, add the specified x, y point to the plot.
addPointWithErrorBars(int, double, double, double, double, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
In the specified data set, add the specified x, y point to the plot with error bars.
addProbeable(Probeable) - Method in class uchicago.src.sim.gui.DisplaySurface
Adds the specified Probeable to the list of probeables.
addProbeListener(ProbeListener) - Static method in class uchicago.src.sim.util.ProbeUtilities
Adds the specified ProbeListener to receive ProbeEvents from any probed objects.
addProbePanel(Object, IntrospectPanel) - Static method in class uchicago.src.sim.util.ProbeUtilities
Adds and associates the specified IntrospectPanel with the specified object.
addPropertyListener(PropertyListener) - Method in class uchicago.src.sim.engine.SimModelImpl
Adds a PropertyListener to this model.
addSequence(NetSequenceGraph) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
addSequence(NetSequenceGraph, String) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
addSequence(NetSequenceGraph, String, Color) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
addSequence(NetSequenceGraph, String, Color, int) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
addSequence(NetSequenceGraph, String, int) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
addSequence(String) - Method in class uchicago.src.sim.analysis.PlotModel
 
addSequence(String, Sequence) - Method in class uchicago.src.sim.analysis.SequenceStatistic
Adds the specified sequence with the specified name.
addSequence(String, Sequence) - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Adds the specified sequence with the specified name.
addSequence(String, Sequence) - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
Adds the specified sequence with the specified name.
addSequence(String, Sequence) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Adds the specified sequence with the specified name.
addSequence(String, Sequence, Color) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Adds the specified sequence with the specified name to be drawn in the specific color.
addSequence(String, Sequence, Color, int) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Adds the specified sequence with the specified name to be drawn in the specific color, whose points will be drawn in the specified style.
addSequence(String, Sequence, int) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Adds the specified sequence with specified name whose points will be drawn in the specified style.
addSeries(String) - Method in class uchicago.src.sim.analysis.ArrayData
Adds a series with the specified name to the data table.
addSeries(String) - Method in class uchicago.src.sim.analysis.OpenArrayData
Adds a series with the specified name to the data table.
addSimEventListener(SimEventListener) - Method in class uchicago.src.sim.engine.SimModelImpl
Adds a SimEventListener to listen for SimEvents broadcast from this model.
addSimEventListener(SimEventListener) - Method in class uchicago.src.sim.engine.BaseController
Adds a SimEventListener to listen for SimEvents broadcast from this BaseController.
addSimEventListener(SimEventListener) - Method in interface uchicago.src.sim.engine.IController
Adds a listener for SimEvents fired by this IController.
addSimEventListener(SimEventListener) - Method in interface uchicago.src.sim.engine.SimEventProducer
 
addSkill(Skill) - Method in class uchicago.src.sim.hypercycles.HyperCell
 
addSlider(String, int, int, int, SliderListener) - Method in class uchicago.src.sim.engine.ModelManipulator
Adds a slider with the specified label, min and max values, tick interval and SliderListener to this manipulator.
addStartListener(ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds an ActionListener listening for start button presses.
addStepListener(ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds an ActionListener listening for step button presses.
addStopListener(ActionListener) - Method in class uchicago.src.sim.engine.Controller
Adds an ActionListener listening for stop button presses.
addString(String) - Method in class uchicago.src.sim.analysis.Plot
Adds a String to the plot.
addToGroup(ScheduleGroup) - Method in class uchicago.src.sim.engine.BasicAction
 
addToHeader(List) - Method in class uchicago.src.sim.analysis.SimData
Adds the specified list to the header associated with this data
addToHeader(String) - Method in class uchicago.src.sim.analysis.SimData
Adds the specified String to the header associated with this data
addToNodeWeight(Object, float) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Adds the specified value to the current weight for the specified node.
addX(double) - Method in class uchicago.src.sim.analysis.ArrayData
Adds an x value
addX(double) - Method in class uchicago.src.sim.analysis.OpenArrayData
Adds an x value
addX(double) - Method in class uchicago.src.sim.analysis.PlotModel
 
addXTick(String, double) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Specify a tick mark for the X axis.
addXY(ArrayList, int, int) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
addXY(Vector, int, int) - Method in class uchicago.src.sim.space.HexNeighborhooder
 
addY(double, int) - Method in class uchicago.src.sim.analysis.ArrayData
Adds a Y value to the specified series
addY(double, int) - Method in class uchicago.src.sim.analysis.OpenArrayData
Adds a Y value to the specified series
addY(double, int) - Method in class uchicago.src.sim.analysis.PlotModel
 
addYTick(String, double) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Specify a tick mark for the Y axis.
addZoomable(Zoomable) - Method in class uchicago.src.sim.gui.DisplaySurface
 
AdjacencyBitMatrix - class uchicago.src.sim.network.AdjacencyBitMatrix.
 
AdjacencyBitMatrix(byte[][]) - Constructor for class uchicago.src.sim.network.AdjacencyBitMatrix
Constructs an AdjacencyBitMatrix from the specified two dimensional byte array.
AdjacencyBitMatrix(int, int) - Constructor for class uchicago.src.sim.network.AdjacencyBitMatrix
Constructs an AdjacencyBitMatrix with the specified number of rows and columns.
AdjacencyBitMatrix(List) - Constructor for class uchicago.src.sim.network.AdjacencyBitMatrix
Constructs an AdjacencyBitMatrix with the specified row/col labels.
AdjacencyByteMatrix - class uchicago.src.sim.network.AdjacencyByteMatrix.
 
AdjacencyByteMatrix(byte[][]) - Constructor for class uchicago.src.sim.network.AdjacencyByteMatrix
Constructs an AdjacencyByteMatrix from the specified two dimensional byte array.
AdjacencyByteMatrix(ByteMatrix2D) - Constructor for class uchicago.src.sim.network.AdjacencyByteMatrix
Constructs an AdjancencyByteMatrix using the specified matrix.
AdjacencyByteMatrix(int, int) - Constructor for class uchicago.src.sim.network.AdjacencyByteMatrix
Constructs an AdjacencyByteMatrix with the specified number of rows and columns.
AdjacencyByteMatrix(List) - Constructor for class uchicago.src.sim.network.AdjacencyByteMatrix
Constructs an AdjacencyByteMatrix with the specified row/col labels.
AdjacencyDoubleMatrix - class uchicago.src.sim.network.AdjacencyDoubleMatrix.
 
AdjacencyDoubleMatrix(DenseDoubleMatrix2D) - Constructor for class uchicago.src.sim.network.AdjacencyDoubleMatrix
Constructs an AdjacencyMatrix from the specified DenseDoubleMatrix2D
AdjacencyDoubleMatrix(double[][]) - Constructor for class uchicago.src.sim.network.AdjacencyDoubleMatrix
Constructs an AdjacencyMatrix from the specified two dimensional double array.
AdjacencyDoubleMatrix(int, int) - Constructor for class uchicago.src.sim.network.AdjacencyDoubleMatrix
Constructs an AdjacencyMatrix with the specified number of rows and columns.
AdjacencyDoubleMatrix(List) - Constructor for class uchicago.src.sim.network.AdjacencyDoubleMatrix
Constructs an AdjacencyMatrix with the specified row/col labels.
AdjacencyMatrix - interface uchicago.src.sim.network.AdjacencyMatrix.
 
AdjacencyMatrixFactory - class uchicago.src.sim.network.AdjacencyMatrixFactory.
 
agentBirth(SugarAgent) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
agentDeath(SugarAgent) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
AgentDistribution - class uchicago.src.sim.util.AgentDistribution.
This is a helper class designed to apply random numbers generated using a statistical distribution to a particular variable in your Agent Set.
AgentDistribution(AbstractDistribution, ArrayList, String) - Constructor for class uchicago.src.sim.util.AgentDistribution
Constructs an AgentDistribution usin the distribution, the agent list and variable name.
agentList - Variable in class uchicago.src.sim.engine.SimpleModel
 
agentList - Variable in class uchicago.src.sim.enn.EnnBase
 
agentMove() - Method in class uchicago.src.sim.enn.EnnAgent
 
allowResizing - Variable in class uchicago.src.sim.gui.DrawableItem
 
allowResizing(boolean) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets whether or not this NetworkDrawable will be resized to fit its label.
allowResizing(boolean) - Method in class uchicago.src.sim.gui.DrawableItem
Should this DrawableItem be resized to so that entire label is visible.
allowResizing(boolean) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets whether or not this DefaultDrawableNode will be resized to fit its label.
ALPHA_ORDER - Static variable in class uchicago.src.sim.engine.AbstractGUIController
 
AlwaysCooperate - class uchicago.src.sim.games.AlwaysCooperate.
 
AlwaysDefect - class uchicago.src.sim.games.AlwaysDefect.
 
AntiTitForTat - class uchicago.src.sim.games.AntiTitForTat.
 
appendToList(DrawableNonGridNode) - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Appends the specified nodes to the list of nodes to be laid out by this GraphLayout.
appendToList(DrawableNonGridNode) - Method in interface uchicago.src.sim.gui.GraphLayout
Appends the specified nodes to the list of nodes to be laid out by this GraphLayout.
appendToList(List) - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Appends a list of nodes to the current list of nodes to be laid out by this GraphLayout.
appendToList(List) - Method in interface uchicago.src.sim.gui.GraphLayout
Appends a list of nodes to the current list of nodes to be laid out by this GraphLayout.
areXYEqual(ObjectLocation) - Method in class uchicago.src.sim.space.ObjectLocation
Returns true if the x and y coordinates of the specified ObjectLocation are equal to the x and y coordinates of this ObjectLocation.
ArrayData - class uchicago.src.sim.analysis.ArrayData.
A collection class used by the Statistic classes to hold their data.
ArrayData() - Constructor for class uchicago.src.sim.analysis.ArrayData
Constructs this ArrayData object
ASCII - Static variable in interface uchicago.src.sim.network.NetworkConstants
 
ASCIIFormatter - class uchicago.src.sim.network.ASCIIFormatter.
Formats AdjacencyMatrices into a comma delimited plain text format.
ASCIIFormatter() - Constructor for class uchicago.src.sim.network.ASCIIFormatter
 
aspiration - Variable in class uchicago.src.sim.enn.EnnBase
 
atEnd() - Method in class uchicago.src.sim.engine.SimpleModel
 
atPause() - Method in class uchicago.src.sim.engine.SimpleModel
 
attributes - Variable in class uchicago.src.sim.gis.PolygonAdapter
 
attributes - Variable in class uchicago.src.sim.gis.PointAdapter
 
attributes - Variable in class uchicago.src.sim.gis.LineStringAdapter
 
autoStep - Variable in class uchicago.src.sim.engine.SimpleModel
 
AverageDataSource - class uchicago.src.sim.analysis.AverageDataSource.
Dynamically computes the average of a list of values.
AverageDataSource(String, ArrayList, String) - Constructor for class uchicago.src.sim.analysis.AverageDataSource
Constructs this AverageDataSource using the specified list and method name.
AverageSequence - class uchicago.src.sim.analysis.AverageSequence.
Computes the average of a sequence of values.
AverageSequence(ArrayList, String) - Constructor for class uchicago.src.sim.analysis.AverageSequence
Construsts this AverageSequence using the specified list and method name.

B

BagCell - class uchicago.src.sim.space.BagCell.
A grid cell whose occupants are stored as if in a bag without order.
BagCell() - Constructor for class uchicago.src.sim.space.BagCell
 
bar - Variable in class uchicago.src.sim.gui.DisplaySurface
The menu bar for the DisplaySurface JFrame
BaseController - class uchicago.src.sim.engine.BaseController.
Abstract base class implementing IController.
BaseController() - Constructor for class uchicago.src.sim.engine.BaseController
Constructs a BaseController.
BaseMatrix - interface uchicago.src.collection.BaseMatrix.
Interface for matrix (lattice) classes
BasicAction - class uchicago.src.sim.engine.BasicAction.
Abstract base class for any action in a simulation that can be executed by a Schedule.
BasicAction() - Constructor for class uchicago.src.sim.engine.BasicAction
 
BatchController - class uchicago.src.sim.engine.BatchController.
A controller for running a simulation over multiple runs.
BatchController(Vector) - Constructor for class uchicago.src.sim.engine.BatchController
Creates a BatchController with the specified model parameters.
batchCount - Variable in class uchicago.src.sim.engine.BatchController
 
begin() - Method in class uchicago.src.sim.engine.SimpleModel
 
begin() - Method in class uchicago.src.sim.engine.BatchController
Begins the batch runs
begin() - Method in interface uchicago.src.sim.engine.SimModel
Begins a simulation run.
begin() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
begin() - Method in class uchicago.src.sim.enn.EnnModel
 
begin() - Method in class uchicago.src.sim.enn.EnnBatchModel
 
begin() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
begin() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
begin() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
begin() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
begin() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
begin() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
begin() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
begin() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
begin() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
beginModel() - Method in class uchicago.src.sim.engine.Controller
 
beginModel() - Method in class uchicago.src.sim.engine.AbstractGUIController
Executes begin() on the SimModel associated with this AbstractGUIController.
beginModel() - Method in class uchicago.src.sim.engine.BaseController
 
beta - Static variable in class uchicago.src.sim.util.Random
 
bgColor - Variable in class uchicago.src.sim.gui.Painter
 
BINARY - Static variable in interface uchicago.src.sim.network.NetworkConstants
 
BinaryNode - class uchicago.src.collection.BinaryNode.
A binary node used internally by RangeMap.
BinaryNode() - Constructor for class uchicago.src.collection.BinaryNode
 
BinaryNode(double, Object, BinaryNode, BinaryNode) - Constructor for class uchicago.src.collection.BinaryNode
 
BinDataSource - interface uchicago.src.sim.analysis.BinDataSource.
Interface for objects that can provide double values to compute bins for a histogram.
binomial - Static variable in class uchicago.src.sim.util.Random
 
birthAgents() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
BitMatrix2D - class uchicago.src.collection.BitMatrix2D.
Matrix for storing elements as bits (0 or 1).
BitMatrix2D(byte[][]) - Constructor for class uchicago.src.collection.BitMatrix2D
 
BitMatrix2D(int, int) - Constructor for class uchicago.src.collection.BitMatrix2D
 
black - Static variable in class uchicago.src.sim.gui.ColorMap
 
BLACK - Static variable in class uchicago.src.collection.RangeMap
 
BlockFileWriter - interface uchicago.src.sim.analysis.BlockFileWriter.
Interface for class that write data to files in blocks.
blue - Static variable in class uchicago.src.sim.gui.ColorMap
 
BOOL - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
BOOL_SET - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
BOOL_SET_LIST - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
BooleanArgInvoker - class uchicago.src.reflector.BooleanArgInvoker.
 
BooleanArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.BooleanArgInvoker
 
booleanPropertyChanged(PropertyEvent) - Method in class uchicago.src.sim.engine.PropertyListenerAdapter
Invoked when a boolean property has been changed.
booleanPropertyChanged(PropertyEvent) - Method in interface uchicago.src.sim.engine.PropertyListener
Invoked when a boolean property has been changed.
BooleanPropertyDescriptor - class uchicago.src.reflector.BooleanPropertyDescriptor.
Descriptor for a model's boolean properties/parameters.
BooleanPropertyDescriptor(String, boolean) - Constructor for class uchicago.src.reflector.BooleanPropertyDescriptor
Creates a BooleanPropertyDescriptor for the specified property, and the specified selection state.
BORDER_SIZE - Static variable in class uchicago.src.guiUtils.ColorIcon
 
borderColor - Variable in class uchicago.src.sim.gui.DrawableItem
 
borderSize - Variable in class uchicago.src.guiUtils.ColorIcon
 
borderWidth - Variable in class uchicago.src.sim.gui.DrawableItem
 
bounds - Variable in class uchicago.src.sim.gis.GisLayer
 
breitWigner - Static variable in class uchicago.src.sim.util.Random
 
breitWignerMeanSquare - Static variable in class uchicago.src.sim.util.Random
 
btnBack - Variable in class uchicago.src.guiUtils.Wizard
 
btnBegin - Variable in class uchicago.src.sim.engine.Controller
 
btnCancel - Variable in class uchicago.src.guiUtils.Wizard
 
btnExit - Variable in class uchicago.src.sim.engine.Controller
 
btnLoad - Variable in class uchicago.src.sim.engine.Controller
 
btnNext - Variable in class uchicago.src.guiUtils.Wizard
 
btnPause - Variable in class uchicago.src.sim.engine.Controller
 
btnSettings - Variable in class uchicago.src.sim.engine.Controller
 
btnSetup - Variable in class uchicago.src.sim.engine.Controller
 
btnStart - Variable in class uchicago.src.sim.engine.Controller
 
btnStep - Variable in class uchicago.src.sim.engine.Controller
 
btnStop - Variable in class uchicago.src.sim.engine.Controller
 
BufferDataSource - class uchicago.src.sim.gui.BufferDataSource.
A DataSource for turning JMF Buffers into movies.
BufferDataSource(int, int, int, RGBFormat) - Constructor for class uchicago.src.sim.gui.BufferDataSource
 
BufferSourceStream - class uchicago.src.sim.gui.BufferSourceStream.
A DataSourceStream for turning JMF Buffers into movies.
BufferSourceStream(int, int, int, RGBFormat) - Constructor for class uchicago.src.sim.gui.BufferSourceStream
 
buffImage - Variable in class uchicago.src.sim.gui.Painter
 
buildDisplay() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
buildDisplay() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
buildModel() - Method in class uchicago.src.sim.engine.SimpleModel
 
buildModel() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
buildModel() - Method in class uchicago.src.sim.enn.EnnBase
 
buildModel() - Method in class uchicago.src.sim.life.LifeModel
 
buildModel() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
buildModel() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
buildSchedule() - Method in class uchicago.src.sim.engine.SimpleModel
 
ButtonActionDescriptor - class uchicago.src.reflector.ButtonActionDescriptor.
 
ButtonActionDescriptor(String, ActionListener) - Constructor for class uchicago.src.reflector.ButtonActionDescriptor
 
bValue - Variable in class uchicago.src.sim.enn.EnnBase
 
ByteArgInvoker - class uchicago.src.reflector.ByteArgInvoker.
 
ByteArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.ByteArgInvoker
 
ByteCodeBuilder - class uchicago.src.sim.util.ByteCodeBuilder.
A factory class for dynamically creating instances of a few object types.
ByteCodeBuilder() - Constructor for class uchicago.src.sim.util.ByteCodeBuilder
 
ByteMatrix2D - class uchicago.src.collection.ByteMatrix2D.
 
ByteMatrix2D(byte[][]) - Constructor for class uchicago.src.collection.ByteMatrix2D
 
ByteMatrix2D(int, int) - Constructor for class uchicago.src.collection.ByteMatrix2D
 
ByteWrapper - class uchicago.src.sim.util.ByteWrapper.
Mutable wrapper for a byte primitive.
ByteWrapper(byte) - Constructor for class uchicago.src.sim.util.ByteWrapper
Creates a ByteWrapper that wraps the specified byte.

C

calcAvgPathLength(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a double equal to the average or "characteristic" path length of the graph.
calcClustCoef(List) - Static method in class uchicago.src.sim.network.NetUtilities
Calculates the clustering coefficient (avg.
calcDensity(List) - Static method in class uchicago.src.sim.network.NetUtilities
calculates density (ratio of arcs in network to maximum possible number of arcs) of passed network.
calcDensity(List, boolean) - Static method in class uchicago.src.sim.network.NetUtilities
Calculates density of the network, but if collapseMulti is true, it first collapses any multiplex ties.
calcDiameter(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a double equal to the graph-theoretic diameter of the passed network (the length of the longest shortest path).
calcSize(SimGraphics) - Method in class uchicago.src.sim.gui.RoundRectItem
Calculates the true size of this object including the border width.
calcSize(SimGraphics) - Method in class uchicago.src.sim.gui.RectItem
Calculates the true size of this object including the border width.
calcSize(SimGraphics) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Calculates the size of this NetworkDrawable.
calcSize(SimGraphics) - Method in class uchicago.src.sim.gui.OvalItem
Calcuates the true size in pixels of this object, including the border.
calcSize(SimGraphics) - Method in class uchicago.src.sim.gui.DrawableItem
Calculates and sets the size of this DrawableItem insuring that the entire label can be seen, if allowResizing is true.
calcSize(SimGraphics) - Method in interface uchicago.src.sim.gui.DrawableNonGridNode
 
calcSize(SimGraphics) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Calculates the size of this DefaultDrawableNode.
calcSum() - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Calculates the sum of the vector of weights.
calcSymmetry(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a double indicating the amount of symmetry in the network: fraction of existing i -> j ties for which there is a j -> i tie.
calculateMove(GameChoice) - Method in class uchicago.src.sim.games.TitForTat
Returns the opponent's last move.
calculateMove(GameChoice) - Method in class uchicago.src.sim.games.AlwaysDefect
 
calculateMove(GameChoice) - Method in class uchicago.src.sim.games.AlwaysCooperate
 
calculateMove(GameChoice) - Method in class uchicago.src.sim.games.AntiTitForTat
Returns the opposite of the opponent's last move.
calculateMove(GameChoice) - Method in interface uchicago.src.sim.games.Strategy
Returns a new GameChoice.
cancel - Variable in class uchicago.src.guiUtils.Wizard
 
ccw(SpatialNode, SpatialNode, SpatialNode) - Static method in class uchicago.src.sim.space.Delaunay
determine if the points are oriented in counter-clock wise fasion
Cell - interface uchicago.src.sim.space.Cell.
An interface for adding and retrieving the occupants of a grid cell.
CELL_DEPTH - Static variable in class uchicago.src.sim.gui.DisplayConstants
 
CELL_HEIGHT - Static variable in class uchicago.src.sim.gui.DisplayConstants
 
CELL_WIDTH - Static variable in class uchicago.src.sim.gui.DisplayConstants
 
centerComponentOnScreen(Component) - Static method in class uchicago.src.guiUtils.GuiUtilities
 
CHANGE_FIRST - Static variable in class uchicago.src.sim.enn.EnnAgent
 
chart - Variable in class uchicago.src.sim.analysis.SimGraph
Deprecated.  
ChartArchiver - class uchicago.src.sim.analysis.ChartArchiver.
Saves and loads custom charts via their XML descriptions.
ChartArchiver() - Constructor for class uchicago.src.sim.analysis.ChartArchiver
 
ChartGuiPanel - interface uchicago.src.sim.analysis.ChartGuiPanel.
 
chartModels - Variable in class uchicago.src.sim.engine.AbstractGUIController
 
ChartSourceFactory - class uchicago.src.sim.analysis.ChartSourceFactory.
Factory for creating data sources for gui created charts.
check() - Method in class uchicago.src.reflector.ObjectArgInvoker
 
check() - Method in class uchicago.src.reflector.ShortArgInvoker
 
check() - Method in class uchicago.src.reflector.ByteArgInvoker
 
check() - Method in class uchicago.src.reflector.BooleanArgInvoker
 
check() - Method in class uchicago.src.reflector.LongArgInvoker
 
check() - Method in class uchicago.src.reflector.DoubleArgInvoker
 
check() - Method in class uchicago.src.reflector.FloatArgInvoker
 
check() - Method in class uchicago.src.reflector.IntegerArgInvoker
 
check() - Method in class uchicago.src.reflector.Invoker
 
CheckBoxListener - class uchicago.src.sim.event.CheckBoxListener.
Abstract implementation of a actionListener customized for a JCheckBox.
CheckBoxListener() - Constructor for class uchicago.src.sim.event.CheckBoxListener
 
checkForHyperCycle() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
chiSquare - Static variable in class uchicago.src.sim.util.Random
 
CIRCLE - Static variable in class uchicago.src.sim.gui.Legend
 
CIRCLE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
CircleIcon - class uchicago.src.sim.gui.CircleIcon.
 
CircleIcon(Color, boolean) - Constructor for class uchicago.src.sim.gui.CircleIcon
 
CircleIcon(int, int, Color, boolean) - Constructor for class uchicago.src.sim.gui.CircleIcon
 
circleLayout() - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Positions nodes on layout in a circle for repeatability.
CircularGraphLayout - class uchicago.src.sim.gui.CircularGraphLayout.
 
CircularGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.CircularGraphLayout
 
CircularGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.CircularGraphLayout
 
cleanUp() - Method in class uchicago.src.sim.gui.BufferDataSource
 
cleanUp() - Method in class uchicago.src.sim.gui.MovieMaker
 
clear() - Method in class uchicago.src.sim.space.OrderedCell
Clears all the objects from this cell.
clear() - Method in class uchicago.src.sim.space.BagCell
Clears all the objects from this cell.
clear() - Method in interface uchicago.src.sim.space.Cell
Clears all the objects from this cell.
clear() - Method in class uchicago.src.sim.engine.ActionQueue
 
clear() - Method in class uchicago.src.sim.engine.ScheduleGroup
 
clear() - Method in class uchicago.src.sim.engine.gui.RepastActionPanel
 
clear() - Method in class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
clear() - Method in class uchicago.src.sim.util.ConservationCollection
 
clear() - Method in class uchicago.src.collection.RangeMap
Removes all the entries in the map.
clear(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Clear the plot of all data points.
clear(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
If the argument is true, clear the axes.
clear(int) - Method in class uchicago.src.sim.analysis.Plot
Clears all the points from the specified dataset from the graph.
clear(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Clear the plot of data points in the specified dataset.
clear(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Clears the contents the specified cell.
clear(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Clears the contents the specified cell.
clearDetailStrings() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Clears the list of Strings to be displayed to the right of the plot.
clearInEdges() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Clears (removes) all the in edges.
clearInEdges() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Clears (removes) all the in edges.
clearInEdges() - Method in class uchicago.src.sim.network.DefaultNode
Clears (removes) all the in edges.
clearInEdges() - Method in interface uchicago.src.sim.network.Node
Clears (removes) all the in edges.
clearLine(int) - Method in class uchicago.src.sim.gui.TextDisplay
Removes the line at the specified index.
clearLines() - Method in class uchicago.src.sim.gui.TextDisplay
Clears the list of lines to be displayed.
clearLinks() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
clearMediaProducers() - Method in class uchicago.src.sim.engine.SimModelImpl
Clears the vector of media producers.
clearMediaProducers() - Method in interface uchicago.src.sim.engine.SimModel
Clears the vector of displaySurface
clearOutEdges() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Clears (removes) all the out edges.
clearOutEdges() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Clears (removes) all the out edges.
clearOutEdges() - Method in class uchicago.src.sim.network.DefaultNode
Clears (removes) all the out edges.
clearOutEdges() - Method in interface uchicago.src.sim.network.Node
Clears (removes) all the out edges.
clearPoints() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
 
clearProbePanels() - Static method in class uchicago.src.sim.util.ProbeUtilities
Clears the map of Objects and their probe panels.
clearPropertyListeners() - Method in class uchicago.src.sim.engine.SimModelImpl
Clears the list of PropertyListeners.
clearPropertyListeners() - Method in interface uchicago.src.sim.engine.SimModel
Clears the list of property listeners.
clearStrings() - Method in class uchicago.src.sim.analysis.Plot
Clears any added strings from the plot.
close() - Method in class uchicago.src.sim.network.ExcelMatrixReader
 
close() - Method in class uchicago.src.sim.network.DlReader
Closes the reader.
close() - Method in interface uchicago.src.sim.network.NetworkMatrixReader
Closes the reader.
close() - Method in class uchicago.src.sim.analysis.ExcelFileWriter
Closes the writer.
close() - Method in class uchicago.src.guiUtils.Wizard
 
closeMovie() - Method in class uchicago.src.sim.gui.DisplaySurface
Closes the movie, writing any remaining frames to the file.
closeMovie() - Method in interface uchicago.src.sim.gui.MediaProducer
 
closeMovie() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Closes the movie, writing any remaining frames to the file.
COLD - Static variable in class uchicago.src.sim.hexaBugs.HexaSpace
 
COLD - Static variable in class uchicago.src.sim.heatBugs.HeatSpace
 
color - Variable in class uchicago.src.sim.gui.DrawableItem
 
color - Variable in class uchicago.src.sim.gui.LegendIcon
 
color - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
color - Variable in class uchicago.src.guiUtils.ColorIcon
 
color - Variable in class uchicago.src.collection.BinaryNode
 
ColorCellEditor - class uchicago.src.guiUtils.ColorCellEditor.
 
ColorCellEditor() - Constructor for class uchicago.src.guiUtils.ColorCellEditor
 
ColorChooserPopup - class uchicago.src.guiUtils.ColorChooserPopup.
 
ColorChooserPopup() - Constructor for class uchicago.src.guiUtils.ColorChooserPopup
 
ColorChooserPopup(Color) - Constructor for class uchicago.src.guiUtils.ColorChooserPopup
 
ColorIcon - class uchicago.src.guiUtils.ColorIcon.
 
ColorIcon(Color) - Constructor for class uchicago.src.guiUtils.ColorIcon
 
ColorIcon(Color, int) - Constructor for class uchicago.src.guiUtils.ColorIcon
 
ColorIcon(Color, int, int, int) - Constructor for class uchicago.src.guiUtils.ColorIcon
 
ColorMap - class uchicago.src.sim.gui.ColorMap.
A customizable map of java.awt.Color(s) to Integers.
ColorMap() - Constructor for class uchicago.src.sim.gui.ColorMap
 
columns() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Returns the number of columns in the matrix.
columns() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Returns the number of columns in the matrix.
columns() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Returns the number of columns in the matrix.
columns() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Returns the number of columns in the matrix.
columns() - Method in class uchicago.src.collection.ByteMatrix2D
Returns the number of columns in this matrix.
columns() - Method in class uchicago.src.collection.BitMatrix2D
Returns the number of columns in this matrix.
ComboPair - class uchicago.src.reflector.ComboPair.
 
ComboPair(Object, String) - Constructor for class uchicago.src.reflector.ComboPair
 
comment - Variable in class uchicago.src.sim.network.AbstractAdjacencyMatrix
 
COMMENT - Static variable in class uchicago.src.guiUtils.Token
 
comparator - Variable in class uchicago.src.sim.space.AbstractNeighborhooder
 
compareMax(double[]) - Method in class uchicago.src.sim.space.Diffuse2D
 
compareMax(Vector) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
compareMin(double[]) - Method in class uchicago.src.sim.space.Diffuse2D
 
compareMin(Vector) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
componentHidden(ComponentEvent) - Method in class uchicago.src.sim.gui.DisplaySurface
 
componentMoved(ComponentEvent) - Method in class uchicago.src.sim.gui.DisplaySurface
 
componentResized(ComponentEvent) - Method in class uchicago.src.sim.gui.DisplaySurface
 
componentShown(ComponentEvent) - Method in class uchicago.src.sim.gui.DisplaySurface
 
computeOAC() - Method in class uchicago.src.sim.enn.EnnBase
 
computeOSWA() - Method in class uchicago.src.sim.enn.EnnBase
 
computeRave() - Method in class uchicago.src.sim.enn.EnnBase
 
CONCURRENT - Static variable in class uchicago.src.sim.engine.ScheduleBase
 
connect() - Method in class uchicago.src.sim.gui.BufferDataSource
 
connect(QuadEdge, QuadEdge) - Static method in class uchicago.src.sim.space.QuadEdge
 
ConservationCollection - class uchicago.src.sim.util.ConservationCollection.
A Vector like collection class that maintains a specified size by either randomly removing elements of the collection or removing elements through the Remover class.
ConservationCollection(int) - Constructor for class uchicago.src.sim.util.ConservationCollection
Creates a ConservationCollection with the specified size limit.
CONSTANT_CLASS - Static variable in class uchicago.src.sim.util.Disassembler
 
ConstIncrementer - class uchicago.src.sim.engine.ConstIncrementer.
 
ConstIncrementer(Object) - Constructor for class uchicago.src.sim.engine.ConstIncrementer
 
contains(double, double) - Method in class uchicago.src.sim.gui.DrawablePolygon
 
contains(double, double) - Method in class uchicago.src.sim.gui.DrawableLineString
 
contains(double, double) - Method in interface uchicago.src.sim.gui.DrawableGisFeature
 
contains(Integer) - Method in class uchicago.src.sim.hypercycles.HyperCell
 
contains(Object) - Method in class uchicago.src.sim.space.BagCell
Returns true if this BagCell contains the specified object.
contains(Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
contains(Point) - Method in class uchicago.src.sim.gui.RoundRectItem
Does this RectItem contain Point p?
contains(Point) - Method in class uchicago.src.sim.gui.RectItem
Does this RectItem contain Point p?
contains(Point) - Method in class uchicago.src.sim.gui.OvalItem
Does this OvalItem contain the specified point (using screen coordinates).
contains(Point) - Method in interface uchicago.src.sim.gui.NonGridDrawable
Does this object contain the point specified by p.
contains(Point) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Does this object contain the point specified by p.
containsAll(Collection) - Method in class uchicago.src.sim.util.ConservationCollection
 
Controller - class uchicago.src.sim.engine.Controller.
Default GUI control of the simulation.
Controller() - Constructor for class uchicago.src.sim.engine.Controller
Constructs a Controller with no associated model, or parameters.
Controller(Vector) - Constructor for class uchicago.src.sim.engine.Controller
Constructs a controller whose model has the specified parameters.
controllerUpdate(ControllerEvent) - Method in class uchicago.src.sim.gui.MovieMaker
 
COOPERATE - Static variable in class uchicago.src.sim.games.GameChoice
 
copy() - Method in class uchicago.src.sim.analysis.SequenceSource
 
copy() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns a copy of this GuiChartDataSource.
copy() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns a copy of this SequenceChartModel.
copy() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
copy() - Method in class uchicago.src.collection.ByteMatrix2D
 
copy(AbstractChartModel) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns a deep copy of this AbstractChartModel.
copyMatrix() - Method in class uchicago.src.collection.DoubleMatrix
 
copyMatrixTo(DoubleMatrix) - Method in class uchicago.src.collection.DoubleMatrix
Copies the double[] in this DoubleMatrix to the specified double matrix.
countIJTies(Node, Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns the number of ties from i to j.
createActionFor(Object, String) - Method in class uchicago.src.sim.engine.ActionGroup
Creates a BasicAction consisting of the specified method to be called on the specified object, and adds the action to this ActionGroup.
createActionFor(Object, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a BasicAction whose execute method calls the specified method on the specified object.
createActionForEach(ArrayList, Class, String) - Method in class uchicago.src.sim.engine.ActionGroup
Creates a BasicAction consisting of the specified method to be called on every Object in the specified list, and adds the BasicAction to this ActionGroup.
createActionForEach(ArrayList, String) - Method in class uchicago.src.sim.engine.ActionGroup
Creates a BasicAction consisting of the specified method to be called on every object in the specified list, and adds the action to this ActionGroup.
createActionForEach(List, Class, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a BasicAction whose execute method calls the specified method on every Object of the specified Class in the specified list.
createActionForEach(List, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a BasicAction whose execute method calls the specified method on every object in the specified list.
createActionForEachRnd(List, Class, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a BasicAction whose execute method calls the specified method on every Object of the specified Class in the specified list.
createActionForEachRnd(List, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a BasicAction whose execute method calls the specified method on every object in the specified list.
createAdjacencyMatrix(int, int, int) - Static method in class uchicago.src.sim.network.AdjacencyMatrixFactory
Returns an AdjacencyMatrix of the appropriate type.
createAdjacencyMatrix(List, int) - Static method in class uchicago.src.sim.network.AdjacencyMatrixFactory
 
createAverageDataSource(String, ArrayList, String) - Method in class uchicago.src.sim.analysis.DataRecorder
Creates an average data source from a specified list using a method with the specified name.
createAverageDataSource(String, ArrayList, String, int, int) - Method in class uchicago.src.sim.analysis.DataRecorder
Creates an average data source from a specified list using a method with the specified name.
createAverageSequence(String, ArrayList, String) - Method in class uchicago.src.sim.analysis.SequenceStatistic
Creates an Average sequence with the specified name, using data from the specified list attained through the specified method name.
createAverageSequence(String, ArrayList, String) - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Creates an Average sequence with the specified name, using data from the specified list attained through the specified method name.
createAverageSequence(String, ArrayList, String) - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
Creates an Average sequence with the specified name, using data from the specified list attained through the specified method name.
createBeta(double, double) - Static method in class uchicago.src.sim.util.Random
 
createBinDataSource(Object, String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Dynamically creates a BinDataSource wrapping the method call to the specified methodName on the specified target in BinDataSource.getBinValue(Object obj).
createBinomial(int, double) - Static method in class uchicago.src.sim.util.Random
 
createBreitWigner(double, double, double) - Static method in class uchicago.src.sim.util.Random
 
createBreitWignerMeanSquareState(double, double, double) - Static method in class uchicago.src.sim.util.Random
 
createBufferedImage() - Method in class uchicago.src.sim.gui.Painter
Creates a BufferedImage for use by sub class painters.
createChart() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Creates a OpenSequenceGraph from this SequenceChartModel.
createChart() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
createChiSquare(double) - Static method in class uchicago.src.sim.util.Random
 
createCustomEdge(Node, Node, Class) - Static method in class uchicago.src.sim.network.EdgeFactory
Constructs an edge from the specified from node to the specified to node with a blank label.
createCustomEdge(Node, Node, String, Class) - Static method in class uchicago.src.sim.network.EdgeFactory
Construct an Edge from the specified from node to the specified to node with the specified label, and a default strength of 1.0.
createCustomEdge(Node, Node, String, float, Class) - Static method in class uchicago.src.sim.network.EdgeFactory
Construct an edge from the specified from node to the specified to node with the specified label, and the specified strength.
createDistribution(String, double[]) - Method in class uchicago.src.sim.util.DistributionFactory
Creates an Abstract Distribution.
createDrawableEdge(Node, Node) - Static method in class uchicago.src.sim.network.EdgeFactory
Constructs an edge from the specified to node to the specified node with a blank label.
createDrawableEdge(Node, Node, String) - Static method in class uchicago.src.sim.network.EdgeFactory
Constructs an edge from the specified node to the specified node with the specified label, and a default strength of 1.0.
createDrawableEdge(Node, Node, String, float) - Static method in class uchicago.src.sim.network.EdgeFactory
Constructs an edge from the specified from node to the specified to node with the specified label, and the specified strength.
createEdge(Node, Node) - Static method in class uchicago.src.sim.network.EdgeFactory
Constructs an edge from the specified node to the specified node with a blank label.
createEdge(Node, Node, String) - Static method in class uchicago.src.sim.network.EdgeFactory
Construct an edge from the specified node to the specified node with the specified label, and a default strength of 1.0.
createEdge(Node, Node, String, float) - Static method in class uchicago.src.sim.network.EdgeFactory
Construct an edge from the specified node to the specified node with the specified label, and the specified strength.
createEmpirical(double[], int) - Static method in class uchicago.src.sim.util.Random
 
createEmpiricalWalker(double[], int) - Static method in class uchicago.src.sim.util.Random
 
createExponential(double) - Static method in class uchicago.src.sim.util.Random
 
createExponentialPower(double) - Static method in class uchicago.src.sim.util.Random
 
createFrame(String) - Static method in class uchicago.src.sim.gui.FrameFactory
Returns a new JFrame with specified title as its title and size and location if any.
createGamma(double, double) - Static method in class uchicago.src.sim.util.Random
 
createGraphics2D() - Method in class uchicago.src.sim.gui.Painter
Creates and sets the drawing context.
createHistogramItem(String, List, BinDataSource) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogramed by this Histogram.
createHistogramItem(String, List, BinDataSource) - Method in class uchicago.src.sim.analysis.HistogramStatistic
Creates a HistogramItem with specified name, list and BinDataSource.
createHistogramItem(String, List, BinDataSource) - Method in class uchicago.src.sim.analysis.OpenHistogram
Creates a HistogramItem with specified name, list and BinDataSource to be displayed by this Histogram.
createHistogramItem(String, List, BinDataSource) - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Creates a HistogramItem with specified name, list and BinDataSource.
createHistogramItem(String, List, BinDataSource, int, int) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogramed by this Histogram.
createHistogramItem(String, List, BinDataSource, int, int) - Method in class uchicago.src.sim.analysis.OpenHistogram
Creates a HistogramItem with specified name, list and BinDataSource to be displayed by this Histogram.
createHistogramItem(String, List, BinDataSource, int, int) - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Creates a HistogramItem with specified name, list and BinDataSource.
createHistogramItem(String, List, Object, String) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogrammed by this Histogram.
createHistogramItem(String, List, Object, String) - Method in class uchicago.src.sim.analysis.OpenHistogram
Creates a HistogramItem with specified name to be displayed by this OpenHistogram.
createHistogramItem(String, List, Object, String, int, int) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogrammed by this Histogram.
createHistogramItem(String, List, Object, String, int, int) - Method in class uchicago.src.sim.analysis.OpenHistogram
Creates a HistogramItem with specified name to be displayed by this OpenHistogram.
createHistogramItem(String, List, String) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogrammed by this Histogram.
createHistogramItem(String, List, String) - Method in class uchicago.src.sim.analysis.OpenHistogram
Creates a HistogramItem to be displayed by this OpenHistogram.
createHistogramItem(String, List, String) - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Creates a HistogramItem.
createHistogramItem(String, List, String, int, int) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogrammed by this Histogram.
createHistogramItem(String, List, String, int, int) - Method in class uchicago.src.sim.analysis.OpenHistogram
Creates a HistogramItem to be displayed by this OpenHistogram.
createHistogramItem(String, List, String, int, int) - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Creates a HistogramItem.
createHyperbolic(double, double) - Static method in class uchicago.src.sim.util.Random
 
createHyperGeometric(int, int, int) - Static method in class uchicago.src.sim.util.Random
 
createInvoker(Class, Object, Method, Object) - Static method in class uchicago.src.reflector.InvokerFactory
 
createLegend(String) - Method in class uchicago.src.sim.gui.DisplaySurface
 
createListBinDataSource(Object, String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
 
createLogarithmic(double) - Static method in class uchicago.src.sim.util.Random
 
createNegativeBinomial(int, double) - Static method in class uchicago.src.sim.util.Random
 
createNormal(double, double) - Static method in class uchicago.src.sim.util.Random
 
createNumericDataSource(String, Object, String) - Method in class uchicago.src.sim.analysis.DataRecorder
Creates a NumericDataSource using the specified object and the specified method name.
createNumericDataSource(String, Object, String, int, int) - Method in class uchicago.src.sim.analysis.DataRecorder
Creates a NumericDataSource using the specified object and the specified method name.
createObjectDataSource(String, Object, String) - Method in class uchicago.src.sim.analysis.DataRecorder
Creates a DataSource using the specified object and the specified method name.
createParameters(Object, String[]) - Static method in class uchicago.src.sim.engine.ParameterUtility
Creates a Vector of Parameters based on the current property values of Object o.
createPareto(double, double) - Static method in class uchicago.src.sim.util.Random
 
createPoisson(double) - Static method in class uchicago.src.sim.util.Random
 
createPoissonSlow(double) - Static method in class uchicago.src.sim.util.Random
 
createRandomDensityNet() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns an ArrayList network of size nodes of class nodeClass, connected with edges of class edgeClass.
createRandomDensityNet(Class, Class, int, double, boolean, boolean) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets the classes and parameters to the passed values and then calls createRandomDensityNet().
createRandomDensityNetwork(int, double, boolean, boolean, Class, Class) - Static method in class uchicago.src.sim.network.NetworkFactory
Creates a RandomDensityNetwork.
createRolfeNet() - Method in class uchicago.src.sim.network.RolfeNet
DO NOT USE! Experimental test class for generating nets with a particular distribution
createRolfeNet(Class, Class, int, double, double, double, int) - Method in class uchicago.src.sim.network.RolfeNet
 
createSequence(Object, String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Creates a Sequence, wrapping a call of specified methodName on the feedFrom object in Sequence.getSValue().
createSequence(String, Color, int, Object, String) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Creates and adds a Sequence to this SequenceGraph.
createSequence(String, Color, Object, String) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Creates and adds a Sequence to this SequenceGraph.
createSequence(String, int, Object, String) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Creates and adds a Sequence to this SequenceGraph.
createSequence(String, Object, String) - Method in class uchicago.src.sim.analysis.SequenceStatistic
Creates a sequence with the specified name, using data from the specified object attained through the specified method name.
createSequence(String, Object, String) - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Creates a sequence with the specified name, using data from the specified object attained through the specified method name.
createSequence(String, Object, String) - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
Creates a sequence with the specified name, using data from the specified object attained through the specified method name.
createSequence(String, Object, String) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Creates and adds a Sequence to this SequenceGraph.
createSequenceSources(Object) - Static method in class uchicago.src.sim.analysis.ChartSourceFactory
 
createSquareLatticeNet() - Method in class uchicago.src.sim.network.SquareLatticeNet
* Use NetworkFactory.createSquareLatticeNetwork rather than this class.
createSquareLatticeNet(Class, Class, int, int, boolean, int) - Method in class uchicago.src.sim.network.SquareLatticeNet
!!! DOCS NEEDED !!!
createSquareLatticeNetwork(int, int, boolean, int, Class, Class) - Static method in class uchicago.src.sim.network.NetworkFactory
Creates a square lattice network.
createStudentT(double) - Static method in class uchicago.src.sim.util.Random
 
createUniform() - Static method in class uchicago.src.sim.util.Random
 
createUniform(double, double) - Static method in class uchicago.src.sim.util.Random
 
createUnlinkedNetwork(int, Class) - Static method in class uchicago.src.sim.network.NetworkFactory
Creates a list containing the specified number of nodes of the specified type.
createVonMises(double) - Static method in class uchicago.src.sim.util.Random
 
createWattsStrogatzNetwork(int, int, double, Class, Class) - Static method in class uchicago.src.sim.network.NetworkFactory
Creates a classic W-S network small world network (ring substrate).
createZeta(double, double) - Static method in class uchicago.src.sim.util.Random
 
CROSS - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
crosses(RepastGisFeature) - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
crosses(RepastGisFeature) - Method in class uchicago.src.sim.gis.PointAdapter
Defined in the openGis SimpleFeatureSpecification.
crosses(RepastGisFeature) - Method in class uchicago.src.sim.gis.LineStringAdapter
Defined in the openGis SimpleFeatureSpecification.
crosses(RepastGisFeature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Defined in the openGis SimpleFeatureSpecification.
CSV - Static variable in class uchicago.src.sim.analysis.Statistics
 
CSV - Static variable in class uchicago.src.sim.analysis.OpenStats
 
CSV - Static variable in class uchicago.src.sim.analysis.PlotModel
 
CustomChartGui - class uchicago.src.sim.analysis.CustomChartGui.
GUI for creating, editing and deleting custom charts.
CustomChartGui(SimModel, ArrayList) - Constructor for class uchicago.src.sim.analysis.CustomChartGui
Creates the gui for the specified model and list of AbstractChartModels.
customCharts - Variable in class uchicago.src.sim.engine.AbstractGUIController
 
CustomProbeable - interface uchicago.src.sim.engine.CustomProbeable.
Interface required for those objects that want to customize which of their properties are probed.
cyan - Static variable in class uchicago.src.sim.gui.ColorMap
 

D

darkGray - Static variable in class uchicago.src.sim.gui.ColorMap
 
data - Variable in class uchicago.src.sim.analysis.Statistics
 
data - Variable in class uchicago.src.sim.analysis.OpenStats
 
data - Variable in class uchicago.src.sim.analysis.DataRecorder
 
data - Variable in class uchicago.src.sim.analysis.ObjectDataRecorder
 
DataFileHeader - class uchicago.src.sim.analysis.DataFileHeader.
Given a model and this will create the appropriate header for any data file.
DataFileHeader() - Constructor for class uchicago.src.sim.analysis.DataFileHeader
This should only be used for testing various Recorders that use DataFileHeader but don't need to create a model.
DataFileHeader(SimModel) - Constructor for class uchicago.src.sim.analysis.DataFileHeader
 
DataFileWriter - class uchicago.src.sim.analysis.DataFileWriter.
Writes objects to a file via their toString() method.
DataFileWriter(String, DataFileHeader) - Constructor for class uchicago.src.sim.analysis.DataFileWriter
Constructs a DataFileWriter to write to the specified file using the specified DataFileHeader.
DataRecorder - class uchicago.src.sim.analysis.DataRecorder.
The primary means of recording data during a simulation.
DataRecorder(String, SimModel) - Constructor for class uchicago.src.sim.analysis.DataRecorder
Constructs a DataRecorder using the specified file name and model.
DataRecorder(String, SimModel, boolean) - Constructor for class uchicago.src.sim.analysis.DataRecorder
Deprecated.  
DataRecorder(String, SimModel, boolean, String) - Constructor for class uchicago.src.sim.analysis.DataRecorder
Deprecated.  
DataRecorder(String, SimModel, String) - Constructor for class uchicago.src.sim.analysis.DataRecorder
Constructs a DataRecorder using the specified file name, model, and headerComment.
dataSinkUpdate(DataSinkEvent) - Method in class uchicago.src.sim.gui.MovieMaker
 
dataSource - Variable in class uchicago.src.sim.analysis.Histogram
The data source for this Histogram
DataSource - interface uchicago.src.sim.analysis.DataSource.
Interface for data sources whose data is recorded by DataRecorder
DatasourceHandler - class uchicago.src.sim.gis.DatasourceHandler.
This class is designed to gracefully handle the exceptions that can be thrown with a datasource.
DatasourceHandler() - Constructor for class uchicago.src.sim.gis.DatasourceHandler
 
DataSourcePropPanel - class uchicago.src.sim.analysis.DataSourcePropPanel.
 
DataSourcePropPanel() - Constructor for class uchicago.src.sim.analysis.DataSourcePropPanel
 
dataSources - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
DataSourcesPanel - class uchicago.src.sim.analysis.DataSourcesPanel.
 
DataSourcesPanel() - Constructor for class uchicago.src.sim.analysis.DataSourcesPanel
 
DataSourceUtilities - class uchicago.src.sim.analysis.DataSourceUtilities.
Utility methods for return data.
DataSourceUtilities() - Constructor for class uchicago.src.sim.analysis.DataSourceUtilities
 
DebugMethods - class uchicago.src.debug.DebugMethods.
 
DebugMethods() - Constructor for class uchicago.src.debug.DebugMethods
 
DEFAULT_SIZE - Static variable in class uchicago.src.guiUtils.ColorIcon
 
DefaultDrawableEdge - class uchicago.src.sim.network.DefaultDrawableEdge.
A drawable edge between two nodes.
DefaultDrawableEdge() - Constructor for class uchicago.src.sim.network.DefaultDrawableEdge
Constructs a DefaultDrawableEdge without any connecting Nodes.
DefaultDrawableEdge(Node, Node) - Constructor for class uchicago.src.sim.network.DefaultDrawableEdge
Construct an edge from the specified to node to the specified node with a blank label.
DefaultDrawableEdge(Node, Node, String) - Constructor for class uchicago.src.sim.network.DefaultDrawableEdge
Construct an edge from the specified to node to the specified node with the specified label, and a default strength of 1.0.
DefaultDrawableEdge(Node, Node, String, float) - Constructor for class uchicago.src.sim.network.DefaultDrawableEdge
Construct an edge from the specified to node to the specified node with the specified label, and the specified strength.
DefaultDrawableNode - class uchicago.src.sim.network.DefaultDrawableNode.
 
DefaultDrawableNode() - Constructor for class uchicago.src.sim.network.DefaultDrawableNode
Creates this DefaultDrawableNode.
DefaultDrawableNode(NetworkDrawable) - Constructor for class uchicago.src.sim.network.DefaultDrawableNode
 
DefaultDrawableNode(String, NetworkDrawable) - Constructor for class uchicago.src.sim.network.DefaultDrawableNode
 
DefaultEdge - class uchicago.src.sim.network.DefaultEdge.
An edge between two nodes.
DefaultEdge() - Constructor for class uchicago.src.sim.network.DefaultEdge
Constructs a DefaultEdge without any connecting Nodes.
DefaultEdge(Node, Node) - Constructor for class uchicago.src.sim.network.DefaultEdge
Construct an edge from the specified to node to the specified node with a blank label.
DefaultEdge(Node, Node, String) - Constructor for class uchicago.src.sim.network.DefaultEdge
Construct an edge from the specified to node to the specified node with the specified label, and a default strength of 1.0.
DefaultEdge(Node, Node, String, float) - Constructor for class uchicago.src.sim.network.DefaultEdge
Construct an edge from the specified to node to the specified node with the specified label, and the specified strength.
DefaultGraphLayout - class uchicago.src.sim.gui.DefaultGraphLayout.
Empty implementation of GraphLayout.
DefaultGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.DefaultGraphLayout
 
DefaultGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.DefaultGraphLayout
 
DefaultNode - class uchicago.src.sim.network.DefaultNode.
A simple graph node that is a default implementation of Node.
DefaultNode.OrderedHashMap - class uchicago.src.sim.network.DefaultNode.OrderedHashMap.
HashMap that keeps an ordered list of its keys.
DefaultNode.OrderedHashMap() - Constructor for class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
DefaultNode.OrderedHashMap(int) - Constructor for class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
DefaultNode.OrderedHashMap(int, float) - Constructor for class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
DefaultNode.OrderedHashMap(Map) - Constructor for class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
DefaultNode() - Constructor for class uchicago.src.sim.network.DefaultNode
Creates a DefaultNode with a blank label.
DefaultNode(String) - Constructor for class uchicago.src.sim.network.DefaultNode
Creates a DefaultNode with the specified string as its label.
DEFAULTS_INCLUDE_RNGSEED - Static variable in class uchicago.src.sim.engine.AbstractGUIController
 
defaultSize - Variable in class uchicago.src.sim.gui.DisplaySurface
 
DefaultSpatialNode - class uchicago.src.sim.gis.DefaultSpatialNode.
This is a class that defines a node in 2 or 3 dimensional space.
DefaultSpatialNode() - Constructor for class uchicago.src.sim.gis.DefaultSpatialNode
 
DefaultSpatialNode(double, double, double) - Constructor for class uchicago.src.sim.gis.DefaultSpatialNode
 
DefaultSpatialNode(String) - Constructor for class uchicago.src.sim.gis.DefaultSpatialNode
 
DefaultSpatialNode(String, double, double, double) - Constructor for class uchicago.src.sim.gis.DefaultSpatialNode
 
DEFECT - Static variable in class uchicago.src.sim.games.GameChoice
 
DegNetGenerator - class uchicago.src.sim.network.DegNetGenerator.
Generates an adjacency matrix given a mean degree, a variance, and a list of probilities.
DegNetGenerator(int, float, int) - Constructor for class uchicago.src.sim.network.DegNetGenerator
 
Delaunay - class uchicago.src.sim.space.Delaunay.
This is an implementation of the guibas and stolfi incremental algorithm for finding the delaunay triangulation of a set of points.
Delaunay() - Constructor for class uchicago.src.sim.space.Delaunay
construct a triangulation object
deleteEdge(QuadEdge) - Static method in class uchicago.src.sim.space.QuadEdge
 
DescriptorContainer - interface uchicago.src.reflector.DescriptorContainer.
Interface required for those objects that want probe displays to display that object's parameters as descriptors.
descriptors - Variable in class uchicago.src.sim.engine.SimModelImpl
Used to store property descriptors.
dfHeader - Variable in class uchicago.src.sim.analysis.ObjectDataRecorder
 
dialog - Variable in class uchicago.src.guiUtils.Wizard
 
DIAMOND - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
diffCon - Variable in class uchicago.src.sim.space.Diffuse2D
 
diffuse() - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
Runs the diffusion with the current rates and values.
diffuse() - Method in class uchicago.src.sim.space.Diffuse2D
Runs the diffusion with the current rates and values.
Diffuse2D - class uchicago.src.sim.space.Diffuse2D.
Discrete 2nd order approximation of 2d diffusion with evaporation.
Diffuse2D(double, double, int, int) - Constructor for class uchicago.src.sim.space.Diffuse2D
Constructs a Diffuse2d space with the specified diffusion constant, evaporation rate, and dimensions
Diffuse2D(int, int) - Constructor for class uchicago.src.sim.space.Diffuse2D
Constructs a Diffuse2d space with the specificed dimensions
Diffuse2DHexagonal - class uchicago.src.sim.space.Diffuse2DHexagonal.
Discrete 2nd order approximation of 2d diffusion with evaporation on a hexagonal grid.
Diffuse2DHexagonal(double, double, int, int) - Constructor for class uchicago.src.sim.space.Diffuse2DHexagonal
Constructs a Diffuse2DHexagonal space with the specified diffusion constant, evaporation rate, and dimensions
Diffuse2DHexagonal(int, int) - Constructor for class uchicago.src.sim.space.Diffuse2DHexagonal
Constructs a Diffuse2DHexagonal space with the specificed dimensions
dijkstra() - Method in class uchicago.src.sim.network.ShortestNetworkPath
 
Disassembler - class uchicago.src.sim.util.Disassembler.
Simple class file dissassembler.
Disassembler(File) - Constructor for class uchicago.src.sim.util.Disassembler
Creates a Dissassebler to disassemble the specified file.
disconnect() - Method in class uchicago.src.sim.gui.BufferDataSource
 
Discrete2DSpace - interface uchicago.src.sim.space.Discrete2DSpace.
Interface for all Discrete two dimensional spaces.
disjoint(RepastGisFeature) - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
disjoint(RepastGisFeature) - Method in class uchicago.src.sim.gis.PointAdapter
Defined in the openGis SimpleFeatureSpecification.
disjoint(RepastGisFeature) - Method in class uchicago.src.sim.gis.LineStringAdapter
Defined in the openGis SimpleFeatureSpecification.
disjoint(RepastGisFeature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Defined in the openGis SimpleFeatureSpecification.
Display - class uchicago.src.sim.gui.Display.
Abstract class upon which custom displays can be built.
display() - Method in class uchicago.src.sim.gui.Legend
 
display() - Method in class uchicago.src.sim.gui.DisplaySurface
Displays this DisplaySurface, that is, makes it visible on the screen in a JFrame etc.
display() - Method in class uchicago.src.sim.engine.Controller
Displays the controller
display() - Method in class uchicago.src.sim.engine.HelpPane
 
display() - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Displays this graph.
display() - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Displays this graph.
display() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Displays this graph.
display() - Method in class uchicago.src.reflector.IntrospectFrame
 
Display(int, int) - Constructor for class uchicago.src.sim.gui.Display
Constructs a Display with the specified width and height.
display(JDialog) - Method in class uchicago.src.sim.analysis.EditChartGui
Displays this EditChartGui
display(JDialog, String, boolean) - Method in class uchicago.src.sim.analysis.AddChartGui
 
display(JDialog, String, boolean) - Method in class uchicago.src.guiUtils.Wizard
 
display(JFrame) - Method in class uchicago.src.sim.engine.LoadModelDialog
Displays this LoadModelDialog.
display(JFrame) - Method in class uchicago.src.sim.engine.gui.LoadModelDialog
 
display(JFrame) - Method in class uchicago.src.sim.analysis.CustomChartGui
Display this gui.
display(JFrame, String) - Method in class uchicago.src.sim.engine.gui.SnapshotDialog
 
display(JFrame, String) - Method in class uchicago.src.sim.engine.gui.MakeMovieDialog
 
display(JFrame, String, boolean) - Method in class uchicago.src.guiUtils.Wizard
 
Display2D - class uchicago.src.sim.gui.Display2D.
Base class for all discrete 2D displays.
Display2D(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Display2D
Constructs a Display2D with specified Discrete2DSpace to display
Displayable - interface uchicago.src.sim.gui.Displayable.
Interface for objects that can be displayed on a DisplaySurface.
displayables - Variable in class uchicago.src.sim.gui.Painter
 
DisplayConstants - class uchicago.src.sim.gui.DisplayConstants.
Constants used by the the various discrete space display classes.
DisplayConstants() - Constructor for class uchicago.src.sim.gui.DisplayConstants
 
DisplayInfo - class uchicago.src.sim.gui.DisplayInfo.
Encapsulates information used by a display surface to create the view menu.
DisplayInfo(String, int, Displayable) - Constructor for class uchicago.src.sim.gui.DisplayInfo
Creates a new DisplayInfo with the specified menu text, id, and displayble.
displays - Variable in class uchicago.src.sim.gui.DisplaySurface
Dictionary of the Displays contained by this DisplaySurface.
DisplaySurface - class uchicago.src.sim.gui.DisplaySurface.
 
DisplaySurface(Dimension, SimModel, String) - Constructor for class uchicago.src.sim.gui.DisplaySurface
Creates a DisplaySurface of the specified size and with the specified model and the specified name.
DisplaySurface(SimModel, String) - Constructor for class uchicago.src.sim.gui.DisplaySurface
Creates a DisplaySurface for the specified model and with the specified name.
DisplaySurface(SimModel, String, Painter) - Constructor for class uchicago.src.sim.gui.DisplaySurface
Creates a DisplaySurface for the specified model, with the specified name and using the specified Painter.
dispose() - Method in class uchicago.src.sim.gui.Painter
Disposes of the graphics object
dispose() - Method in class uchicago.src.sim.gui.Legend
 
dispose() - Method in class uchicago.src.sim.gui.DisplaySurface
Dispose this DisplaySurface
dispose() - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Dispose of this graph.
dispose() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Dispose of this graph.
distributeAgents() - Method in class uchicago.src.sim.util.AgentDistribution
Sets the chosen variable in the agents to a random number generated using the distribution.
DistributionFactory - class uchicago.src.sim.util.DistributionFactory.
A class to easily generate statistical distributions for the AgentDistribution class.
DistributionFactory() - Constructor for class uchicago.src.sim.util.DistributionFactory
 
DL - Static variable in interface uchicago.src.sim.network.NetworkConstants
 
DlFormatter - class uchicago.src.sim.network.DlFormatter.
Formats AdjacencyMatrices into dl format.
DlFormatter() - Constructor for class uchicago.src.sim.network.DlFormatter
 
DlReader - class uchicago.src.sim.network.DlReader.
Matrix reader for UCINET dl format files.
DlReader(InputStream) - Constructor for class uchicago.src.sim.network.DlReader
Creates a DlRedaer to read from the specified InputStream.
DlReader(String) - Constructor for class uchicago.src.sim.network.DlReader
Creates a DlReader to read the specified file.
done - Variable in class uchicago.src.sim.engine.BaseController
when true the simulation has stopped
done() - Method in class uchicago.src.sim.engine.ThreadedAction
 
doStep - Variable in class uchicago.src.sim.engine.BaseController
when true the simulation should execute all actions for the next tick and then pause.
DOUBLE - Static variable in class uchicago.src.sim.util.Disassembler
 
DoubleArgInvoker - class uchicago.src.reflector.DoubleArgInvoker.
 
DoubleArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.DoubleArgInvoker
 
DoubleDocument - class uchicago.src.guiUtils.DoubleDocument.
 
DoubleDocument() - Constructor for class uchicago.src.guiUtils.DoubleDocument
 
DoubleMatrix - class uchicago.src.collection.DoubleMatrix.
DoubleMatrix: a matrix of doubles (and any other number).
DoubleMatrix(int, int) - Constructor for class uchicago.src.collection.DoubleMatrix
Constructs a matrix of the specified size, initializing the matrix cells to 0.
DoubleMatrix(int, int, double[]) - Constructor for class uchicago.src.collection.DoubleMatrix
Constructs a matrix of the specified size, initializing the matrix cells to the values in matrix.
doubleVal() - Method in class uchicago.src.sim.util.DoubleWrapper
Gets the double value that this wraps.
DoubleWrapper - class uchicago.src.sim.util.DoubleWrapper.
Mutable wrapper for a double primitive.
DoubleWrapper(double) - Constructor for class uchicago.src.sim.util.DoubleWrapper
Creates a DoubleWrapper that wraps the specified double.
doWriteHeader(String) - Method in class uchicago.src.sim.engine.BatchController
Should the header for the specified file be written.
doWriteHeader(String) - Method in class uchicago.src.sim.analysis.DataFileHeader
Should the header be written to the specified file during this run? Recorder objects can query their DataFileHeaders to see if the header should be written.
DRAW - Static variable in class uchicago.src.sim.gui.DisplayInfo
 
draw(SimGraphics) - Method in class uchicago.src.sim.gui.DrawablePolygon
 
draw(SimGraphics) - Method in class uchicago.src.sim.gui.RoundRectItem
Draws this item using the specified context.
draw(SimGraphics) - Method in class uchicago.src.sim.gui.DrawableLineString
 
draw(SimGraphics) - Method in interface uchicago.src.sim.gui.DrawableGisFeature
 
draw(SimGraphics) - Method in class uchicago.src.sim.gui.RectItem
Draws this item using the specified context.
draw(SimGraphics) - Method in interface uchicago.src.sim.gui.Drawable2DGridNode
Draws this Drawable2DGridNode.
draw(SimGraphics) - Method in interface uchicago.src.sim.gui.Drawable
Invoked when the object should draw itself
draw(SimGraphics) - Method in class uchicago.src.sim.gui.OvalItem
Draws this OvalItem.
draw(SimGraphics) - Method in interface uchicago.src.sim.gui.NonGridDrawable
Invoked when the object should draw itself
draw(SimGraphics) - Method in class uchicago.src.sim.hypercycles.HyperCell
 
draw(SimGraphics) - Method in class uchicago.src.sim.network.DefaultDrawableNode
 
draw(SimGraphics) - Method in class uchicago.src.sim.enn.EnnAgent
 
draw(SimGraphics) - Method in class uchicago.src.sim.life.LifeAgent
 
draw(SimGraphics) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
draw(SimGraphics) - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
draw(SimGraphics) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
draw(SimGraphics) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
draw(SimGraphics) - Method in class uchicago.src.sim.gisModel.GisBug
 
draw(SimGraphics) - Method in class uchicago.src.sim.mousetrap.MouseTrap
 
draw(SimGraphics, int, int, int, int) - Method in interface uchicago.src.sim.gui.DrawableEdge
Called by a Network*Display instructing the edge to draw itself.
draw(SimGraphics, int, int, int, int) - Method in class uchicago.src.sim.hypercycles.HyperCycleLink
 
draw(SimGraphics, int, int, int, int) - Method in class uchicago.src.sim.hypercycles.HyperLink
 
draw(SimGraphics, int, int, int, int) - Method in class uchicago.src.sim.network.DefaultDrawableEdge
Draws this DefaultDrawableEdge.
draw(SimGraphics, int, int, int, int) - Method in class uchicago.src.sim.jiggle.JiggleEdge
 
draw(SimGraphics, int, int, int, int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewEdge
 
draw4ColorHollowRect(Color, Color, Color, Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws the sides of a hollow rectangle in the four specifed colors.
Drawable - interface uchicago.src.sim.gui.Drawable.
Interface for those objects in 2D spaces that wish to be drawn on a DisplaySurface by a Displayable.
Drawable2DGridNode - interface uchicago.src.sim.gui.Drawable2DGridNode.
Interface for a drawable 2 dimensional node that occupies a cell in a grid.
Drawable2DNode - interface uchicago.src.sim.gui.Drawable2DNode.
Interface for a drawable 2 dimensional node that occupies a cell in a grid.
DrawableEdge - interface uchicago.src.sim.gui.DrawableEdge.
Edges that wish to be drawn must implement this interface.
DrawableGisFeature - interface uchicago.src.sim.gui.DrawableGisFeature.
Created by IntelliJ IDEA.
DrawableItem - class uchicago.src.sim.gui.DrawableItem.
Abstract class for objects inhabiting non-discrete spaces and that wish to be drawn by a Display.
DrawableItem() - Constructor for class uchicago.src.sim.gui.DrawableItem
 
DrawableLineString - class uchicago.src.sim.gui.DrawableLineString.
 
DrawableLineString(Feature) - Constructor for class uchicago.src.sim.gui.DrawableLineString
 
DrawableLineString(Geometry, Hashtable) - Constructor for class uchicago.src.sim.gui.DrawableLineString
 
DrawableLineString(SpatialNode, SpatialNode) - Constructor for class uchicago.src.sim.gui.DrawableLineString
 
DrawableMultiFeature - interface uchicago.src.sim.gui.DrawableMultiFeature.
Created by IntelliJ IDEA.
DrawableNonGridNode - interface uchicago.src.sim.gui.DrawableNonGridNode.
Interface for a drawable 2 dimensional "node." This does not implement the Node interface so that network models can be visualized without using RePast's Node / Edge architecture.
DrawablePolygon - class uchicago.src.sim.gui.DrawablePolygon.
 
DrawablePolygon(Feature) - Constructor for class uchicago.src.sim.gui.DrawablePolygon
 
DrawablePolygon(Geometry, Hashtable) - Constructor for class uchicago.src.sim.gui.DrawablePolygon
 
drawCircle(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a true circle with the specified color.
drawDirectedLink(Color, int, int, int, int) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a directed link (a line with a square head) from the specified coordinates to the specified coordinates in the specified color.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Network2DGridDisplay
Draws the grid.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.MultiObject2DDisplay
Draws the contained space, either by iterating over the entire space and calling draw(SimGraphics g) on the Drawables contained therein, or by iterating through a list of Drawables and calling draw(SimGraphics g) on them.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Object2DDisplay
Draws the contained space, either by iterating over the entire space and calling draw(SimGraphics g) on the Drawables contained therein, or by iterating through a list of Drawables and calling draw(SimGraphics g) on them.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.TextDisplay
Does the actual drawing using the SimGraphics parameter.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Display
Does the actual drawing using the SimGraphics parameter.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Value2DHexaDisplay
Draws the Discrete2DSpace converting the Numbers contained therein to Colors according to the ColorMap specified in the constructor
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Value2DDisplay
Draws the Discrete2DSpace converting the Numbers contained therein to Colors according to the ColorMap specified in the constructor
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.VectorDisplay
Draws this VectorDisplay.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.GisDisplay
 
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Object2DHexaDisplay
Draws the contained space, either by iterating over the entire space and calling draw(SimGraphics g) on the Drawables contained therein, or by iterating through a list of Drawables and calling draw(SimGraphics g) on them.
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Display2D
 
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.gui.Network2DDisplay
Draws this display
drawDisplay(SimGraphics) - Method in interface uchicago.src.sim.gui.Displayable
Draws whatever implements this interface on the SimGraphics object
drawDisplay(SimGraphics) - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
Draws the objects (Drawables) contained by the view window.
drawFastCircle(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a circle of the specified color at the current coordinates faster than drawCircle.
drawFastOval(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws an oval in the specified color faster than drawOval.
drawFastRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a rectangle at the current x and y coordinate with the current width and height in the specified color.
drawFastRoundRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a rounded rectangle of the specified color, faster than drawRoundRect.
drawHollowFastOval(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a hollow oval in the specified color faster than drawHollowOval.
drawHollowFastRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a hollow rectangle of the specified color faster than drawHollowRect.
drawHollowFastRoundRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a hollow rounded rectangle with the specified color, faster than drawHollowCircle.
drawHollowOval(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a hollow oval in the specified color.
drawHollowRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a hollow rectangle of the specified color.
drawHollowRoundRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a hollow rounded rectangle of the specified color.
drawLine(Color) - Method in class uchicago.src.sim.gui.SimGraphics
 
drawLink(Color, int, int, int, int) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a link (a line) from the specified coordinates to the specified coordinates in the specified color.
drawMultiPolygon(Color, int[]) - Method in class uchicago.src.sim.gui.SimGraphics
 
drawOval(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws an oval in the specified color.
drawOvalBorder(BasicStroke, Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws an oval shaped border using the current drawing parameters.
drawPolygon(Color) - Method in class uchicago.src.sim.gui.SimGraphics
 
drawRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a rectangle of the specified color.
drawRect(Graphics, int, int, int, int) - Method in class uchicago.src.sim.gui.LocalPainter
 
drawRect(Graphics, int, int, int, int) - Method in class uchicago.src.sim.gui.Painter
 
drawRectBorder(BasicStroke, Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws an rectangular border using the current drawing parameters.
drawRoundRect(Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a rounded rectangle of the specified color.
drawString(String, Color) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a string using the current drawing parameters.
drawStringInHollowOval(Color, Color, String) - Method in class uchicago.src.sim.gui.SimGraphics
Draws the specified string in a hollow oval using the specified colors.
drawStringInHollowRect(Color, Color, String) - Method in class uchicago.src.sim.gui.SimGraphics
Draws the specified string in a hollow rectangle using the specified colors.
drawStringInHollowRoundRect(Color, Color, String) - Method in class uchicago.src.sim.gui.SimGraphics
Draws a string of the specified color in a hollow rounded rectangle of the specified color.
drawStringInOval(Color, Color, String) - Method in class uchicago.src.sim.gui.SimGraphics
Draws the specified string in an oval using the specified colors.
drawStringInRect(Color, Color, String) - Method in class uchicago.src.sim.gui.SimGraphics
Draws the specified string in a rectangle using the specified colors.
drawStringInRoundRect(Color, Color, String) - Method in class uchicago.src.sim.gui.SimGraphics
Draws the specified string inside a rounded rectangle.
dsColorMap - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
dsMarkMap - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
dsMouseAdapter - Variable in class uchicago.src.sim.gui.DisplaySurface
 
dsWindowAdapter - Variable in class uchicago.src.sim.gui.DisplaySurface
 
dynNameList - Variable in class uchicago.src.sim.engine.BatchController
 
dynParams - Variable in class uchicago.src.sim.analysis.DataRecorder
 

E

Edge - interface uchicago.src.sim.network.Edge.
A interface for all edge objects (as in nodes and edges).
EdgeFactory - class uchicago.src.sim.network.EdgeFactory.
Utility methods for creating Edges.
EdgeFactory() - Constructor for class uchicago.src.sim.network.EdgeFactory
 
edges - Variable in class uchicago.src.sim.space.Delaunay
 
edges - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
EditChartGui - class uchicago.src.sim.analysis.EditChartGui.
Gui for editing an AbstractChartModel.
EditChartGui(AbstractChartModel) - Constructor for class uchicago.src.sim.analysis.EditChartGui
Creates an EditChartGui for the editing the specified AbstractChartModel.
element - Variable in class uchicago.src.collection.BinaryNode
 
elementSize() - Method in class uchicago.src.collection.SparseObjectMatrix
 
empirical - Static variable in class uchicago.src.sim.util.Random
 
empiricalWalker - Static variable in class uchicago.src.sim.util.Random
 
enableManipulation(boolean) - Method in class uchicago.src.sim.engine.AbstractGUIController
Enables the user customized actions.
END - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
END_EVENT - Static variable in class uchicago.src.sim.engine.SimEvent
 
endOfStream() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
endZoom() - Method in class uchicago.src.sim.gui.Network2DDisplay
 
endZoom() - Method in interface uchicago.src.sim.gui.Zoomable
 
EnnAgent - class uchicago.src.sim.enn.EnnAgent.
A partial implementation of Randal Picker's Endogenous Neighborhood game as described in his as yet unpublished "Endogenous Neighborhoods and Norms." This simulation extends prior work by Randal Picker.
EnnAgent(int, int, int, int, EnnGame, Object2DTorus, int, int) - Constructor for class uchicago.src.sim.enn.EnnAgent
 
EnnBase - class uchicago.src.sim.enn.EnnBase.
Base class for EnnModels.
EnnBase() - Constructor for class uchicago.src.sim.enn.EnnBase
 
EnnBatchModel - class uchicago.src.sim.enn.EnnBatchModel.
A partial implementation of Randal Picker's Endogenous Neighborhood game as described in his as yet unpublished "Endogenous Neighborhoods and Norms." This simulation extends prior work by Randal Picker.
EnnBatchModel() - Constructor for class uchicago.src.sim.enn.EnnBatchModel
 
EnnGame - class uchicago.src.sim.enn.EnnGame.
A partial implementation of Randal Picker's Endogenous Neighborhood * game as described in his as yet unpublished "Endogenous Neighborhoods and Norms." This simulation extends prior work by Randal Picker.
EnnGame() - Constructor for class uchicago.src.sim.enn.EnnGame
 
EnnModel - class uchicago.src.sim.enn.EnnModel.
A partial implementation of Randal Picker's Endogenous Neighborhood game as described in his as yet unpublished "Endogenous Neighborhoods and Norms." This simulation extends prior work by Randal Picker.
EnnModel() - Constructor for class uchicago.src.sim.enn.EnnModel
 
EOF - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
EOF - Static variable in class uchicago.src.guiUtils.Token
 
equals(Object) - Method in class uchicago.src.sim.space.ObjectLocation
 
equals(Object) - Method in class uchicago.src.sim.gui.ProducerNamePair
 
equals(Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
eraseBox - Variable in class uchicago.src.sim.gui.LocalPainter
 
erasePoint(int, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Erase the point at the given index in the given dataset.
eraseRect(Graphics) - Method in class uchicago.src.sim.gui.LocalPainter
 
eraseRect(Graphics) - Method in class uchicago.src.sim.gui.Painter
 
ErrorNotifier - class uchicago.src.guiUtils.ErrorNotifier.
ErrorNotifier: a singleton class that provides a method to display a standard error message dialog with the appropriate message and title
evapRate - Variable in class uchicago.src.sim.space.Diffuse2D
 
EXCEL - Static variable in interface uchicago.src.sim.network.NetworkConstants
 
ExcelFileWriter - class uchicago.src.sim.analysis.ExcelFileWriter.
Writes network data to ExcelFiles.
ExcelFileWriter(String, DataFileHeader) - Constructor for class uchicago.src.sim.analysis.ExcelFileWriter
Constructs a new ExcelFileWriter to write to the specified file with the specified DataFileHeader.
ExcelFormatter - class uchicago.src.sim.network.ExcelFormatter.
Formats AdjacencyMatrices into ExcelFormat.
ExcelFormatter() - Constructor for class uchicago.src.sim.network.ExcelFormatter
 
ExcelMatrixReader - class uchicago.src.sim.network.ExcelMatrixReader.
 
ExcelMatrixReader(String) - Constructor for class uchicago.src.sim.network.ExcelMatrixReader
 
execute() - Method in class uchicago.src.sim.engine.ActionGroup
Executes the BasicActions contained by this ActionGroup.
execute() - Method in class uchicago.src.sim.engine.SimListAction
Deprecated. Executes this SimListAction (invokes a Method on all the Objects in a a List).
execute() - Method in class uchicago.src.sim.engine.SubSchedule
Deprecated. Executes this SubSchedules actions the specified number of times.
execute() - Method in class uchicago.src.sim.engine.SimAction
Deprecated. Executes this SimAction (i.e.
execute() - Method in class uchicago.src.sim.engine.ThreadedAction
 
execute() - Method in class uchicago.src.sim.engine.RandomScheduleGroup
 
execute() - Method in class uchicago.src.sim.engine.ScheduleGroup
 
execute() - Method in class uchicago.src.sim.engine.Schedule
Executes all the actions scheduled for the current clock tick.
execute() - Method in class uchicago.src.sim.engine.BasicAction
Executes this BasicAction.
execute() - Method in class uchicago.src.sim.analysis.ListDataSource
 
execute() - Method in class uchicago.src.sim.analysis.ObjectDataSource
Call the method on the object and return the resulting data as an object
execute() - Method in class uchicago.src.sim.analysis.AverageDataSource
Computes the average.
execute() - Method in interface uchicago.src.sim.analysis.DataSource
 
execute() - Method in interface uchicago.src.sim.analysis.NumericDataSource
 
execute() - Method in class uchicago.src.sim.event.SliderListener
Called whenever the JSlider for which this is a listener is moved.
execute() - Method in class uchicago.src.sim.event.CheckBoxListener
Called whenever the JCheckBox for which this is a listener is clicked.
execute() - Method in class uchicago.src.reflector.Invoker
 
executeBegin - Variable in class uchicago.src.sim.engine.BaseController
Tracks whether model.begin() has been called and so whether startSim should call model.begin().
executeEndActions() - Method in class uchicago.src.sim.engine.Schedule
Executes all the actions scheduled to execute at simulation end.
executePauseActions() - Method in class uchicago.src.sim.engine.Schedule
Executes all the actions scheduled to execute at a simulation pause.
exitOnClose - Variable in class uchicago.src.guiUtils.Wizard
 
exitOnExit - Variable in class uchicago.src.sim.engine.AbstractGUIController
 
exitSim() - Method in class uchicago.src.sim.engine.ThinController
Exits a simulation.
exitSim() - Method in class uchicago.src.sim.engine.AbstractGUIController
Exits the simulation.
exitSim() - Method in class uchicago.src.sim.engine.BatchController
 
exitSim() - Method in interface uchicago.src.sim.engine.IController
Exits the entire simulation.
exitSimulation() - Method in class uchicago.src.sim.engine.AbstractGUIController
Exits the simulation.
exponential - Static variable in class uchicago.src.sim.util.Random
 
exponentialPower - Static variable in class uchicago.src.sim.util.Random
 
export(OutputStream) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Export a description of the plot.

F

f - Variable in class uchicago.src.sim.analysis.SimGraph
Deprecated.  
f - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
features - Variable in class uchicago.src.sim.gis.GisLayer
 
FIELD_REF - Static variable in class uchicago.src.sim.util.Disassembler
 
fileFormat - Variable in class uchicago.src.sim.analysis.Statistics
 
fileFormat - Variable in class uchicago.src.sim.analysis.OpenStats
 
fileFormat - Variable in class uchicago.src.sim.analysis.PlotModel
 
fileName - Variable in class uchicago.src.sim.analysis.Statistics
 
fileName - Variable in class uchicago.src.sim.analysis.OpenStats
 
fileName - Variable in class uchicago.src.sim.analysis.PlotModel
 
fileName - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
FilePropertyDescriptor - class uchicago.src.reflector.FilePropertyDescriptor.
 
FilePropertyDescriptor(String) - Constructor for class uchicago.src.reflector.FilePropertyDescriptor
 
FileWidget - class uchicago.src.reflector.FileWidget.
 
FileWidget() - Constructor for class uchicago.src.reflector.FileWidget
 
FILLED_CIRCLE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
FILLED_DIAMOND - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
FILLED_SQUARE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
FILLED_TRIANGLE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
fillHeight - Variable in class uchicago.src.guiUtils.ColorIcon
 
fillPlot() - Method in class uchicago.src.sim.analysis.Plot
Shrinks or enlarges the scale so that the plotted points all fit.
fillPlot() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Rescale so that the data that is currently plotted just fits.
fillPlot() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Rescale so that the data that is currently plotted just fits.
fillPolygon(Color) - Method in class uchicago.src.sim.gui.SimGraphics
 
fillWidth - Variable in class uchicago.src.guiUtils.ColorIcon
 
finalize() - Method in class uchicago.src.sim.gui.Painter
 
findClass(String) - Method in class uchicago.src.codegen.RSClassLoader
 
findExtreme(int, int, int) - Method in class uchicago.src.sim.hexaBugs.HexaSpace
Find the extreme hot or cold within this 9 cell neighborhood
findExtreme(int, int, int) - Method in class uchicago.src.sim.heatBugs.HeatSpace
Find the extreme hot or cold within this 9 cell neighborhood
findGetMethods(Class, ArrayList) - Method in class uchicago.src.reflector.MethodFactory
 
findInfiniteTriangle(SpatialNode[]) - Method in class uchicago.src.sim.space.Delaunay
calculate the infinite triangle.
findMaximum(int, int, int[], boolean) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
findMaximum(int, int, int[], boolean) - Method in interface uchicago.src.sim.space.Neighborhooder
 
findMaximum(int, int, int, boolean) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
Finds the maximum grid cell value within a specified radius from the specified origin coordinate.
findMaximum(int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
Finds the maximum grid cell occupant within a specified range from the specified origin coordinate.
findMaximum(int, int, int, boolean, int) - Method in class uchicago.src.sim.space.Diffuse2D
Finds the maximum grid cell value within a specified range from the specified origin coordinate.
findMaximum(int, int, int, boolean, int) - Method in class uchicago.src.sim.space.Object2DGrid
Finds the maximum grid cell occupant within a specified range from the specified origin coordinate.
findMinimum(int, int, int[], boolean) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
findMinimum(int, int, int[], boolean) - Method in interface uchicago.src.sim.space.Neighborhooder
 
findMinimum(int, int, int, boolean) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
Finds the maximum grid cell value within a specified radius from the specified origin coordinate.
findMinimum(int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
Finds the minimum grid cell occupant within a specified range from the specified origin coordinate.
findMinimum(int, int, int, boolean, int) - Method in class uchicago.src.sim.space.Diffuse2D
Finds the minimum grid cell value within a specified range from the specified origin coordinate.
findMinimum(int, int, int, boolean, int) - Method in class uchicago.src.sim.space.Object2DGrid
Finds the minimum grid cell occupant within a specified range from the specified origin coordinate.
finished - Variable in class uchicago.src.sim.engine.BatchController
 
fireBooleanPropertyEvent(PropertyEvent) - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts a boolean property event to all this model's PropertyEventListeners.
fireEndSim() - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts a SimEvent with an id of SimEvent.END_EVENT to all this model's listeners.
fireNumericPropertyEvent(PropertyEvent) - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts a numeric property event to all this model's PropertyEventListeners.
fireObjectPropertyEvent(PropertyEvent) - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts an object property event to all this model's PropertyEventListeners.
firePauseSim() - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts a SimEvent with an id of SimEvent.PAUSE_EVENT to all this model's listeners.
fireSimEvent(SimEvent) - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcast the specified SimEvent to all this model's SimEventListeners
fireSimEvent(SimEvent) - Method in class uchicago.src.sim.engine.BaseController
Fires a SimEvent to the registered listeners.
fireSimEvent(SimEvent) - Method in interface uchicago.src.sim.engine.SimEventProducer
 
fireStopSim() - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts a SimEvent with an id of SimEvent.STOP_EVENT to all this model's listeners.
fireStringPropertyEvent(PropertyEvent) - Method in class uchicago.src.sim.engine.SimModelImpl
Broadcasts a string property event to all this model's PropertyEventListeners.
firstDraw - Variable in class uchicago.src.sim.gui.LocalPainter
 
fixHeap() - Method in class uchicago.src.sim.engine.ActionQueue
 
FLOAT - Static variable in class uchicago.src.sim.util.Disassembler
 
FloatArgInvoker - class uchicago.src.reflector.FloatArgInvoker.
 
FloatArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.FloatArgInvoker
 
FloatDocument - class uchicago.src.guiUtils.FloatDocument.
 
FloatDocument() - Constructor for class uchicago.src.guiUtils.FloatDocument
 
FloatWrapper - class uchicago.src.sim.util.FloatWrapper.
Mutable wrapper for a float primitive.
FloatWrapper(float) - Constructor for class uchicago.src.sim.util.FloatWrapper
Creates a FloatWrapper that wraps the specified float.
focusGained(FocusEvent) - Method in class uchicago.src.reflector.FileWidget
 
focusLost(FocusEvent) - Method in class uchicago.src.reflector.FileWidget
 
font - Variable in class uchicago.src.sim.gui.DrawableItem
 
format - Variable in class uchicago.src.sim.analysis.Histogram
 
format(List, Vector, String) - Method in class uchicago.src.sim.network.ExcelFormatter
Formats the specified list of matrix labels, matrices and comments.
format(List, Vector, String) - Method in class uchicago.src.sim.network.DlFormatter
Formats the specified list of matrix labels, matrices and comments.
format(List, Vector, String) - Method in class uchicago.src.sim.network.ASCIIFormatter
Formats the specified matrices together with the labels, and comment
format(List, Vector, String) - Method in interface uchicago.src.sim.network.NetworkMatrixFormatter
formats the specified matrices together with the labels, and comment
frame - Variable in class uchicago.src.sim.gui.DisplaySurface
The JFrame in which this DisplaySurface is displayed.
frameColor - Variable in class uchicago.src.sim.gui.HexaDisplay2D
 
FrameFactory - class uchicago.src.sim.gui.FrameFactory.
A Factory for JFrames that adds support for persistent location and size.
from - Variable in class uchicago.src.sim.network.DefaultEdge
 
FruchGraphLayout - class uchicago.src.sim.gui.FruchGraphLayout.
Positions nodes in layout according to iterations of an implementation of the Fruchmen-Reingold graph layout algorithm.
FruchGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.FruchGraphLayout
Constructs new FruchGraphLayout.
FruchGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.FruchGraphLayout
Constructs new FruchGraphLayout.
FruchGraphLayout(List, int, int, DisplaySurface, int) - Constructor for class uchicago.src.sim.gui.FruchGraphLayout
Constructs new FruchGraphLayout.

G

g2 - Variable in class uchicago.src.sim.gui.Painter
 
Game - class uchicago.src.sim.games.Game.
Abstracts a prisoner's dilemma cooperation type game.
Game() - Constructor for class uchicago.src.sim.games.Game
 
GameAgent - interface uchicago.src.sim.games.GameAgent.
Interface for agents who want to play Games.
GameChoice - class uchicago.src.sim.games.GameChoice.
 
GameUtilities - class uchicago.src.sim.games.GameUtilities.
Utility methods for payoff matrix games.
GameUtilities() - Constructor for class uchicago.src.sim.games.GameUtilities
 
gamma - Static variable in class uchicago.src.sim.util.Random
 
generateBasicAction(Object, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a BasicAction object whose execute method calls the specified method on the specified object.
generateBasicActionForList(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a BasicAction object whose execute method will iterate through the specifed list and call the specified method on each object in that list.
generateBasicActionForList(List, String, Class, boolean) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a BasicAction object whose execute method will iterate through the specifed list and call the specified method on each object in that list.
generateBasicActionForListRnd(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a BasicAction object whose execute method will shuffle the specified list with uchicago.src.sim.util.SimUtilites.shuffle and then iterate through the specifed list, calling the specified method on each object in that list.
generateBinDataSource(Object, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a BinDataSource object whose getBinValue method calls the specified method on the specified object.
generateDataSource(Object, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a DataSource object whose execute method calls the specified method on the specified object.
generateNewSeed() - Method in class uchicago.src.sim.engine.SimModelImpl
Generates a new seed for the random number generator using the current timestamp.
generateNewSeed() - Method in interface uchicago.src.sim.engine.SimModel
Generates a new random number seed and makes it the default.
generateNewSeed() - Static method in class uchicago.src.sim.util.Random
Generates a new random number generator using the the current timestamp as a the seed.
generateNoTargetBinDataSource(Object, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a BinDataSource object whose getBinValue method is passed an Object of whatever type param is.
generateNumericDataSource(Object, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a NumericDataSource object whose execute method calls the specified method on the specified object.
generateSequence(Object, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
Dynamically creates a Sequence object whose execute method calls the specified method on the specified object.
GeneratorException - exception uchicago.src.codegen.GeneratorException.
 
GeneratorException(String, Exception) - Constructor for class uchicago.src.codegen.GeneratorException
 
geo - Variable in class uchicago.src.sim.gis.PointAdapter
 
geometricPdf(int, double) - Static method in class uchicago.src.sim.util.Random
 
geometry - Variable in class uchicago.src.sim.gis.PolygonAdapter
 
geometry - Variable in class uchicago.src.sim.gis.LineStringAdapter
 
gerDNext() - Method in class uchicago.src.sim.space.QuadEdge
 
GET - Static variable in class uchicago.src.reflector.Introspector
 
get(double) - Method in class uchicago.src.collection.RangeMap
Gets the Object within whose range the specified key falls.
get(int) - Method in class uchicago.src.sim.network.NetworkPath
 
get(int) - Method in class uchicago.src.sim.util.ConservationCollection
 
get(int) - Method in class uchicago.src.collection.DoubleMatrix
 
get(int, int) - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Gets the value at row, col.
get(int, int) - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Gets the value at row, col.
get(int, int) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Gets the value at row, col.
get(int, int) - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the value at row, col.
get(int, int) - Method in class uchicago.src.collection.ByteMatrix2D
Gets the value in the specified cell.
get(int, int) - Method in class uchicago.src.collection.BitMatrix2D
Gets the value in the specified cell.
get(int, int) - Method in class uchicago.src.collection.DoubleMatrix
 
get(int, int) - Method in class uchicago.src.collection.SparseObjectMatrix
 
get(int, int) - Method in class uchicago.src.collection.NewMatrix
 
get(int, int) - Method in interface uchicago.src.collection.BaseMatrix
 
getAccessorMethod(String, int) - Method in class uchicago.src.reflector.Introspector
 
getAccessorMethods(Class, String[]) - Method in class uchicago.src.reflector.MethodFactory
 
getAgent() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getAgentAt(int, int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getAgents() - Method in class uchicago.src.sim.util.AgentDistribution
 
getAllDegree(Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns the number of arcs node is involved in.
getAllShortPathMatrix(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a DenseDoubleMatrix2D in which the i,j th entry gives the length of the shortest path between i and j.
getAspiration() - Method in class uchicago.src.sim.enn.EnnBase
 
getAspiration() - Method in class uchicago.src.sim.enn.EnnAgent
 
getAttribute(String) - Method in class uchicago.src.sim.gis.PolygonAdapter
retrieve an attribute from this feature.
getAttribute(String) - Method in class uchicago.src.sim.gis.PointAdapter
 
getAttribute(String) - Method in class uchicago.src.sim.gis.LineStringAdapter
get an attribute from this feature.
getAttribute(String) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Get the value of the Attribute with given name.
getAttributeNames() - Method in class uchicago.src.sim.gis.PolygonAdapter
get a list of the Attribute names.
getAttributeNames() - Method in class uchicago.src.sim.gis.PointAdapter
Return an array with the attribute names for this feature.
getAttributeNames() - Method in class uchicago.src.sim.gis.LineStringAdapter
returns a list of the names of the attributes for this feature.
getAttributeNames() - Method in interface uchicago.src.sim.gis.RepastGisFeature
Gets a list of the Attributes.
getAttributes() - Method in class uchicago.src.sim.gis.PolygonAdapter
get the attributes table.
getAverage(ArrayList, Method) - Static method in class uchicago.src.sim.analysis.DataSourceUtilities
Calls the specified method on every object in the specified list.
getAverage(ArrayList, Method) - Static method in class uchicago.src.sim.analysis.StatisticUtilities
Gets an average of the values returned by every member of the specified list when method m is called on them.
getAvgDegree() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Gets the average degree of this matrix.
getAvgDegree() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Gets the average degree of this matrix.
getAvgDegree() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Gets the average degree of this matrix.
getAvgDegree() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the average degree of this matrix.
getAxisTitles() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Returns the axis titles as a String[] where the first element is x-axis label and the second is the y-axis label.
getBatchCount() - Method in class uchicago.src.sim.engine.BatchController
Gets the number of the current batch run
getBDExample() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getBDExample() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getBestStrategy(List) - Static method in class uchicago.src.sim.games.GameUtilities
Returns the best (highest payoff) strategy for the last round.
getBinLabels() - Method in class uchicago.src.sim.analysis.HistogramItem
Gets the bin labels.
getBinValue(Object) - Method in interface uchicago.src.sim.analysis.BinDataSource
Gets a value to use in the computation of bins by a Histogram.
getBinValues() - Method in class uchicago.src.sim.analysis.HistogramItem
Gets a Vector of the bin values (ie how many items are in each bin).
getBlockHeader() - Method in class uchicago.src.sim.analysis.DataFileHeader
Gets the block header.
getBlockHeaderAsComments() - Method in class uchicago.src.sim.analysis.DataFileHeader
Gets the block header.
getBorderColor() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the border color for this NetworkDrawable.
getBorderColor() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current border color.
getBorderColor() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the border color for this DefaultDrawableNode.
getBorderWidth() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the border width for this NetworkDrawable.
getBorderWidth() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current border width.
getBorderWidth() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the border width for this DefaultDrawableNode.
getBounds() - Method in class uchicago.src.sim.gis.GisLayer
 
getBounds(DataSource) - Static method in class uchicago.src.sim.gis.DatasourceHandler
This recovers the bounds from a datasource.
getBounds(String) - Static method in class uchicago.src.sim.gui.FrameFactory
Returns the bounds, if any, associated with this frameName.
getButtonAction() - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
getBValue() - Method in class uchicago.src.sim.enn.EnnBase
 
getCellAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the Cell object at the specified coordinates.
getCellAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Cell object at the specified coordinates.
getCellAt(int, int) - Method in interface uchicago.src.sim.space.IMulti2DGrid
Gets the Cell object at the specified coordinates.
getCellCol(double) - Method in class uchicago.src.sim.space.RasterSpace
 
getCellDepth() - Method in class uchicago.src.sim.engine.BaseController
Gets the display cell depth.
getCellEditorValue() - Method in class uchicago.src.guiUtils.ColorCellEditor
 
getCellHeight() - Method in class uchicago.src.sim.engine.BaseController
Gets the display cell height.
getCellHeightScale() - Method in class uchicago.src.sim.gui.SimGraphics
 
getCellRow(double) - Method in class uchicago.src.sim.space.RasterSpace
 
getCellSize() - Method in class uchicago.src.sim.space.RasterSpace
 
getCellSizeAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the size (number of occupants) of the cell at the specified location.
getCellSizeAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the size (number of occupants) of the cell at the specified location.
getCellSizeAt(int, int) - Method in interface uchicago.src.sim.space.IMulti2DGrid
Gets the size (number of occupants) of the cell at the specified location.
getCellWidth() - Method in class uchicago.src.sim.engine.BaseController
Gets the display cell width.
getCellWidthScale() - Method in class uchicago.src.sim.gui.SimGraphics
 
getCentroid() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getChart() - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Returns the JCChart that a SimGraph wraps
getChildren() - Method in class uchicago.src.sim.engine.Parameter
Gets the children of this parameter.
getClassAt(int) - Static method in class uchicago.src.sim.analysis.NetSeqTableRow
 
getClustring() - Method in class uchicago.src.sim.network.RolfeNet
Gets the double of the parameter for the desired clustring (density of ego network).
getColor() - Method in class uchicago.src.sim.gui.DrawablePolygon
 
getColor() - Method in class uchicago.src.sim.gui.DrawableLineString
 
getColor() - Method in interface uchicago.src.sim.gui.DrawableGisFeature
 
getColor() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the color of this NetworkDrawable.
getColor() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current color.
getColor() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the color of this DefaultDrawableNode.
getColor() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the Color of the sequence created by this SequenceSource.
getColor() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the plot uses color.
getColor() - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
getColor() - Method in class uchicago.src.guiUtils.ColorChooserPopup
 
getColor(int) - Method in class uchicago.src.sim.gui.ColorMap
Gets the color mapped to the specified int
getColor(Integer) - Method in class uchicago.src.sim.gui.ColorMap
Gets the color mapped to the specified Integer
getColorByName(String) - Static method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Convert a color name into a Color.
getColPayoff(GameChoice, GameChoice) - Method in class uchicago.src.sim.games.PayoffMatrix
 
getColPayoff(int, int) - Method in class uchicago.src.sim.games.PayoffMatrix
 
getColSize() - Method in class uchicago.src.sim.analysis.ArrayData
Gets the current column size.
getColSize() - Method in class uchicago.src.sim.analysis.OpenArrayData
Gets the current column size.
getComment() - Method in class uchicago.src.sim.network.AbstractAdjacencyMatrix
Gets the comment, if any, associated with this matrix.
getComment() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the comment, if any, associated with this matrix.
getComponent() - Method in class uchicago.src.reflector.ButtonActionDescriptor
 
getComponent() - Method in class uchicago.src.reflector.ActionDescriptor
 
getComponents(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns an ArrayList of length equal to the number of components in the graph, each entry of which is an ArrayList of the nodes in that component.
getConnected() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Return whether the default is to connect subsequent points with a line.
getConnectRadius() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
getContent() - Method in class uchicago.src.sim.enn.EnnAgent
 
getContentDescriptor() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getContentLength() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getContentType() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getControl(String) - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getControl(String) - Method in class uchicago.src.sim.gui.BufferDataSource
 
getController() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the BaseController associated with this model.
getController() - Method in interface uchicago.src.sim.engine.SimModel
Gets the BaseController associated with this model.
getControls() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getControls() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getCoordinates() - Method in class uchicago.src.sim.gis.PointAdapter
 
getCoordinates(int, int) - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
getCoords() - Method in class uchicago.src.sim.gui.DrawablePolygon
 
getCoords() - Method in class uchicago.src.sim.gui.DrawableLineString
 
getCoords() - Method in interface uchicago.src.sim.gui.DrawableGisFeature
 
getCurrentAge() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getCurrentImage() - Method in class uchicago.src.sim.gui.Painter
Gets the current BufferedImage
getCurrentSugar() - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
getCurrentTime() - Method in class uchicago.src.sim.engine.ScheduleBase
Gets the current clock tick as a long.
getCurrentTime() - Method in class uchicago.src.sim.engine.BaseController
Gets the current simulation time (tick count) - the current number of execution cycles completed by main schedule.
getCurrentTimeDouble() - Method in class uchicago.src.sim.engine.ScheduleBase
Gets the current clock tick as a double precision number while maintaining compatibility with previous RePast releases.
getCurrentTimeDouble() - Method in class uchicago.src.sim.engine.BaseController
Gets the current simulation time (tick count) - the current number of execution cycles completed by main schedule.
getCurStrategy() - Method in class uchicago.src.sim.enn.EnnAgent
 
getData() - Method in class uchicago.src.collection.DoubleMatrix
 
getDataInterpretation() - Method in class uchicago.src.sim.analysis.ArrayData
 
getDataInterpretation() - Method in class uchicago.src.sim.analysis.Statistics
 
getDataItem(int, int) - Method in class uchicago.src.sim.analysis.ArrayData
 
getDataItem(int, int) - Method in class uchicago.src.sim.analysis.Statistics
 
getDataItem(int, int) - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getDataItem(int, int) - Method in class uchicago.src.sim.analysis.OpenStats
 
getDataSources() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns an ArrayList of GuiChartDataSource objects.
getDataTable() - Method in class uchicago.src.sim.analysis.Statistics
 
getDataTable() - Method in class uchicago.src.sim.analysis.OpenStats
 
getDataurl() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
getDefaultModelParameters() - Method in class uchicago.src.sim.engine.BaseController
Gets a Hashtable of the default model parameters.
getDegreeHist() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getDensity() - Method in class uchicago.src.sim.network.RolfeNet
Returns the double of the desired density of the network (ratio of number of existing edges to the maximum possible number of edges) Must be set before makeRolfeNet() is called.
getDensity() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Gets (computes) the density of this matrix.
getDensity() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Gets (computes) the density of this matrix.
getDensity() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Gets (computes) the density of this matrix.
getDensity() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns the double of the desired density of the network (ratio of number of existing edges to the maximum possible number of edges) Must be set before makeRandomDensityNet() is called.
getDensity() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets (computes) the density of this matrix.
getDensity() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
getDest() - Method in class uchicago.src.sim.space.QuadEdge
 
getDiffusionConstant() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getDiffusionConstant() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getDiffusionConstant() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getDisplay() - Method in class uchicago.src.sim.life.LifeSpace
Returns the Displayable appropriate for this space.
getDisplay() - Method in interface uchicago.src.sim.life.Space
 
getDisplay() - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Returns the Displayable appropriate for this space.
getDisplayable() - Method in class uchicago.src.sim.gui.DisplayInfo
Gets the displayble.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.Network2DGridDisplay
Gets the DisplayableInfo
getDisplayableInfo() - Method in class uchicago.src.sim.gui.Object2DDisplay
Gets a list of the DisplayInfo object associated with this Object2DDisplay.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.TextDisplay
Gets a list of the DisplayInfo object associated with this Display.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.Display
Gets a list of the DisplayInfo object associated with this Display.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.Value2DDisplay
Gets a list of the DisplayInfo objects associated with this Object2DDisplay.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.VectorDisplay
Gets a list of the DisplayInfo object associated with this Object2DDisplay.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.GisDisplay
 
getDisplayableInfo() - Method in class uchicago.src.sim.gui.HexaDisplay2D
Gets a list of the DisplayInfo objects associated with this HexDisplay.
getDisplayableInfo() - Method in class uchicago.src.sim.gui.Network2DDisplay
Gets the DisplayableInfo
getDisplayableInfo() - Method in interface uchicago.src.sim.gui.Displayable
Returns an ArrayList of DisplayInfo objects used by a DisplaySurface to create the View menu for that displayable
getDisplayableInfo() - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
 
getDisplayHeight() - Method in class uchicago.src.sim.gui.SimGraphics
 
getDisplayWidth() - Method in class uchicago.src.sim.gui.SimGraphics
 
getDistance() - Method in class uchicago.src.sim.network.NetworkPath
 
getDistance(Coordinate, Coordinate) - Static method in class uchicago.src.sim.gis.GisUtilities
Calculates the distance between two points using the haversine formula.
getDistance(Coordinate, Coordinate, int) - Static method in class uchicago.src.sim.gis.GisUtilities
Calculates the distance between two points using the haversine formula.
getDistance(double, double, double, double) - Static method in class uchicago.src.sim.gis.GisUtilities
Calculates the distance between two points using the haversine formula.
getDistance(double, double, double, double, int) - Static method in class uchicago.src.sim.gis.GisUtilities
Calculates the distance between two points using the haversine formula.
getDistribution() - Method in class uchicago.src.sim.util.AgentDistribution
 
getDLNetworkFromStream(InputStream, Class, Class, int) - Static method in class uchicago.src.sim.network.NetworkFactory
Creates a List of nodes (and their edges) from the specified InputStream.
getDocumentBase() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
getDoShuffle() - Method in class uchicago.src.sim.enn.EnnBase
 
getDouble(Object, Method) - Static method in class uchicago.src.sim.analysis.StatisticUtilities
Gets the double returned when the specified method is called on the specified object.
getDoubleAt(int, int) - Method in class uchicago.src.collection.DoubleMatrix
 
getDPrev() - Method in class uchicago.src.sim.space.QuadEdge
 
getDrawableNetwork(Class, Class, int, int) - Method in class uchicago.src.sim.network.PajekNetReader
Returns a list of nodes of type nodeClass forming network corresponding to the *.net file with edges of class edgeClass and strength corresponding to the arcs and edges in the file.
getDuration() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getDynamicParameterNames() - Method in class uchicago.src.sim.engine.BatchController
Gets a list of the Dynamic (non-constant) Parameter names.
getDynParamMethod() - Method in class uchicago.src.sim.analysis.DataFileHeader
 
getEdgeClass() - Method in class uchicago.src.sim.network.RolfeNet
Returns the Class of edges to be used in constructing the network.
getEdgeClass() - Method in class uchicago.src.sim.network.SquareLatticeNet
Returns the Class of edges to be used in constructing the network.
getEdgeClass() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns the Class of edges to be used in constructing the network.
getEdgesFrom(Node) - Method in class uchicago.src.sim.network.DefaultNode
Returns the Edges from the specified Node to this Node.
getEdgesTo(Node) - Method in class uchicago.src.sim.network.DefaultNode
Returns the Edges from this Node to the specified Node.
getElement() - Method in class uchicago.src.collection.BinaryNode
 
getEndActions() - Method in class uchicago.src.sim.engine.Schedule
Gets the Vector of BasicActions to execute at the end of the simulation run.
getEvapRate() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getEvapRate() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getEvapRate() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getFeatures() - Method in class uchicago.src.sim.gui.DrawablePolygon
 
getFeatures() - Method in class uchicago.src.sim.gui.DrawableLineString
 
getFeatures() - Method in interface uchicago.src.sim.gui.DrawableMultiFeature
 
getFeatures(DataSource) - Static method in class uchicago.src.sim.gis.DatasourceHandler
get the features out of a datasource.
getFeedFrom() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the Object that provides the data (via a method or a field) for this SequenceSource.
getFieldName() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the field name is the data for this SequenceSource is a field.
getFileHeader() - Method in class uchicago.src.sim.analysis.DataFileHeader
Gets the true file header.
getFirst() - Method in class uchicago.src.sim.space.OrderedCell
Gets the first (bottom) object in the cell.
getFont() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the label font for this NetworkDrawable.
getFont() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current label font.
getFont() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the label font for this DefaultDrawableNode.
getFontSize() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the current font size.
getFormat() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getFQClassName() - Method in class uchicago.src.sim.util.Disassembler
Returns the fully qualified name of the Class whose .class file is being disassembled.
getFrame() - Method in class uchicago.src.sim.gui.DisplaySurface
Returns the JFrame for this DisplaySurface.
getFrame() - Method in class uchicago.src.sim.engine.Controller
Returns the JFrame for controller tool bar.
getFrameColor() - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
getFrom() - Method in class uchicago.src.sim.space.QuadEdge
 
getFrom() - Method in class uchicago.src.sim.network.DefaultEdge
Gets the from node
getFrom() - Method in interface uchicago.src.sim.network.Edge
Gets the node that this edge comes from.
getFromNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge from.
getFromPoint() - Method in class uchicago.src.sim.gis.LinePoint
return the point immediately followin this one.
getFullName() - Method in class uchicago.src.sim.analysis.SequenceSource
 
getFullName() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns the name of this data source prefixed by its source.
getGenerator() - Static method in class uchicago.src.sim.util.Random
Gets the current random number generator.
getGenerator(long) - Static method in class uchicago.src.sim.util.Random
Creates a new random number generator with the specified seed and returns this new generator.
getGeometry() - Method in class uchicago.src.sim.gis.PolygonAdapter
return the jts geometry from this feature.
getGeometry() - Method in class uchicago.src.sim.gis.PointAdapter
 
getGeometry() - Method in class uchicago.src.sim.gis.LineStringAdapter
 
getGeometry() - Method in interface uchicago.src.sim.gis.RepastGisFeature
Gets the geometry that defines this feature.
getGeometryFactory() - Static method in class uchicago.src.sim.gis.GisUtilities
Get a singleton version of a JTS GeometryFactory, which is used to create the Geometries (not the feature data).
getGraphics() - Method in class uchicago.src.sim.gui.Painter
Gets the graphics context on which to draw.
getGraphics() - Method in class uchicago.src.sim.gui.SimGraphics
Gets the Graphics2D object around which this is a wrapper.
getGrid() - Method in class uchicago.src.sim.gui.Display2D
Gets the Discrete2DSpace that is being displayed
getGrid() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the grid is drawn.
getGridDensity() - Method in class uchicago.src.sim.enn.EnnBase
 
getGridSize() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getHappyPlay() - Method in class uchicago.src.sim.enn.EnnBase
 
getHeader() - Method in class uchicago.src.sim.network.ExcelFormatter
Gets the header information created by a previous call to format(...).
getHeader() - Method in class uchicago.src.sim.network.DlFormatter
Gets the dl header created by format(...).
getHeader() - Method in class uchicago.src.sim.network.ASCIIFormatter
Returns the block header for the matrices formatter in comment.
getHeader() - Method in interface uchicago.src.sim.network.NetworkMatrixFormatter
Returns the block header for the matrices formatter in comment.
getHeight() - Method in class uchicago.src.sim.gui.GisDisplay
 
getHeight() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the height of this NetworkDrawable.
getHeight() - Method in class uchicago.src.sim.gui.DrawableItem
Gets the height of this DrawableItem.
getHeight() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the height of this NonGridDrawable.
getHeight() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Gets the height of the area on which to layout the graph.
getHeight() - Method in interface uchicago.src.sim.gui.GraphLayout
Gets the height of the area on which to layout the graph.
getHeight() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the height of this DefaultDrawableNode.
getHeight() - Method in class uchicago.src.sim.life.LifeModel
 
getHistogram() - Method in class uchicago.src.sim.analysis.Histogram
Returns the Histogram1D object of which this Histogram is a view.
getIcon() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns the Icon representing this type of AbstractChartModel.
getIcon() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
getIconHeight() - Method in class uchicago.src.sim.gui.LegendIcon
 
getIconHeight() - Method in class uchicago.src.sim.analysis.MarkIcon
 
getIconHeight() - Method in class uchicago.src.guiUtils.ColorIcon
 
getIconWidth() - Method in class uchicago.src.sim.gui.LegendIcon
 
getIconWidth() - Method in class uchicago.src.sim.analysis.MarkIcon
 
getIconWidth() - Method in class uchicago.src.guiUtils.ColorIcon
 
getId() - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
getId() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the node id.
getId() - Method in class uchicago.src.sim.gui.DisplayInfo
Gets the id.
getId() - Method in class uchicago.src.sim.gui.ViewEvent
Get the id of this event
getId() - Method in class uchicago.src.sim.engine.SimEvent
Gets the id (type) of this SimEvent.
getId() - Method in class uchicago.src.sim.network.DefaultNode
Gets a unique id for this node.
getId() - Method in interface uchicago.src.sim.network.Node
Gets the id associated with this node.
getIdealTemp() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getIdealTemp() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getIJShortPathLength(List, Node, Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a double with a value equal to the length of the shortest path between i and j.
getIJTie(Node, Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns 1 if a tie from i to j exists, 0 otherwise.
getIJTieStrength(Node, Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns double value from getStrength() if tie from i to j exists, returns 0.0 if none exists.
getImage() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
getImpulses() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Return whether a line will be drawn from any plotted point down to the x axis.
getInDegree() - Method in class uchicago.src.sim.network.DefaultNode
Gets the in degree of this DefaultNode.
getInDegree(Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns the in degree (number of in edges) of the node.
getIndexOf(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Gets the index of the specified object at the specified location.
getIndexOf(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DGrid
Gets the index of the specified object at the specified location.
getIndexOf(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DTorus
Gets the index of the specified object at the specified location.
getIndexOf(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Gets the index of the specified object at the specified location.
getIndexOf(Object) - Method in class uchicago.src.sim.space.OrderedCell
Gets the index of the specified object.
getInEdges() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Gets the ArrayList of edges into this RectNode.
getInEdges() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the ArrayList of edges into this OvalNode.
getInEdges() - Method in class uchicago.src.sim.network.DefaultNode
Gets the ArrayList of edges into this node.
getInEdges() - Method in interface uchicago.src.sim.network.Node
Gets the edges coming into this node.
getInfinite() - Method in class uchicago.src.sim.life.LifeModel
 
getInitialPattern() - Method in class uchicago.src.sim.life.LifeModel
 
getInitParam() - Method in class uchicago.src.sim.engine.SimpleModel
 
getInitParam() - Method in interface uchicago.src.sim.engine.SimModel
Gets the names of the initial model parameters to set.
getInitParam() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getInitParam() - Method in class uchicago.src.sim.enn.EnnBase
 
getInitParam() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
getInitParam() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getInitParam() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getInitParam() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getInitParam() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getInitParam() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getInitParam() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getInitParam() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getInitParam() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getInNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge from.
getInstance() - Static method in class uchicago.src.sim.gui.SimGraphics
 
getInstance() - Static method in class uchicago.src.sim.games.TitForTat
 
getInstance() - Static method in class uchicago.src.sim.games.AlwaysDefect
 
getInstance() - Static method in class uchicago.src.sim.games.AlwaysCooperate
 
getInstance() - Static method in class uchicago.src.sim.games.AntiTitForTat
 
getInstance() - Static method in class uchicago.src.guiUtils.ErrorNotifier
 
getInstance() - Static method in class uchicago.src.reflector.MethodFactory
 
getInvRot() - Method in class uchicago.src.sim.space.QuadEdge
 
getIterations() - Method in class uchicago.src.sim.engine.SubSchedule
Deprecated. Gets the number of times this SubSchedule's actions will execute per parent Schedule tick.
getIteratorAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the iterator for the collection of objects at the specified coordinates.
getIteratorAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the iterator for the collection of objects at the specified coordinates.
getIteratorAt(int, int) - Method in interface uchicago.src.sim.space.IMulti2DGrid
Gets the iterator for the collection of objects at the specified coordinates.
getLabel() - Method in class uchicago.src.sim.gui.DrawablePolygon
 
getLabel() - Method in class uchicago.src.sim.gui.DrawableLineString
 
getLabel() - Method in class uchicago.src.sim.network.DefaultEdge
Gets the label for this Edge
getLabel() - Method in interface uchicago.src.sim.network.Edge
Gets the label for this edge.
getLabel() - Method in class uchicago.src.reflector.ActionDescriptor
 
getLabelColor() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets label color for this NetworkDrawable.
getLabelColor() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current label color.
getLabelColor() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets label color for this DefaultDrawableNode.
getLabels() - Method in class uchicago.src.sim.network.AbstractAdjacencyMatrix
Gets the node labels for this matrix.
getLabels() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the node labels for this matrix.
getLast() - Method in class uchicago.src.sim.space.OrderedCell
Gets the last (top) object in the cell.
getLayer() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getLayer() - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
getLayoutType() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getLeft() - Method in class uchicago.src.sim.space.QuadEdge
 
getLegend(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the legend for a dataset, or null if there is none.
getLength() - Method in class uchicago.src.sim.gis.LineStringAdapter
Calculates the distance of the linestring.
getLineNum() - Method in class uchicago.src.sim.engine.ParameterLexer
 
getList() - Method in class uchicago.src.sim.space.OrderedCell
Returns a List of the objects contained in this cell.
getList() - Method in class uchicago.src.sim.space.BagCell
Returns a List of the objects contained in this cell.
getList() - Method in interface uchicago.src.sim.space.Cell
Returns a List of the objects contained in this cell.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class uchicago.src.sim.analysis.MarkListRenderer
 
getLNext() - Method in class uchicago.src.sim.space.QuadEdge
 
getLoc() - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
getLocation() - Method in class uchicago.src.sim.hypercycles.HyperCell
 
getLocator() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getLPrev() - Method in class uchicago.src.sim.space.QuadEdge
 
getMap() - Method in class uchicago.src.sim.network.Linker
Returns the probability map.
getMarksStyle() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Get the marks style, which is one of "none", "points", "dots", or "various".
getMarkStyle() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the mark style (the shape of the point) for this SequenceSource.
getMatrices() - Method in class uchicago.src.sim.network.ExcelMatrixReader
 
getMatrices() - Method in class uchicago.src.sim.network.DlReader
Deprecated. use getMatrices(int matrixType) instead.
getMatrices() - Method in interface uchicago.src.sim.network.NetworkMatrixReader
Deprecated.  
getMatrices() - Method in class uchicago.src.sim.network.ExcelFormatter
Get the matrices formatted by a previous call to format.
getMatrices() - Method in class uchicago.src.sim.network.DlFormatter
Gets the matrices in dl format (a vector of formatted Strings).
getMatrices() - Method in class uchicago.src.sim.network.ASCIIFormatter
Returns a Vector of appropriately Strings representing the matrices.
getMatrices() - Method in interface uchicago.src.sim.network.NetworkMatrixFormatter
Returns a Vector of appropriate Strings representing the matrices.
getMatrices(int) - Method in class uchicago.src.sim.network.ExcelMatrixReader
 
getMatrices(int) - Method in class uchicago.src.sim.network.DlReader
Gets the matrix or matrices from the dl formatted file as a Vector of AdjancencyMatrices.
getMatrices(int) - Method in interface uchicago.src.sim.network.NetworkMatrixReader
Returns a vector of AdjacencyMatrices.
getMatrix() - Method in class uchicago.src.sim.space.RasterSpace
 
getMatrix() - Method in class uchicago.src.sim.space.Diffuse2D
Gets the matrix collection class that contains all the values.
getMatrix() - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the matrix collection class that contains all the values
getMatrix() - Method in class uchicago.src.sim.space.Object2DGrid
Returns the matrix collection object associated with this 2d grid
getMatrix() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the matrix collection class that contains all the values
getMatrix() - Method in interface uchicago.src.sim.space.Discrete2DSpace
Gets the matrix collection class that contains all the values
getMatrix(int, float[], boolean) - Method in class uchicago.src.sim.network.DegNetGenerator
Returns a random matrix generated using the specified parameters.
getMatrixLabel() - Method in class uchicago.src.sim.network.AbstractAdjacencyMatrix
Gets the label for this matrix.
getMatrixLabel() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the label for this matrix.
getMaxAge() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getMaxDataSets() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Deprecated.  
getMaxDeathAge() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getMaxDegree() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getMaxDistance() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getMaxIdealTemp() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getMaxIdealTemp() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getMaxIdealTemp() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getMaxInitialSugar() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getMaxMetabolism() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getMaxOutputHeat() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getMaxOutputHeat() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getMaxOutputHeat() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getMaxTriggerDistance() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getMaxTriggerTime() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getMaxVision() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getMediaProducers() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the mediaProducers registered with this model.
getMediaProducers() - Method in interface uchicago.src.sim.engine.SimModel
Gets a Vector of the MediaProducers registered with this model.
getMembers() - Method in class uchicago.src.sim.space.VectorSpace
Gets the list of members of this VectorSpace.
getMenuText() - Method in class uchicago.src.sim.gui.DisplayInfo
Gets the menu text.
getMessage() - Method in class uchicago.src.sim.util.RepastException
 
getMessage() - Method in class uchicago.src.codegen.GeneratorException
 
getMetabolism() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getMethodName() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the name of the method that is the source of the data for this SequenceSource.
getMinDeathAge() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getMinIdealTemp() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getMinIdealTemp() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getMinIdealTemp() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getMinimumSize() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the minimum size of this component.
getMinInitialSugar() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getMinOutputHeat() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getMinOutputHeat() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getMinOutputHeat() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getMode() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getModel() - Method in class uchicago.src.sim.engine.LoadModelDialog
Returns the selected SimModel if any, otherwise null.
getModel() - Method in class uchicago.src.sim.engine.BaseController
Returns the SimModel currently associated with this BaseController.
getModel() - Method in interface uchicago.src.sim.engine.IController
Returns the SimModel executed by this IController.
getModel() - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Returns the model for this SequenceGraph
getModel() - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Get the this graph's model
getModel() - Method in class uchicago.src.sim.analysis.EditChartGui
Returns the AbstractChartModel edited by this EditChartGui.
getModel() - Method in class uchicago.src.sim.analysis.AddChartGui
Returns null on cancel.
getModelDataSources() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns the GuiChartDataSources for this SequenceChartModel.
getModelDataSources() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
getModelManipulator() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the ModelManipulator.
getModelManipulator() - Method in interface uchicago.src.sim.engine.SimModel
Gets the ModelManipulator.
getModelName() - Method in class uchicago.src.sim.engine.gui.LoadModelDialog
 
getModelParameterPanel() - Method in class uchicago.src.sim.engine.AbstractGUIController
Creates an IntrospectPanel that contains the parameters this AbstractGUIController's SimModel.
getModelParameters() - Method in class uchicago.src.sim.engine.BaseController
Deprecated. replaced by ParameterUtilities.#getModelProperties(SimModel)
getModelProperties(SimModel) - Static method in class uchicago.src.sim.engine.ParameterUtility
 
getModels() - Method in class uchicago.src.sim.analysis.CustomChartGui
Returns a list of all the charts (AbstractChartModel-s) created by this gui.
getMooreNeighbors(int, int) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
The notion of a Moore neighborhood is incoherent on a hexagonal grid.
getMooreNeighbors(int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the Moore neighbors of the specified coordinate.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the Moore neighbors of the object(s) at x, y.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
The notion of a Moore neighborhood is incoherent for a hexagonal grid.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the Moore neighbors of the object at x, y.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Moore neighbors of the object(s) at x, y.
getMooreNeighbors(int, int, int, int) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
The notion of a Moore neighborhood is incoherent for a hexagonal grid.
getMooreNeighbors(int, int, int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the extended Moore neighbors of the specified coordinate.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the extended Moore neighbors of the object(s) at x, y.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
The notion of a Moore neighborhood is incoherent for a hexagonal grid.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the extended Moore neighbors of the object at x, y.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the extended Moore neighbors of the object(s) at x, y.
getMooreNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the Moore neighbors of the object(s) at x, y.
getMooreNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Moore neighbors of the object(s) at x, y.
getMooreNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of Moore neighbors is incoherent on a Hexagonal grid.
getMooreNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the extended Moore neighbors of the object(s) at x, y.
getMooreNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the extended Moore neighbors of the object(s) at x, y.
getName() - Method in class uchicago.src.sim.gui.ProducerNamePair
 
getName() - Method in interface uchicago.src.sim.gui.Named
 
getName() - Method in class uchicago.src.sim.engine.SimpleModel
Gets the name of this model.
getName() - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
getName() - Method in interface uchicago.src.sim.engine.MediaScheduler
 
getName() - Method in class uchicago.src.sim.engine.Parameter
Gets the name of this parameter.
getName() - Method in class uchicago.src.sim.engine.BasicAction
Gets the name of this BasicAction.
getName() - Method in interface uchicago.src.sim.engine.SimModel
Gets the name of the model/simulation.
getName() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getName() - Method in class uchicago.src.sim.enn.EnnBase
 
getName() - Method in class uchicago.src.sim.enn.EnnModel
 
getName() - Method in class uchicago.src.sim.analysis.ArrayData
 
getName() - Method in class uchicago.src.sim.analysis.Statistics
 
getName() - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getName() - Method in class uchicago.src.sim.analysis.OpenStats
 
getName() - Method in class uchicago.src.sim.analysis.ListDataSource
 
getName() - Method in class uchicago.src.sim.analysis.ObjectDataSource
Gets the name of this datasource
getName() - Method in class uchicago.src.sim.analysis.AverageDataSource
Gets the name of this datasource
getName() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the name of this SequenceSource.
getName() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
name is included in the shapefile.
getName() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
getName() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getName() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getName() - Method in class uchicago.src.sim.gis.GisLayer
 
getName() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getName() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getName() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getName() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getName() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getName() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getName() - Method in class uchicago.src.reflector.PropertyDescriptor
 
getNeighbors() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getNeighbors(int, int) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
Returns the ring of neighbors with a radius of 1 surrounding the cell at x, y.
getNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
Returns the ring of neighbors with a radius of 1 surrounding the object at x, y.
getNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
Returns the ring of neighbors with a radius of 1 surrounding the object at x, y.
getNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
Gets the neighbors of the object at x, y.
getNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.HexNeighborhooder
Returns the ring of neighbors with a radius of 1 surrounding the cell at x, y.
getNeighbors(int, int, int) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
Returns the rings of neighbors surrounding the cell at x, y.
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.MooreNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.VNNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.VNMultiNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.MooreMultiNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.HexNeighborhooder
Returns the rings of neighbors surrounding the cell at x, y.
getNeighbors(int, int, int[], boolean) - Method in interface uchicago.src.sim.space.Neighborhooder
 
getNeighbors(int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
Returns the rings of neighbors surrounding the cell at x, y.
getNeighbors(int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
Returns the rings of neighbors surrounding the cell at x, y.
getNeighbors(int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
Gets the rings of neighbors of the object at x, y.
getNeighborsList(int, int, int[], boolean) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
getNeighborsList(int, int, int[], boolean) - Method in class uchicago.src.sim.space.VNMultiNeighborhooder
 
getNeighborsList(int, int, int[], boolean) - Method in class uchicago.src.sim.space.MooreMultiNeighborhooder
 
getNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
Returns the ring of neighbors with a radius of 1 surrounding the object at x, y.
getNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
Returns the ring of neighbors with a radius of 1 surrounding the object at x, y.
getNeighborsLoc(int, int, int[], boolean) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
getNeighborsLoc(int, int, int[], boolean) - Method in class uchicago.src.sim.space.VNMultiNeighborhooder
 
getNeighborsLoc(int, int, int[], boolean) - Method in class uchicago.src.sim.space.MooreMultiNeighborhooder
 
getNeighborsLoc(int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
Returns the rings of neighbors surrounding the cell at x, y.
getNeighborsLoc(int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
Returns the rings of neighbors surrounding the cell at x, y.
getNeighs(int, int, int[], boolean) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
getNetwork(Class, Class) - Method in class uchicago.src.sim.network.PajekNetReader
Returns a list of nodes of type nodeClass forming network corresponding to the *.net file with edges of class edgeClass and with strengths corresponding to the arcs and edges in the file
getNetwork(String, int, Class, Class) - Static method in class uchicago.src.sim.network.NetworkFactory
Deprecated. use NetworkFactory(String, int, Class, Class, int) instead.
getNetwork(String, int, Class, Class, int) - Static method in class uchicago.src.sim.network.NetworkFactory
Creates a List of nodes (and their edges) from the specified file.
getNewValue() - Method in class uchicago.src.sim.util.ProbeEvent
Returns the new value of the property being written.
getNextDoubleFromTo(double, double) - Method in class uchicago.src.sim.engine.SimpleModel
Returns the next random double between from and to, exclusive of from and to.
getNextIntFromTo(int, int) - Method in class uchicago.src.sim.engine.SimpleModel
Returns the next random integer between from and to, inclusive of from and to.
getNextTime() - Method in class uchicago.src.sim.engine.BasicAction
 
getNoArgMethod(Class, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a java.lang.reflect.Method from the specified Class and the the specified methodName.
getNoArgMethod(Object, String) - Static method in class uchicago.src.sim.engine.ActionUtilities
Creates a java.lang.reflect.Method from the specified object and the the specified methodName.
getNode() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the actual network node.
getNode() - Method in class uchicago.src.sim.network.DefaultNode
Deprecated. No longer part of the Node interface so not necessary
getNodeClass() - Method in class uchicago.src.sim.network.RolfeNet
Returns the Class of nodes to be used in constructing the network.
getNodeClass() - Method in class uchicago.src.sim.network.SquareLatticeNet
Returns the Class of nodes to be used in constructing the network.
getNodeClass() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns the Class of nodes to be used in constructing the network.
getNodeForLink() - Method in class uchicago.src.sim.network.Linker
Returns a random object from the probabililty map created by the ProbabilityRule.
getNodeHeight() - Method in class uchicago.src.sim.gui.GisDisplay
 
getNodeLabel() - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
getNodeLabel() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the node's label
getNodeLabel() - Method in class uchicago.src.sim.network.DefaultNode
Gets the label for this node.
getNodeLabel() - Method in interface uchicago.src.sim.network.Node
Gets the label of this node.
getNodeList() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Gets the list of nodes.
getNodeList() - Method in interface uchicago.src.sim.gui.GraphLayout
Gets the list of nodes.
getNodeWidth() - Method in class uchicago.src.sim.gui.GisDisplay
 
getNType() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getNumAgents() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getNumAgents() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getNumBalls() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getNumBallsInAir() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getNumber() - Method in class uchicago.src.sim.engine.ParameterLexer
 
getNumberOfSkills() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getNumBugs() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getNumBugs() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getNumBugs() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getNumCols() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
getNumCols() - Method in class uchicago.src.collection.DoubleMatrix
 
getNumCols() - Method in class uchicago.src.collection.SparseObjectMatrix
 
getNumCols() - Method in class uchicago.src.collection.NewMatrix
 
getNumCols() - Method in interface uchicago.src.collection.BaseMatrix
 
getNumDataSets() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Return the actual number of data sets.
getNumDirectTriads(Node, Node) - Static method in class uchicago.src.sim.network.NetUtilities
Finds and returns the number of "parents" (nodes with links TO both i and j)
getNumInEdges() - Method in class uchicago.src.sim.network.DefaultNode
Returns the number of in edges contained by the Node.
getNumNeighbors(int, int) - Method in class uchicago.src.sim.life.LifeSpace
Returns the number of LifeAgents around the x, y coordinate.
getNumNeighbors(int, int) - Method in interface uchicago.src.sim.life.Space
 
getNumNeighbors(int, int) - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Returns the number of LifeAgents around the x, y coordinate.
getNumNodes() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getNumOutEdges() - Method in class uchicago.src.sim.network.DefaultNode
Returns the number of out edges contained by the Node.
getNumOvals() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getNumRects() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getNumRows() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
getNumRows() - Method in class uchicago.src.sim.analysis.ArrayData
 
getNumRows() - Method in class uchicago.src.sim.analysis.Statistics
 
getNumRows() - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getNumRows() - Method in class uchicago.src.sim.analysis.OpenStats
 
getNumRows() - Method in class uchicago.src.collection.DoubleMatrix
 
getNumRows() - Method in class uchicago.src.collection.SparseObjectMatrix
 
getNumRows() - Method in class uchicago.src.collection.NewMatrix
 
getNumRows() - Method in interface uchicago.src.collection.BaseMatrix
 
getNumRuns() - Method in class uchicago.src.sim.engine.Parameter
Gets the number of runs associated with this Parameter.
getNumTriggered() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getObject(int) - Method in class uchicago.src.sim.space.OrderedCell
Gets the object at the specified index.
getObject(Object, Method) - Static method in class uchicago.src.sim.analysis.DataSourceUtilities
Calls the specified method on the specified object, returning the result as an Object
getObjectAt(double, double) - Method in class uchicago.src.sim.space.RasterSpace
Return the object at a coordinate point.
getObjectAt(int, int) - Method in class uchicago.src.sim.space.RasterSpace
Return the object at an integer point.
getObjectAt(int, int) - Method in class uchicago.src.sim.space.Object2DTorus
Gets the object at the specified coordinate
getObjectAt(int, int) - Method in class uchicago.src.sim.space.Object2DHexagonalTorus
Gets the object at the specified coordinate
getObjectAt(int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the object (a Long) at the specified coordinate.
getObjectAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the Object at the specified coordinate.
getObjectAt(int, int) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the object at (x,y)
getObjectAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Object at the specified coordinate.
getObjectAt(int, int) - Method in interface uchicago.src.sim.space.Discrete2DSpace
Gets the Object at the specified coordinate.
getObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Gets the object at the specified location and index.
getObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DGrid
Gets the object at the specified location and index.
getObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DTorus
Gets the object at the specified location and index.
getObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Gets the object at the specified location and index.
getObjectsAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the List of objects at the specified coordinates.
getObjectsAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the List of objects at the specified coordinates.
getObjectsAt(int, int) - Method in interface uchicago.src.sim.space.IMulti2DGrid
Gets the List of objects at the specified coordinates.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.MultiObject2DDisplay
Gets the object at the specified screen coordinates for probing.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.Object2DDisplay
Gets the object at the specified screen coordinates for probing.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.TextDisplay
 
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.Value2DHexaDisplay
Gets an ArrayList of Objects at an x, y screen (pixel) coordinate.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.Value2DDisplay
Gets an ArrayList of Objects at an x, y screen (pixel) coordinate.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.VectorDisplay
Gets a list of the objects that contain the specified screen coordinate.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.GisDisplay
 
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.Object2DHexaDisplay
Gets the object at the specified screen coordinates for probing.
getObjectsAt(int, int) - Method in class uchicago.src.sim.gui.Network2DDisplay
Gets a list of the objects that contain the specified screen coordinate.
getObjectsAt(int, int) - Method in interface uchicago.src.sim.gui.Probeable
Gets the objects at the coordinate x, y.
getObjectsAt(int, int) - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
Gets a list of objects at the specified screen (pixel) coordinates.
getOccupied() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getONext() - Method in class uchicago.src.sim.space.QuadEdge
 
getOPrev() - Method in class uchicago.src.sim.space.QuadEdge
 
getOptionsMenu() - Method in class uchicago.src.sim.gui.DisplaySurface
Returns the options menu for this DisplaySurface.
getOrg() - Method in class uchicago.src.sim.space.QuadEdge
 
getOriginX() - Method in class uchicago.src.sim.space.RasterSpace
 
getOriginY() - Method in class uchicago.src.sim.space.RasterSpace
 
getOutDegree() - Method in class uchicago.src.sim.network.DefaultNode
Gets the out degree of this DefaultNode.
getOutDegree(Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns the out degree (number of out edges) of the node.
getOutEdges() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Gets the ArrayList of Edge out of this RectNode.
getOutEdges() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the ArrayList of Edge out of this OvalNode.
getOutEdges() - Method in interface uchicago.src.sim.gui.Drawable2DGridNode
Returns an ArrayList of DrawableEdges as the outgoing edges from this Drawable2DGridNode.
getOutEdges() - Method in interface uchicago.src.sim.gui.DrawableNonGridNode
Gets the list of out-going edges from this node.
getOutEdges() - Method in class uchicago.src.sim.network.DefaultNode
Gets the ArrayList of Edge out of this node.
getOutEdges() - Method in interface uchicago.src.sim.network.Node
Gets the edges going out from this node.
getOutNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge to.
getOutputHeat() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getOutputHeat() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getP1Payoff(int, int) - Method in class uchicago.src.sim.games.Game
 
getP2Payoff(int, int) - Method in class uchicago.src.sim.games.Game
 
getPanel() - Method in class uchicago.src.sim.engine.ModelManipulator
Gets a JPanel with the sliders, buttons, and checkboxes defined in the add* methods laid out and ready for display.
getParameterDescriptors() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets a hashtable of ParameterDescriptors where key is parameter name, and value is the ParameterDescriptor.
getParameterDescriptors() - Method in interface uchicago.src.sim.engine.SimModel
Gets a hashtable of ParameterDescriptors where key is parameter name, and value is the ParameterDescriptor.
getParameterDescriptors() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getParameterDescriptors() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getParameterDescriptors() - Method in class uchicago.src.sim.mousetrap.MouseTrap
 
getParameterDescriptors() - Method in interface uchicago.src.reflector.DescriptorContainer
Returns a java.util.Hashtable whose keys are parameters names, and whose values are uchicago.src.reflector.PropertyDescriptors.
getParameterFile() - Method in class uchicago.src.sim.engine.LoadModelDialog
Returns the parameter file name as a String.
getParameterNames() - Method in class uchicago.src.sim.engine.BatchController
Gets a list of the parameter names.
getParameters() - Method in class uchicago.src.sim.engine.XMLParameterReader
 
getParameters() - Method in class uchicago.src.sim.engine.ParameterReader
Gets the parameters read by this Parameter reader
getParameterValue(String) - Method in class uchicago.src.sim.engine.BatchController
Gets the current value of the named Parameter.
getParent() - Method in class uchicago.src.sim.engine.Parameter
Gets the parent parameter of this parameter
getPath(DefaultNode) - Method in class uchicago.src.sim.network.ShortestNetworkPath
 
getPause() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getPauseActions() - Method in class uchicago.src.sim.engine.Schedule
Gets the Vector of BasicActions to execute during a pause in the simulation run.
getPauseAt() - Method in class uchicago.src.sim.engine.BaseController
 
getPayoff() - Method in class uchicago.src.sim.enn.EnnAgent
 
getPayoff() - Method in interface uchicago.src.sim.games.GameAgent
Gets the current payoff for this agent.
getPercentFull() - Method in class uchicago.src.sim.life.LifeModel
 
getPercentLeft() - Method in class uchicago.src.sim.enn.EnnBase
 
getPerGreen() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
getPersistentObj(Object) - Method in class uchicago.src.sim.engine.BaseController
Gets a stored persistent (over the life of many runs) object.
getPersistentObj(Object) - Method in class uchicago.src.sim.analysis.DataFileHeader
Gets a persistent object.
getPi() - Method in class uchicago.src.sim.network.ShortestNetworkPath
 
getPlot() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getPointFromHeadingAndDistance(int, int) - Static method in class uchicago.src.sim.util.SimUtilities
Gets an x, y coordinate as a double[] of length 2, given a heading (0-359) and a distance.
getPointLabels() - Method in class uchicago.src.sim.analysis.ArrayData
 
getPointLabels() - Method in class uchicago.src.sim.analysis.Statistics
 
getPointLabels() - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getPointLabels() - Method in class uchicago.src.sim.analysis.OpenStats
 
getPointToCenterOnComponent(Component, Component) - Static method in class uchicago.src.guiUtils.GuiUtilities
 
getPolygonCenterOfMass(Geometry) - Static method in class uchicago.src.sim.gis.GisUtilities
Returns the Center of Mass or centroid of the polygon.
getPop() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
population is included in the shapefile.
getPreferredSize() - Method in class uchicago.src.sim.gui.DisplaySurface
Gets the preferred size of this DisplaySurface.
getPreferredSize() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the preferred size of this component.
getPrevStrategy() - Method in class uchicago.src.sim.enn.EnnAgent
 
getProbability(Object) - Method in class uchicago.src.sim.network.UniformReinforcement
Gets the probability for the specified object.
getProbability(Object) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
 
getProbability(Object) - Method in interface uchicago.src.sim.network.ProbabilityRule
Returns the probability for the specified object.
getProbabilityFor(Object) - Method in class uchicago.src.sim.network.Linker
Gets the probability for the specified object according to the Probability Rule passed in the constructor.
getProbedObject() - Method in class uchicago.src.sim.util.ProbeEvent
Returns the object being probed.
getProbedObjects() - Static method in class uchicago.src.sim.util.ProbeUtilities
Returns a list of the objects being probed.
getProbedProperties() - Method in class uchicago.src.sim.gui.ProbeableNumber
Returns a list of properties suitable for probing.
getProbedProperties() - Method in interface uchicago.src.sim.engine.CustomProbeable
Gets the names of the properties that are allowed to be probed.
getProbedProperties() - Method in class uchicago.src.sim.hypercycles.HyperCell
 
getProbedProperties() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
These properties only apply to this shapefile.
getProducer() - Method in class uchicago.src.sim.gui.ProducerNamePair
 
getPropertiesValues() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets a String listing the model parameters and values.
getPropertiesValues() - Method in interface uchicago.src.sim.engine.SimModel
Gets a list of the simulation properties and values.
getPropertiesValues() - Method in class uchicago.src.reflector.Introspector
Returns a String of "property: value" for all the properties.
getPropertyAsString(String) - Method in class uchicago.src.reflector.Introspector
 
getPropertyId() - Method in class uchicago.src.sim.engine.PropertyEvent
Gets the property identifier for this event.
getPropertyName() - Method in class uchicago.src.sim.util.ProbeEvent
Returns the property name being written or read.
getPropertyName() - Method in class uchicago.src.reflector.RangeWidget
 
getPropertyName() - Method in class uchicago.src.reflector.FileWidget
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyComboBox
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyCheckBox
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyButton
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyLabel
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyTextField
 
getPropertyName() - Method in interface uchicago.src.reflector.PropertyWidget
 
getPropertyNames() - Method in class uchicago.src.reflector.Introspector
 
getPropertyValue() - Method in class uchicago.src.sim.engine.PropertyEvent
Gets the value of this property.
getPropertyValue(String) - Method in class uchicago.src.reflector.Introspector
 
getPropValues() - Method in class uchicago.src.reflector.Introspector
Get the property value pairs as a Hashtable.
getRandomFromNode() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of nodes that this node has an edge from.
getRandomMoveProb() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getRandomMoveProb() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getRandomMoveProbability() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getRandomMoveProbability() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getRandomMoveProbability() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getRandomMoveProbability() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getRandomNodeIn() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of in edges.
getRandomNodeOut() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of out edges.
getRandomSeed() - Method in class uchicago.src.sim.engine.BaseController
Gets the current random seed for the current model
getRandomToNode() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of nodes that this node has an edge to.
getReason() - Method in class uchicago.src.reflector.InvokerException
 
getReciProb() - Method in class uchicago.src.sim.network.RolfeNet
 
getRemoveProb() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getRepastParameterPanel() - Method in class uchicago.src.sim.engine.AbstractGUIController
Creates an IntrospectPanel that contains the parameters for all repast models.
getReplacement() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getRight() - Method in class uchicago.src.sim.space.QuadEdge
 
getRNext() - Method in class uchicago.src.sim.space.QuadEdge
 
getRngSeed() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the current random seed.
getRngSeed() - Method in interface uchicago.src.sim.engine.SimModel
Gets the default random number seed.
getRot() - Method in class uchicago.src.sim.space.QuadEdge
 
getRow(int) - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Gets the specified row of data for this matrix.
getRow(int) - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Gets the specified row of data for this matrix.
getRow(int) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Gets the specified row of data for this matrix.
getRow(int) - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the specified row of data for this matrix.
getRow(int) - Method in class uchicago.src.sim.analysis.ArrayData
 
getRow(int) - Method in class uchicago.src.sim.analysis.Statistics
 
getRow(int) - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getRow(int) - Method in class uchicago.src.sim.analysis.OpenStats
 
getRow(int) - Method in class uchicago.src.collection.ByteMatrix2D
 
getRow(int) - Method in class uchicago.src.collection.BitMatrix2D
 
getRowPayoff(GameChoice, GameChoice) - Method in class uchicago.src.sim.games.PayoffMatrix
 
getRowPayoff(int, int) - Method in class uchicago.src.sim.games.PayoffMatrix
Returns the payoff for row player.
getRPrev() - Method in class uchicago.src.sim.space.QuadEdge
 
getRsub0() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getRsub1() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getSchedule() - Method in class uchicago.src.sim.engine.SimpleModel
 
getSchedule() - Method in class uchicago.src.sim.engine.BaseController
Returns the Schedule associated with BaseController
getSchedule() - Method in interface uchicago.src.sim.engine.IController
Returns the Schedule of execution for the SimModel for this IController.
getSchedule() - Method in interface uchicago.src.sim.engine.SimModel
Gets the Schedule created by the model.
getSchedule() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getSchedule() - Method in class uchicago.src.sim.enn.EnnBase
 
getSchedule() - Method in class uchicago.src.sim.enn.EnnModel
 
getSchedule() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
getSchedule() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getSchedule() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getSchedule() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
getSchedule() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getSchedule() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getSchedule() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getSchedule() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
getSchedule() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getSeed() - Static method in class uchicago.src.sim.util.Random
Gets the current randon number generator seed.
getSequenceCount() - Method in class uchicago.src.sim.analysis.PlotModel
 
getSequenceNames() - Method in class uchicago.src.sim.analysis.PlotModel
 
getSeriesLabel(int) - Method in class uchicago.src.sim.analysis.ArrayData
 
getSeriesLabel(int) - Method in class uchicago.src.sim.analysis.Statistics
 
getSeriesLabel(int) - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getSeriesLabel(int) - Method in class uchicago.src.sim.analysis.OpenStats
 
getSeriesLabels() - Method in class uchicago.src.sim.analysis.ArrayData
Gets the names (labels) of the series
getSeriesLabels() - Method in class uchicago.src.sim.analysis.OpenArrayData
Gets the names (labels) of the series
getSeriesName(int) - Method in class uchicago.src.sim.analysis.ArrayData
 
getSeriesName(int) - Method in class uchicago.src.sim.analysis.Statistics
 
getSeriesName(int) - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getSeriesName(int) - Method in class uchicago.src.sim.analysis.OpenStats
 
getShortName() - Method in class uchicago.src.sim.analysis.SequenceSource
 
getShortName() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns the name of this data source.
getSimModel() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns the SimModel associated with this AbstractChartModel.
getSize() - Method in class uchicago.src.sim.space.RasterSpace
 
getSize() - Method in class uchicago.src.sim.space.Diffuse2D
Gets the dimension of the space
getSize() - Method in class uchicago.src.sim.space.Object2DGrid
Gets the size as a Dimension.
getSize() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the dimension of the space
getSize() - Method in interface uchicago.src.sim.space.Discrete2DSpace
Gets the dimension of the space
getSize() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the size of this TextDisplay.
getSize() - Method in class uchicago.src.sim.gui.Display
Gets the size of this Display.
getSize() - Method in class uchicago.src.sim.gui.VectorDisplay
Gets the size of this VectorDisplay.
getSize() - Method in class uchicago.src.sim.gui.GisDisplay
 
getSize() - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
getSize() - Method in class uchicago.src.sim.gui.Display2D
Gets the size of the display.
getSize() - Method in class uchicago.src.sim.gui.Network2DDisplay
Gets the size of this VectorDisplay.
getSize() - Method in interface uchicago.src.sim.gui.Displayable
Gets the size of the display.
getSize() - Method in class uchicago.src.sim.network.RolfeNet
Returns the int for the size (number of nodes) in the network to be constructed.
getSize() - Method in class uchicago.src.sim.network.SquareLatticeNet
Returns the int for the size (number of nodes) in the network to be constructed.
getSize() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns the int for the size (number of nodes) in the network to be constructed.
getSize() - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
 
getSize() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Gets the size of the plot.
getSize() - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
getSizeX() - Method in class uchicago.src.sim.space.RasterSpace
 
getSizeX() - Method in class uchicago.src.sim.space.Diffuse2D
Gets the size of the x dimension
getSizeX() - Method in class uchicago.src.sim.space.Object2DGrid
Gets the size of the x dimension.
getSizeX() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the size of the x dimension
getSizeX() - Method in interface uchicago.src.sim.space.Discrete2DSpace
Gets the size of the x dimension
getSizeX() - Method in class uchicago.src.collection.DoubleMatrix
 
getSizeY() - Method in class uchicago.src.sim.space.RasterSpace
 
getSizeY() - Method in class uchicago.src.sim.space.Diffuse2D
Gets the size of the y dimension
getSizeY() - Method in class uchicago.src.sim.space.Object2DGrid
Gets the size of the y dimension.
getSizeY() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the size of the y dimension
getSizeY() - Method in interface uchicago.src.sim.space.Discrete2DSpace
Gets the size of the y dimension
getSizeY() - Method in class uchicago.src.collection.DoubleMatrix
 
getSkills() - Method in class uchicago.src.sim.hypercycles.HyperCell
 
getSkills() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
getSkillSet() - Method in class uchicago.src.sim.hypercycles.HyperCell
 
getStartRemoveAfter() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getStatsString(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a string, each line of which consists of the name of a graph statistic and its value.
getSteps() - Method in class uchicago.src.sim.network.RolfeNet
 
getStrategy() - Method in class uchicago.src.sim.enn.EnnAgent
 
getStrategy() - Method in interface uchicago.src.sim.games.GameAgent
Gets the current strategy (GameAgent.LEFT or GameAgent.RIGHT)
getStreams() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getStrength() - Method in class uchicago.src.sim.network.DefaultEdge
Gets the strength of this edge
getStrength() - Method in interface uchicago.src.sim.network.Edge
Gets the strength of this edge
getStrength() - Method in class uchicago.src.sim.gis.LinePoint
strength is equivelent to distance
getString() - Method in class uchicago.src.sim.engine.ParameterLexer
 
getStringBounds(String) - Method in class uchicago.src.sim.gui.SimGraphics
Get the bounding rectangle for the specified string using the current font.
getStringBounds(String, Font) - Method in class uchicago.src.sim.gui.SimGraphics
Get the bounding rectangle for the specified string and the specified font.
getSubpathDistance(DefaultNode, DefaultNode) - Method in class uchicago.src.sim.network.NetworkPath
 
getSubRuns() - Method in class uchicago.src.sim.engine.Parameter
 
getSugar() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getSugarAt(int, int) - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
getSValue() - Method in class uchicago.src.sim.analysis.AverageSequence
Compute and return the average.
getSValue() - Method in class uchicago.src.sim.analysis.ObjectSequence
Call the method on the object and return the result as a double.
getSValue() - Method in interface uchicago.src.sim.analysis.Sequence
Gets the value to be plotted.
getSym() - Method in class uchicago.src.sim.space.QuadEdge
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class uchicago.src.guiUtils.ColorCellEditor
 
getTabPane() - Method in class uchicago.src.sim.engine.Controller
Returns the JTabbedPane that contains the parameter panel etc.
getTermX() - Method in class uchicago.src.sim.space.RasterSpace
 
getTermY() - Method in class uchicago.src.sim.space.RasterSpace
 
getTickCount() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the current tick count
getTickCount() - Method in interface uchicago.src.sim.engine.SimModel
Gets the current tick count for the execution of this model
getTickCountDouble() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the current tick count
getTickCountDouble() - Method in interface uchicago.src.sim.engine.SimModel
Gets the current tick count for the execution of this model
getTitle() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns the title for the chart produced by this AbstractChartModel.
getTitle() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the title of the graph, or an empty string if there is none.
getTitle() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Returns the title of this graph.
getTo() - Method in class uchicago.src.sim.space.QuadEdge
 
getTo() - Method in class uchicago.src.sim.network.DefaultEdge
Gets the to node
getTo() - Method in interface uchicago.src.sim.network.Edge
Gets the node that this edge goes to
getTolerance() - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
getTolerance() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
getToNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge to.
getToolBar() - Method in class uchicago.src.sim.engine.Controller
Returns the tool bar containing the stop, start etc.
getToPoint() - Method in class uchicago.src.sim.gis.LinePoint
return the point immediately preceding this one.
getTrapDensity() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getTriggerProbability() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
getType() - Method in class uchicago.src.sim.engine.ActionGroup
Gets the type (ActionGroup.SEQUENTIAL or ActionGroup.RANDOM) of this ActionGroup.
getType() - Method in class uchicago.src.sim.network.DefaultEdge
Gets the type of this DefaultEdge.
getType() - Method in interface uchicago.src.sim.network.Edge
Gets the type of this edge.
getType() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns "OpenSequenceGraph".
getType() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
getType() - Method in class uchicago.src.sim.gis.GisLayer
 
getUnhappiness() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getUnhappiness() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getUnhappyPlay() - Method in class uchicago.src.sim.enn.EnnBase
 
getUpdateEveryN() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getUrls() - Method in class uchicago.src.sim.engine.gui.LoadModelDialog
 
getVal() - Method in class uchicago.src.sim.gui.ProbeableNumber
Gets the primitive value of the the number.
getValAsParameterSet() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
getValAsParameterSet() - Method in class uchicago.src.sim.engine.ListIncrementer
 
getValAsParameterSet() - Method in class uchicago.src.sim.engine.AddIncrementer
Returns the value of this incrementer in parameter file format.
getValAsParameterSet() - Method in interface uchicago.src.sim.engine.Incrementer
 
getValAsParameterSet() - Method in class uchicago.src.sim.engine.Parameter
 
getValue() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
getValue() - Method in class uchicago.src.sim.engine.ListIncrementer
 
getValue() - Method in class uchicago.src.sim.engine.AddIncrementer
 
getValue() - Method in class uchicago.src.sim.engine.NumericParameter
Returns the current value
getValue() - Method in interface uchicago.src.sim.engine.Incrementer
 
getValue() - Method in class uchicago.src.sim.engine.Parameter
Gets the current value of this parameter as a string.
getValue() - Method in class uchicago.src.reflector.RangeWidget
 
getValue() - Method in class uchicago.src.reflector.FileWidget
 
getValue() - Method in class uchicago.src.reflector.PairComboBox
 
getValue() - Method in class uchicago.src.reflector.PropertyComboBox
 
getValue() - Method in class uchicago.src.reflector.PropertyCheckBox
 
getValue() - Method in class uchicago.src.reflector.PropertyButton
 
getValue() - Method in class uchicago.src.reflector.PropertyLabel
 
getValue() - Method in class uchicago.src.reflector.PropertyTextField
 
getValue() - Method in interface uchicago.src.reflector.PropertyWidget
 
getValueAt(double, double) - Method in class uchicago.src.sim.space.RasterSpace
Get the value at a coordinate point.
getValueAt(int) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
getValueAt(int, int) - Method in class uchicago.src.sim.space.RasterSpace
Get the value at an integer point.
getValueAt(int, int) - Method in class uchicago.src.sim.space.Object2DTorus
Gets the value at (x,y)
getValueAt(int, int) - Method in class uchicago.src.sim.space.Object2DHexagonalTorus
Gets the value at (x,y)
getValueAt(int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the value at the specified coordinate.
getValueAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the value at the specified coordinate if appropriate.
getValueAt(int, int) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the double value at (x,y) if possible
getValueAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the value at the specified coordinate if appropriate.
getValueAt(int, int) - Method in interface uchicago.src.sim.space.Discrete2DSpace
Gets the value at the specified coordinate if appropriate.
getValues() - Method in class uchicago.src.reflector.ListPropertyDescriptor
Gets the objects to be put in the combo box.
getVar() - Method in class uchicago.src.sim.util.AgentDistribution
 
getViewX() - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
Gets the x origin of the view window.
getViewY() - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
Gets the y origin of the view window.
getVision() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getVNNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the von Neumann neighbors of the object(s) at x, y.
getVNNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the von Neumann neighbors of the object(s) at x, y.
getVNNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the extended von Neumann neighbors of the objects(s) at x, y.
getVNNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the extended von Neumann neighbors of the objects(s) at x, y.
getVNNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the von Neumann neighbors of the object(s) at x, y.
getVNNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the von Neumann neighbors of the object(s) at x, y.
getVNNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
getVNNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the extended von Neumann neighbors of the objects(s) at x, y.
getVNNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the extended von Neumann neighbors of the objects(s) at x, y.
getVonNeumannNeighbors(int, int) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
The notion of a vonNeumann neighborhood is incoherent for a hexagonal grid.
getVonNeumannNeighbors(int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the von Neumann neighbors of the specified coordinate.
getVonNeumannNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
The notion of a vonNeumann neighborhood is incoherent for a hexagonal grid.
getVonNeumannNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the von Neumann neighbors of the object at x, y.
getVonNeumannNeighbors(int, int, int, int) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
The notion of a vonNeumann neighborhood is incoherent for a hexagonal grid.
getVonNeumannNeighbors(int, int, int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the extended von Neumann neighbors of the specified coordinate.
getVonNeumannNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
The notion of a vonNeumann neighborhood is incoherent for a hexagonal grid.
getVonNeumannNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the extended von Neumann neighbors of the object at x, y.
getWeight(Object) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Gets the weight of the specified node.
getWeightListIndex(Object) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Returns the index position in the list of weights for the specified object.
getWidget() - Method in class uchicago.src.reflector.FilePropertyDescriptor
 
getWidget() - Method in class uchicago.src.reflector.RangePropertyDescriptor
Returns the PropertyWidget associated with this PropertyDescriptor.
getWidget() - Method in class uchicago.src.reflector.ListPropertyDescriptor
Gets the gui widget associated with this ListPropertyDescriptor.
getWidget() - Method in class uchicago.src.reflector.BooleanPropertyDescriptor
Gets the widget associated with this property.
getWidget() - Method in class uchicago.src.reflector.PropertyDescriptor
 
getWidth() - Method in class uchicago.src.sim.gui.GisDisplay
 
getWidth() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the width of this NetworkDrawable.
getWidth() - Method in class uchicago.src.sim.gui.DrawableItem
Gets the width of this DrawableItem.
getWidth() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the width of this NonGridDrawable.
getWidth() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Gets the width of the area on which to layout the graph.
getWidth() - Method in interface uchicago.src.sim.gui.GraphLayout
Gets the width of the area on which to layout the graph.
getWidth() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the width of this DefaultDrawableNode.
getWidth() - Method in class uchicago.src.sim.life.LifeModel
 
getWorldXSize() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getWorldXSize() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getWorldXSize() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getWorldXSize() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getWorldXSize() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getWorldYSize() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
getWorldYSize() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
getWorldYSize() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
getWorldYSize() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
getWorldYSize() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
getWrappedNumber() - Method in class uchicago.src.sim.util.ByteWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.LongWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.FloatWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.IntWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.DoubleWrapper
Gets the wrapped value as a Number.
getX() - Method in class uchicago.src.sim.gui.RoundRectNetworkItem
 
getX() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the x coordinate for displaying text.
getX() - Method in class uchicago.src.sim.gui.RectNetworkItem
 
getX() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Gets the x coordinate.
getX() - Method in class uchicago.src.sim.gui.ProbeableNumber
Gets the x coordinate.
getX() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the x coordinate.
getX() - Method in interface uchicago.src.sim.gui.Drawable2DGridNode
Returns the x (column) coordinate of the cell in which this node resides.
getX() - Method in interface uchicago.src.sim.gui.Drawable
Gets the x coordinate of this drawable.
getX() - Method in class uchicago.src.sim.gui.OvalNetworkItem
 
getX() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the x coordinate of this drawable.
getX() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the x coordinate for this node.
getX() - Method in class uchicago.src.sim.enn.EnnAgent
 
getX() - Method in class uchicago.src.sim.life.LifeAgent
 
getX() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getX() - Method in class uchicago.src.sim.gis.PointAdapter
 
getX() - Method in class uchicago.src.sim.gis.LinePoint
 
getX() - Method in class uchicago.src.sim.gis.DefaultSpatialNode
 
getX() - Method in interface uchicago.src.sim.gis.SpatialNode
 
getX() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getX() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getX() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getX() - Method in class uchicago.src.sim.gisModel.GisBug
 
getX() - Method in class uchicago.src.sim.mousetrap.MouseTrap
 
getXAutoExpand() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns whether the plot's x-axis scale will expand to include new points that will not fit in the current scale.
getXAxisTitle() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the x-axis title for the chart produced by this AbstractChartModel.
getXIncrement() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Get the the amount to increase or decrease the x-axis scale when a x value is out of the range of the current scale.
getXLabel() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the label for the X (horizontal) axis, or null if none has been set.
getXLog() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the X axis is drawn with a logarithmic scale.
getXML() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns an XML string of the attributes of this AbstractChartModel.
getXRange() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the X range.
getXRange() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Returns the range of the x-axis as a double[] where the min is the 0th elements and the max the 1st.
getXRangeIncr() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the amount to increment the displayed x-axis range when autoscaling the the chart produced by this AbstractChartModel.
getXRangeMax() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial maximum value for the x-axis of the chart produced by this AbstractChartModel.
getXRangeMin() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial minimum value for the x-axis of the chart produced by this AbstractChartModel.
getXScale() - Method in class uchicago.src.sim.gui.SimGraphics
 
getXSize() - Method in class uchicago.src.sim.life.LifeSpace
Returns the width of this LifeSpace.
getXSize() - Method in interface uchicago.src.sim.life.Space
 
getXSize() - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Returns the width of this InfiniteLifeSpace.
getXSize() - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
getXTicks() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the X ticks that have been specified, or null if none.
getXVal(int) - Method in class uchicago.src.sim.analysis.PlotModel
 
getXValCount() - Method in class uchicago.src.sim.analysis.PlotModel
 
getXViewPolicy() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns the current view policy for the x-axis.
getXY(Node) - Method in class uchicago.src.sim.network.PajekNetReader
Returns an int[x,y] with the coordinates of the node if they were read from the Pajek *.net file.
getY() - Method in class uchicago.src.sim.gui.RoundRectNetworkItem
 
getY() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the y coordinate for displaying text.
getY() - Method in class uchicago.src.sim.gui.RectNetworkItem
 
getY() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Gets the y coordinate.
getY() - Method in class uchicago.src.sim.gui.ProbeableNumber
Gets the y coordinate.
getY() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the y coordinate.
getY() - Method in interface uchicago.src.sim.gui.Drawable2DGridNode
Returns the y (row) coordinate of the cell in which this node resides.
getY() - Method in interface uchicago.src.sim.gui.Drawable
Gets the y coordinate of the this drawable.
getY() - Method in class uchicago.src.sim.gui.OvalNetworkItem
 
getY() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the y coordinate of the this drawable.
getY() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the y coordinate for this node.
getY() - Method in class uchicago.src.sim.enn.EnnAgent
 
getY() - Method in class uchicago.src.sim.life.LifeAgent
 
getY() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getY() - Method in class uchicago.src.sim.gis.PointAdapter
 
getY() - Method in class uchicago.src.sim.gis.LinePoint
 
getY() - Method in class uchicago.src.sim.gis.DefaultSpatialNode
 
getY() - Method in interface uchicago.src.sim.gis.SpatialNode
 
getY() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
getY() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
getY() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
getY() - Method in class uchicago.src.sim.gisModel.GisBug
 
getY() - Method in class uchicago.src.sim.mousetrap.MouseTrap
 
getYAutoExpand() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns whether the plot's y-axis scale will expand to include new points that will not fit in the current scale.
getYAxisTitle() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the y-axis title for the chart produced by this AbstractChartModel.
getYIncrement() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Get the the amount to increase or decrease the y-axis scale when a y value is out of the range of the current scale.
getYLabel() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the label for the Y (vertical) axis, or null if none has been set.
getYLog() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the Y axis is drawn with a logarithmic scale.
getYRange() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the Y range.
getYRange() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Gets the range of the y-axis as a double[] where the min is the 0th elements and the max the 1st.
getYRangeIncr() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the amount to increment the displayed y-axis range when autoscaling the the chart produced by this AbstractChartModel.
getYRangeMax() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial maximum value for the y-axis of the chart produced by this AbstractChartModel.
getYRangeMin() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial minimum value for the y-axis of the chart produced by this AbstractChartModel.
getYScale() - Method in class uchicago.src.sim.gui.SimGraphics
 
getYSize() - Method in class uchicago.src.sim.life.LifeSpace
Returns the height of this LifeSpace.
getYSize() - Method in interface uchicago.src.sim.life.Space
 
getYSize() - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Returns the height of this InfiniteLifeSpace.
getYSize() - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
getYTicks() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the Y ticks that have been specified, or null if none.
getYVal(int, int) - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
 
getYVal(int, int) - Method in class uchicago.src.sim.analysis.PlotModel
 
getYViewPolicy() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns the current view policy for the y-axis.
getZ() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
getZ() - Method in class uchicago.src.sim.gis.PointAdapter
 
getZ() - Method in class uchicago.src.sim.gis.DefaultSpatialNode
 
getZ() - Method in interface uchicago.src.sim.gis.SpatialNode
 
getZip() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
zipcode is included in the shapefile.
GisBug - class uchicago.src.sim.gisModel.GisBug.
The Bugs that run about the RasterSpace.
GisBug(RasterSpace, Object2DGrid, double, double, float, double) - Constructor for class uchicago.src.sim.gisModel.GisBug
 
GisBugsModel - class uchicago.src.sim.gisModel.GisBugsModel.
A simple model where "bugs" run around a landscape created out of a GIS raster file.
GisBugsModel() - Constructor for class uchicago.src.sim.gisModel.GisBugsModel
 
GisDisplay - class uchicago.src.sim.gui.GisDisplay.
 
GisDisplay() - Constructor for class uchicago.src.sim.gui.GisDisplay
 
GisDisplay(int) - Constructor for class uchicago.src.sim.gui.GisDisplay
 
GisLayer - class uchicago.src.sim.gis.GisLayer.
 
GisLayer(LayerType, int, String) - Constructor for class uchicago.src.sim.gis.GisLayer
Create a layer with a type, name and initial size.
GisLayer(LayerType, String) - Constructor for class uchicago.src.sim.gis.GisLayer
Create a layer with a type and a name.
GisUtilities - class uchicago.src.sim.gis.GisUtilities.
This is a set of useful gis tools that are not included in any of the third party libraries.
GisUtilities() - Constructor for class uchicago.src.sim.gis.GisUtilities
 
go - Variable in class uchicago.src.sim.engine.BaseController
when true the simulation runs, when false it stops
Graphable - interface uchicago.src.sim.analysis.Graphable.
Interface for classes that can act as data sources to SimCharts.
GraphLayout - interface uchicago.src.sim.gui.GraphLayout.
An Interface for laying out graphs (ie networks of nodes and edges).
gray - Static variable in class uchicago.src.sim.gui.ColorMap
 
green - Static variable in class uchicago.src.sim.gui.ColorMap
 
grid - Variable in class uchicago.src.sim.gui.Display2D
 
gridDensity - Variable in class uchicago.src.sim.enn.EnnBase
 
groupToExecute - Variable in class uchicago.src.sim.engine.ScheduleBase
 
GuiChartDataSource - interface uchicago.src.sim.analysis.GuiChartDataSource.
 
guiInit() - Method in class uchicago.src.guiUtils.Wizard
 
GuiUtilities - class uchicago.src.guiUtils.GuiUtilities.
 
GuiUtilities() - Constructor for class uchicago.src.guiUtils.GuiUtilities
 

H

handleBooleanConst(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
handleBooleanList(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
handleConst(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
handleIncr(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
handleList(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
handleStringConst(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
handleStringList(NumericParameter, NamedNodeMap) - Method in class uchicago.src.sim.engine.XMLParameterReader
 
happyPlay - Variable in class uchicago.src.sim.enn.EnnBase
 
hasChildren() - Method in class uchicago.src.sim.engine.Parameter
Does this Parameter have any children.
hasEdgeFrom(Node) - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
hasEdgeFrom(Node) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated.  
hasEdgeFrom(Node) - Method in class uchicago.src.sim.network.DefaultNode
Returns true if this DefaultNode has an Edge from the specified Node, otherwise false.
hasEdgeFrom(Node) - Method in interface uchicago.src.sim.network.Node
Returns true if this DefaultNode has an Edge from the specified Node, otherwise false.
hasEdgeTo(Node) - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
hasEdgeTo(Node) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated.  
hasEdgeTo(Node) - Method in class uchicago.src.sim.network.DefaultNode
Returns true if this DefaultNode has an Edge to the specified Node, otherwise false.
hasEdgeTo(Node) - Method in interface uchicago.src.sim.network.Node
Returns true if this DefaultNode has an Edge to the specified Node, otherwise false.
hasEdgeToOrFrom(Node) - Method in class uchicago.src.sim.network.DefaultNode
Does this Node have an edge to or from the specified node.
hashCode() - Method in class uchicago.src.sim.space.ObjectLocation
 
hashCode() - Method in class uchicago.src.sim.util.ConservationCollection
 
hasProperty(String) - Method in class uchicago.src.reflector.Introspector
 
hasRun - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
hasSelfLoops(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a boolean indicating whether the network contains self-loops (links from i -> i)
HBNoGui - class uchicago.src.sim.heatBugs.HBNoGui.
A translation of the Swarm example simulation Heat Bugs.
HBNoGui() - Constructor for class uchicago.src.sim.heatBugs.HBNoGui
 
HeatBug - class uchicago.src.sim.heatBugs.HeatBug.
The agent for the Heat Bugs simulation.
HeatBug(HeatSpace, Object2DTorus, int, int, int, int, float) - Constructor for class uchicago.src.sim.heatBugs.HeatBug
 
HeatBugsModel - class uchicago.src.sim.heatBugs.HeatBugsModel.
A translation of the Swarm example simulation Heat Bugs.
HeatBugsModel() - Constructor for class uchicago.src.sim.heatBugs.HeatBugsModel
 
HeatSpace - class uchicago.src.sim.heatBugs.HeatSpace.
The environment that the heat bugs inhabit.
HeatSpace(double, double, int, int) - Constructor for class uchicago.src.sim.heatBugs.HeatSpace
 
height - Variable in class uchicago.src.sim.gui.Display
 
height - Variable in class uchicago.src.sim.gui.DrawableItem
 
height - Variable in class uchicago.src.sim.gui.LegendIcon
 
height - Variable in class uchicago.src.sim.gui.Painter
 
height - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
height - Variable in class uchicago.src.sim.gui.AbstractGraphLayout
 
height - Variable in class uchicago.src.guiUtils.ColorIcon
 
HelpPane - class uchicago.src.sim.engine.HelpPane.
 
HelpPane() - Constructor for class uchicago.src.sim.engine.HelpPane
 
HexaBug - class uchicago.src.sim.hexaBugs.HexaBug.
The agent for the HexaBugs (HeatBugs on a hexagonal space) simulation.
HexaBug(HexaSpace, Object2DHexagonalTorus, int, int, int, int, float) - Constructor for class uchicago.src.sim.hexaBugs.HexaBug
 
HexaBugsModel - class uchicago.src.sim.hexaBugs.HexaBugsModel.
A translation of the Swarm example simulation Heat Bugs.
HexaBugsModel() - Constructor for class uchicago.src.sim.hexaBugs.HexaBugsModel
 
HexaDisplay2D - class uchicago.src.sim.gui.HexaDisplay2D.
Base class for two dimensional displays of hexagonal spaces.
HexaDisplay2D(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.HexaDisplay2D
Creates a HexaDisplay2D for the specifed Discrete2DSpace
HexaSpace - class uchicago.src.sim.hexaBugs.HexaSpace.
The environment that the heat bugs inhabit.
HexaSpace(double, double, int, int) - Constructor for class uchicago.src.sim.hexaBugs.HexaSpace
 
HexMultiNeighborhooder - class uchicago.src.sim.space.HexMultiNeighborhooder.
 
HexMultiNeighborhooder.LocAdder - class uchicago.src.sim.space.HexMultiNeighborhooder.LocAdder.
 
HexMultiNeighborhooder.LocAdder() - Constructor for class uchicago.src.sim.space.HexMultiNeighborhooder.LocAdder
 
HexMultiNeighborhooder.ObjectAdder - class uchicago.src.sim.space.HexMultiNeighborhooder.ObjectAdder.
 
HexMultiNeighborhooder.ObjectAdder() - Constructor for class uchicago.src.sim.space.HexMultiNeighborhooder.ObjectAdder
 
HexMultiNeighborhooder(IMulti2DGrid) - Constructor for class uchicago.src.sim.space.HexMultiNeighborhooder
 
HexNeighborhooder - class uchicago.src.sim.space.HexNeighborhooder.
 
HexNeighborhooder(Discrete2DSpace) - Constructor for class uchicago.src.sim.space.HexNeighborhooder
 
histList - Variable in class uchicago.src.sim.analysis.Histogram
 
histogram - Variable in class uchicago.src.sim.analysis.Histogram
The actual Histogram model of which this is the view.
Histogram - class uchicago.src.sim.analysis.Histogram.
A histogram plot allowing the user to histogram data from a list of objects.
HISTOGRAM - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
Histogram(String, double[]) - Constructor for class uchicago.src.sim.analysis.Histogram
Constructs a histogram with a variable xaxis interval.
Histogram(String, double[], SimModel) - Constructor for class uchicago.src.sim.analysis.Histogram
Constructs a histogram with a variable xaxis interval.
Histogram(String, int, double, double) - Constructor for class uchicago.src.sim.analysis.Histogram
Constructs a histogram with a fixed xaxis interval.
Histogram(String, int, double, double, SimModel) - Constructor for class uchicago.src.sim.analysis.Histogram
Constructs a histogram with a fixed xaxis interval.
HistogramItem - class uchicago.src.sim.analysis.HistogramItem.
An item to be displayed in a histogram.
HistogramItem(List, BinDataSource, int, long) - Constructor for class uchicago.src.sim.analysis.HistogramItem
Constructs a HistogramItem whose bins are constructed from the specified list of objects, the specified BinDataSource, number of bins, and the specified lower bound.
HistogramItem(List, BinDataSource, int, long, int, int) - Constructor for class uchicago.src.sim.analysis.HistogramItem
Constructs a HistogramItem whose bins are constructed from the specified list of objects, the specified BinDataSource, number of bins, and the specified lower bound.
HistogramItem(List, String, int, long) - Constructor for class uchicago.src.sim.analysis.HistogramItem
Constructs a HistogramItem with the specified list of objects, the specified method to call on these objects, the specified number of bins, and the specified lower bound.
HistogramItem(List, String, int, long, int, int) - Constructor for class uchicago.src.sim.analysis.HistogramItem
Constructs a HistogramItem with the specified list of objects, the specified method to call on these objects, the specified number of bins, and the specified lower bound.
HistogramStatistic - class uchicago.src.sim.analysis.HistogramStatistic.
The Statistics class for histogram data.
HistogramStatistic(int, long) - Constructor for class uchicago.src.sim.analysis.HistogramStatistic
Constructs a HistogramStatistic with the specified number of bins and the specified lower bound.
hollow - Variable in class uchicago.src.sim.gui.DrawableItem
 
hollow - Variable in class uchicago.src.sim.gui.LegendIcon
 
HOT - Static variable in class uchicago.src.sim.hexaBugs.HexaSpace
 
HOT - Static variable in class uchicago.src.sim.heatBugs.HeatSpace
 
hyperbolic - Static variable in class uchicago.src.sim.util.Random
 
HyperCell - class uchicago.src.sim.hypercycles.HyperCell.
A pseudo-agent class for the hypercycles simulation.
HyperCell(int, int) - Constructor for class uchicago.src.sim.hypercycles.HyperCell
 
HyperCycle - class uchicago.src.sim.hypercycles.HyperCycle.
A Hypercycle.
HyperCycle() - Constructor for class uchicago.src.sim.hypercycles.HyperCycle
 
HyperCycle(Vector) - Constructor for class uchicago.src.sim.hypercycles.HyperCycle
 
HyperCycleLink - class uchicago.src.sim.hypercycles.HyperCycleLink.
A link from one cell to another indicating that these cells participate in a hypercycle.
HyperCycleLink(Node, Node) - Constructor for class uchicago.src.sim.hypercycles.HyperCycleLink
 
HyperGame - class uchicago.src.sim.hypercycles.HyperGame.
Coordinates the activation, and deletion of skills and cells.
HyperGame(Object2DTorus, int, ArrayList, int) - Constructor for class uchicago.src.sim.hypercycles.HyperGame
 
hyperGeometric - Static variable in class uchicago.src.sim.util.Random
 
HyperLink - class uchicago.src.sim.hypercycles.HyperLink.
A link from one HyperCell to another.
HyperLink(Node, Node) - Constructor for class uchicago.src.sim.hypercycles.HyperLink
 
hyperlinkUpdate(HyperlinkEvent) - Method in class uchicago.src.sim.engine.HelpPane
 
HyperModel - class uchicago.src.sim.hypercycles.HyperModel.
An implementation of the simulation described in John Padgett's "The Emergence of Simple Ecologies of Skill: A Hypercycle Approach to Economic Organization" in _The Economy as an Evolving Complex System II_, Eds.
HyperModel() - Constructor for class uchicago.src.sim.hypercycles.HyperModel
 

I

IController - interface uchicago.src.sim.engine.IController.
Defines methods for controlling the execution of a SimModel.
IMulti2DGrid - interface uchicago.src.sim.space.IMulti2DGrid.
Interface for grids and tori whose cells can hold more than one object.
INACTIVE - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 
inCircle(SpatialNode, SpatialNode, SpatialNode, SpatialNode) - Static method in class uchicago.src.sim.space.Delaunay
primitive to determine if a point is in the circle created by three other points.
INCR - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
increment() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
increment() - Method in class uchicago.src.sim.engine.ListIncrementer
 
increment() - Method in class uchicago.src.sim.engine.AddIncrementer
 
increment() - Method in class uchicago.src.sim.engine.NumericParameter
Increments this parameter according to the increment value
increment() - Method in interface uchicago.src.sim.engine.Incrementer
 
increment() - Method in class uchicago.src.sim.engine.Parameter
Increments the parameter.
incrementer - Variable in class uchicago.src.sim.engine.Parameter
 
Incrementer - interface uchicago.src.sim.engine.Incrementer.
 
incrementOutputHeat(int) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
incrementOutputHeat(int) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
indexCount - Variable in class uchicago.src.sim.engine.ScheduleBase
 
indexOf(Object) - Method in class uchicago.src.sim.network.NetworkPath
 
indexOf(Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
indexSort() - Method in class uchicago.src.sim.engine.ScheduleGroup
Sorts the BasicActions in this ScheduleGroup according to their indices.
inEdges - Variable in class uchicago.src.sim.network.DefaultNode
A list of the edges into this Node.
InfiniteLifeSpace - class uchicago.src.sim.life.InfiniteLifeSpace.
An infinte grid space for LifeAgents.
InfiniteLifeSpace(LifeModel, int, int) - Constructor for class uchicago.src.sim.life.InfiniteLifeSpace
Creates this InfiniteLifeSpace.
InfiniteSpaceDisplay - class uchicago.src.sim.life.InfiniteSpaceDisplay.
Display class for displaying InfiniteLifeSpaces.
InfiniteSpaceDisplay(SparseObjectMatrix, int, int, int, int, int) - Constructor for class uchicago.src.sim.life.InfiniteSpaceDisplay
 
init() - Method in class uchicago.src.sim.engine.ModelManipulator
Initializes the manipulator by clearing any previously added sliders, buttons, or checkboxes.
init() - Method in class uchicago.src.sim.network.Linker
Initializes this Linker for link creation and getting probabilties.
init() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
init(DisplaySurface, int, int) - Method in class uchicago.src.sim.gui.Painter
Associates this Painter with the specified DisplaySurface and initializes the width and height.
init(int, int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewNode
Initialize this JinGirNewNode, this takes the place of the constructor when a JinGirNewNode is created from a file using its no-arg constructor.
init(int, int, NetworkDrawable) - Method in class uchicago.src.sim.jiggle.JiggleNode
This initializes the JiggleNode when we have create it from a file using the no arg constructor, but still need to initialize it.
init(RGBFormat) - Method in class uchicago.src.sim.gui.MovieMaker
 
initDataRecorder() - Method in class uchicago.src.sim.enn.EnnBase
 
initDataRecorder() - Method in class uchicago.src.sim.enn.EnnModel
 
initDataRecorder() - Method in class uchicago.src.sim.enn.EnnBatchModel
 
initialAction() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
initialize(double) - Method in class uchicago.src.collection.DoubleMatrix
Fills the matrix with the passed in value
inMap - Variable in class uchicago.src.sim.network.DefaultNode
A Map of nodes whose edges are into this Node.
inNormalState - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
insert(BasicAction) - Method in class uchicago.src.sim.engine.ActionQueue
Insert the specified action into the heap.
insert(int, Object) - Method in class uchicago.src.sim.space.OrderedCell
Inserts the specified object at the specified index.
insertPoints(SpatialNode[]) - Method in class uchicago.src.sim.space.Delaunay
Insert an array of points into the triangulation.
insertString(int, String, AttributeSet) - Method in class uchicago.src.guiUtils.IntegerDocument
 
insertString(int, String, AttributeSet) - Method in class uchicago.src.guiUtils.LongDocument
 
insertString(int, String, AttributeSet) - Method in class uchicago.src.guiUtils.FloatDocument
 
insertString(int, String, AttributeSet) - Method in class uchicago.src.guiUtils.DoubleDocument
 
INT_METHOD_REF - Static variable in class uchicago.src.sim.util.Disassembler
 
INTEGER - Static variable in class uchicago.src.sim.util.Disassembler
 
IntegerArgInvoker - class uchicago.src.reflector.IntegerArgInvoker.
 
IntegerArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.IntegerArgInvoker
 
IntegerDocument - class uchicago.src.guiUtils.IntegerDocument.
 
IntegerDocument() - Constructor for class uchicago.src.guiUtils.IntegerDocument
 
intersects(RepastGisFeature) - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
intersects(RepastGisFeature) - Method in class uchicago.src.sim.gis.PointAdapter
Defined in the openGis SimpleFeatureSpecification.
intersects(RepastGisFeature) - Method in class uchicago.src.sim.gis.LineStringAdapter
Defined in the openGis SimpleFeatureSpecification.
intersects(RepastGisFeature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Defined in the openGis SimpleFeatureSpecification.
INTERVAL_UPDATER - Static variable in class uchicago.src.sim.engine.BasicAction
 
introspect(Object, String[]) - Method in class uchicago.src.reflector.Introspector
 
IntrospectFrame - class uchicago.src.reflector.IntrospectFrame.
 
IntrospectFrame(Object) - Constructor for class uchicago.src.reflector.IntrospectFrame
 
IntrospectFrame(Object, String) - Constructor for class uchicago.src.reflector.IntrospectFrame
 
IntrospectFrame(Object, String, String[]) - Constructor for class uchicago.src.reflector.IntrospectFrame
 
Introspector - class uchicago.src.reflector.Introspector.
 
Introspector() - Constructor for class uchicago.src.reflector.Introspector
 
IntrospectPanel - class uchicago.src.reflector.IntrospectPanel.
 
IntrospectPanel(Object) - Constructor for class uchicago.src.reflector.IntrospectPanel
 
IntrospectPanel(Object, String[], boolean) - Constructor for class uchicago.src.reflector.IntrospectPanel
 
IntWrapper - class uchicago.src.sim.util.IntWrapper.
Mutable wrapper for an int primitive.
IntWrapper(int) - Constructor for class uchicago.src.sim.util.IntWrapper
Creates an IntWrapper that wraps the specified int.
INVALID_CHAR - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
invoke() - Method in class uchicago.src.reflector.ObjectArgInvoker
 
invoke() - Method in class uchicago.src.reflector.ShortArgInvoker
 
invoke() - Method in class uchicago.src.reflector.ByteArgInvoker
 
invoke() - Method in class uchicago.src.reflector.BooleanArgInvoker
 
invoke() - Method in class uchicago.src.reflector.LongArgInvoker
 
invoke() - Method in class uchicago.src.reflector.DoubleArgInvoker
 
invoke() - Method in class uchicago.src.reflector.FloatArgInvoker
 
invoke() - Method in class uchicago.src.reflector.IntegerArgInvoker
 
invoke() - Method in class uchicago.src.reflector.StringArgInvoker
 
invoke() - Method in class uchicago.src.reflector.Invoker
 
Invoker - class uchicago.src.reflector.Invoker.
Abstract super class for specialized invoker subclasses.
Invoker(Object, Method, String) - Constructor for class uchicago.src.reflector.Invoker
 
InvokerException - exception uchicago.src.reflector.InvokerException.
 
InvokerException(String) - Constructor for class uchicago.src.reflector.InvokerException
 
InvokerFactory - class uchicago.src.reflector.InvokerFactory.
Creates Invoker classes according to the Class type passed in.
InvokerFactory() - Constructor for class uchicago.src.reflector.InvokerFactory
 
invokeSetMethod(String, Object) - Method in class uchicago.src.reflector.Introspector
 
isAdjusting - Variable in class uchicago.src.sim.event.SliderListener
 
isAllowLoops() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns true if self-loops will be permitted in the constructed network.
isBatch() - Method in class uchicago.src.sim.engine.AbstractGUIController
 
isBatch() - Method in class uchicago.src.sim.engine.BatchController
Is this a batch run.
isBatch() - Method in class uchicago.src.sim.engine.BaseController
Is this a BatchController.
isBatch() - Method in class uchicago.src.sim.analysis.DataFileHeader
Is this DataFileHeader part of a batch run.
isComplete() - Method in class uchicago.src.sim.engine.NumericParameter
Is this parameter complete? Does it have start, end, and increment set.
isComplete() - Method in class uchicago.src.sim.engine.Parameter
Does this parameter have all its necessary values assigned.
isConstant() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
isConstant() - Method in class uchicago.src.sim.engine.ListIncrementer
 
isConstant() - Method in class uchicago.src.sim.engine.AddIncrementer
 
isConstant() - Method in class uchicago.src.sim.engine.NumericParameter
Returns true if this is constant (if the incrementing value == 0).
isConstant() - Method in interface uchicago.src.sim.engine.Incrementer
 
isConstant() - Method in class uchicago.src.sim.engine.Parameter
 
isDone() - Method in class uchicago.src.sim.engine.ThreadedAction
 
isEditable() - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
isEmpty() - Method in class uchicago.src.sim.engine.ActionQueue
 
isEmpty() - Method in class uchicago.src.sim.hypercycles.HyperCell
 
isEmpty() - Method in class uchicago.src.sim.util.ConservationCollection
 
isEmpty() - Method in class uchicago.src.collection.RangeMap
Is this RangeMap empty.
isEmptyAt(int, int) - Method in class uchicago.src.sim.life.LifeSpace
Returns true if the cell at the specified coordinates is empty.
isEmptyAt(int, int) - Method in interface uchicago.src.sim.life.Space
 
isEmptyAt(int, int) - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Returns true if the cell at the specified coordinates is empty.
isEnabled() - Method in class uchicago.src.sim.engine.ModelManipulator
Is this ModelManipulator's sliders, buttons, and checkboxes enabled
isEventThread - Variable in class uchicago.src.sim.gui.LayoutWithDisplay
 
isFramed - Variable in class uchicago.src.sim.gui.HexaDisplay2D
 
isFramed() - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
isFrameVisible() - Method in class uchicago.src.sim.gui.DisplaySurface
 
isGui - Variable in class uchicago.src.sim.engine.ThinController
 
isGui - Variable in class uchicago.src.sim.engine.SimpleModel
 
isGui - Variable in class uchicago.src.sim.engine.BaseController
true if this is a gui controller - i.e.
isGUI() - Method in class uchicago.src.sim.engine.AbstractGUIController
Returns true;
isHollow() - Method in class uchicago.src.sim.gui.DrawableItem
 
isListParameter() - Method in class uchicago.src.sim.engine.Parameter
 
isLoadFromFile() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
isModelNode() - Method in class uchicago.src.sim.engine.ModelTreeNode
 
isMulti() - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
isMulti() - Method in class uchicago.src.sim.gis.PointAdapter
Returns true if the feature is a "multi" type.
isMulti() - Method in class uchicago.src.sim.gis.LineStringAdapter
Returns true if the feature is a "multi" type.
isMulti() - Method in interface uchicago.src.sim.gis.RepastGisFeature
Returns true if the feature is a "multi" type.
isMultiplexNet(List) - Static method in class uchicago.src.sim.network.NetUtilities
Checks if there are any nodes i j for which there is more than one tie i -> j (almost all network statistics assume that the network is NOT multiplex)
isOn(SpatialNode, QuadEdge) - Method in class uchicago.src.sim.space.Delaunay
is point on edge
isParameter(String) - Method in class uchicago.src.sim.engine.BatchController
Is the named property a Parameter from a Parameter file.
isParameterConstant(String) - Method in class uchicago.src.sim.engine.BatchController
Is the named Parameter a constant Parameter.
isPropertyBoolean(String) - Method in class uchicago.src.reflector.Introspector
Is the specified property boolean.
isPropertyStringable(String) - Method in class uchicago.src.reflector.Introspector
Is the specified property amenable to being turned into a String - i.e.
isReadOnly(String) - Method in class uchicago.src.reflector.Introspector
 
isRecordCycleData() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
isSelected - Variable in class uchicago.src.sim.event.CheckBoxListener
 
isShowCycles() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
isSlidingLeft - Variable in class uchicago.src.sim.event.SliderListener
 
isStatsVisible() - Method in class uchicago.src.sim.analysis.Histogram
Returns whether the stats are visible or not.
isSymmetric() - Method in class uchicago.src.sim.network.SquareLatticeNet
Returns true if the constructed network will always be symmetric.
isSymmetric() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns true if the constructed network will be symmetric.
isTriggered() - Method in class uchicago.src.sim.mousetrap.MouseTrap
 
isWrapAround() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
isWriteOnly(String) - Method in class uchicago.src.reflector.Introspector
 
isZeroTransparent() - Method in class uchicago.src.sim.gui.Value2DHexaDisplay
Returns whether a zero value in space drawn by this grid is transparent or drawn according to the color map.
isZeroTransparent() - Method in class uchicago.src.sim.gui.Value2DDisplay
Returns whether a zero value in space drawn by this grid is transparent or drawn according to the color map.
item - Variable in class uchicago.src.sim.network.DefaultDrawableNode
 
iterator() - Method in class uchicago.src.sim.space.OrderedCell
Returns an Iterator of the objects contained in this cell.
iterator() - Method in class uchicago.src.sim.space.BagCell
Returns an Iterator of the objects contained in this cell.
iterator() - Method in interface uchicago.src.sim.space.Cell
Returns an Iterator of the objects contained in this cell.
iterator() - Method in class uchicago.src.sim.util.ConservationCollection
 

J

jiggle() - Method in class uchicago.src.sim.jiggle.JiggleNode
This defines the actual behavoir of the JiggleNode, the Jiggle.
jiggle() - Method in interface uchicago.src.sim.jiggle.Jiggler
 
JiggleEdge - class uchicago.src.sim.jiggle.JiggleEdge.
The link between JiggleNodes.
JiggleEdge() - Constructor for class uchicago.src.sim.jiggle.JiggleEdge
 
JiggleEdge(Node, Node, Color) - Constructor for class uchicago.src.sim.jiggle.JiggleEdge
 
JiggleModel - class uchicago.src.sim.jiggle.JiggleModel.
A simple example model that illustrates how to create and display a non-grid network.
JiggleModel() - Constructor for class uchicago.src.sim.jiggle.JiggleModel
 
JiggleNode - class uchicago.src.sim.jiggle.JiggleNode.
The agent class for this model.
JiggleNode() - Constructor for class uchicago.src.sim.jiggle.JiggleNode
No argument constructor so that this JiggleNode can be loaded from a file.
JiggleNode(int, int, NetworkDrawable) - Constructor for class uchicago.src.sim.jiggle.JiggleNode
This is used when we create the JiggleNodes in the model rather than from a file.
Jiggler - interface uchicago.src.sim.jiggle.Jiggler.
Having OvalJiggler and RectJiggler implement this interface allows the schedule to call the same method on each.
JinGirNewEdge - class uchicago.src.sim.jinGirNew.JinGirNewEdge.
The edge between JinGirNewNodes.
JinGirNewEdge() - Constructor for class uchicago.src.sim.jinGirNew.JinGirNewEdge
 
JinGirNewEdge(Node, Node, Color) - Constructor for class uchicago.src.sim.jinGirNew.JinGirNewEdge
 
JinGirNewModelII - class uchicago.src.sim.jinGirNew.JinGirNewModelII.
This is an implementation of the second model (model II) described in Jin, Girvan, and Newman, "The Structure of Growing Social Networks." Santa Fe Institute 2001 working paper.
JinGirNewModelII() - Constructor for class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
JinGirNewNode - class uchicago.src.sim.jinGirNew.JinGirNewNode.
The agent class for the JinGirNew simluation.
JinGirNewNode() - Constructor for class uchicago.src.sim.jinGirNew.JinGirNewNode
 
JinGirNewNode(int, int) - Constructor for class uchicago.src.sim.jinGirNew.JinGirNewNode
 
JOINT - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 

K

KamadaGraphLayout - class uchicago.src.sim.gui.KamadaGraphLayout.
Positions network nodes according to the Kamada-Kawai algorithm.
KamadaGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.KamadaGraphLayout
Creates a KamadaGraphLayout with specified width and height.
KamadaGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.KamadaGraphLayout
Creates a KamadaGraphLayout with specified width and height, and list of nodes.
KamadaGraphLayout(List, int, int, DisplaySurface, int) - Constructor for class uchicago.src.sim.gui.KamadaGraphLayout
If the KamadaGraphLayout is passed a display, and a value for updateEveryN, it will call the display's updateDisplay() method on every Nth pass during the layout to provide visual feedback.
key - Variable in class uchicago.src.collection.BinaryNode
 
keyListeners - Variable in class uchicago.src.sim.gui.DisplaySurface
List of keyListeners for this DisplaySurface.
keyListeners - Variable in class uchicago.src.sim.engine.Controller
 
KEYWORD - Static variable in class uchicago.src.guiUtils.Token
 
killSkill() - Method in class uchicago.src.sim.hypercycles.HyperGame
 
KILOMETERS - Static variable in class uchicago.src.sim.gis.GisUtilities
Great Circle distance of the Earth in Kilometers.

L

label - Variable in class uchicago.src.sim.gui.DrawableItem
 
label - Variable in class uchicago.src.sim.network.DefaultNode
 
label - Variable in class uchicago.src.sim.network.DefaultEdge
 
label - Variable in class uchicago.src.sim.gis.PolygonAdapter
 
label - Variable in class uchicago.src.reflector.ActionDescriptor
 
labelColor - Variable in class uchicago.src.sim.gui.DrawableItem
 
labels - Variable in class uchicago.src.sim.network.AbstractAdjacencyMatrix
 
labels - Variable in class uchicago.src.sim.analysis.HistogramItem
 
LARGE - Static variable in interface uchicago.src.sim.network.NetworkConstants
 
LAST - Static variable in class uchicago.src.sim.engine.ScheduleBase
 
lastColUpdate - Variable in class uchicago.src.sim.analysis.Statistics
 
lastColUpdate - Variable in class uchicago.src.sim.analysis.OpenStats
 
lastColUpdate - Variable in class uchicago.src.sim.analysis.PlotModel
 
lastGroup - Variable in class uchicago.src.sim.engine.ScheduleBase
 
lastIndexOf(Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
lastPrinted - Variable in class uchicago.src.sim.analysis.Statistics
 
lastPrinted - Variable in class uchicago.src.sim.analysis.OpenStats
 
lastQueue - Variable in class uchicago.src.sim.engine.ScheduleBase
 
LayerType - class uchicago.src.sim.gis.LayerType.
This is an enum for the feature type of the layer.
layout - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
LayoutWithDisplay - class uchicago.src.sim.gui.LayoutWithDisplay.
 
LayoutWithDisplay(int, int) - Constructor for class uchicago.src.sim.gui.LayoutWithDisplay
Constructs a new LayoutWithDisplay.
LayoutWithDisplay(List, int, int) - Constructor for class uchicago.src.sim.gui.LayoutWithDisplay
Constructs new LayoutWithDisplay.
LayoutWithDisplay(List, int, int, DisplaySurface) - Constructor for class uchicago.src.sim.gui.LayoutWithDisplay
Constructs new LayoutWithDisplay.
left - Variable in class uchicago.src.collection.BinaryNode
 
LEFT - Static variable in interface uchicago.src.sim.games.GameAgent
 
LEFT_BRACE - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
leftOf(SpatialNode, QuadEdge) - Method in class uchicago.src.sim.space.Delaunay
is point left of edge
leftPercent - Variable in class uchicago.src.sim.enn.EnnBase
 
legend - Variable in class uchicago.src.sim.gui.DisplaySurface
 
Legend - class uchicago.src.sim.gui.Legend.
 
Legend(String) - Constructor for class uchicago.src.sim.gui.Legend
 
LegendIcon - class uchicago.src.sim.gui.LegendIcon.
 
LegendIcon(Color, boolean) - Constructor for class uchicago.src.sim.gui.LegendIcon
 
LegendIcon(int, int, Color, boolean) - Constructor for class uchicago.src.sim.gui.LegendIcon
 
length - Variable in class uchicago.src.guiUtils.Token
 
LifeAgent - class uchicago.src.sim.life.LifeAgent.
The agent in this implementation of Life.
LifeAgent(int, int, Space) - Constructor for class uchicago.src.sim.life.LifeAgent
Creates this LifeAgent with the specified coordinates and space.
LifeModel - class uchicago.src.sim.life.LifeModel.
An implementation of Conway's game of Life.
LifeModel() - Constructor for class uchicago.src.sim.life.LifeModel
 
LifeSpace - class uchicago.src.sim.life.LifeSpace.
A grid space for LifeAgents.
LifeSpace(int, int, boolean, LifeModel) - Constructor for class uchicago.src.sim.life.LifeSpace
Creates this LifeSpace of the specified width (xSize) and height (ySize).
lightGray - Static variable in class uchicago.src.sim.gui.ColorMap
 
LINEAR_INTERPOLATION - Static variable in class uchicago.src.sim.util.Random
 
lineEnd - Variable in class uchicago.src.guiUtils.Token
 
LinePoint - class uchicago.src.sim.gis.LinePoint.
This is a point that defines part of a line string adapter.
LinePoint(Coordinate) - Constructor for class uchicago.src.sim.gis.LinePoint
 
LinePoint(Geometry) - Constructor for class uchicago.src.sim.gis.LinePoint
 
lineSep - Variable in class uchicago.src.sim.analysis.ObjectDataRecorder
 
LINESTRING - Static variable in class uchicago.src.sim.gis.LayerType
 
LineStringAdapter - class uchicago.src.sim.gis.LineStringAdapter.
This is an adapter between a geotools LineString, a JTS LineString and a Repast Edge.
LineStringAdapter(Feature) - Constructor for class uchicago.src.sim.gis.LineStringAdapter
Create a LineString adapter from a Geotools feature.
LineStringAdapter(Geometry, Hashtable) - Constructor for class uchicago.src.sim.gis.LineStringAdapter
Create a lineStringAdapter from a geometry (linestring) and an attributes table.
LineStringAdapter(SpatialNode, SpatialNode) - Constructor for class uchicago.src.sim.gis.LineStringAdapter
Create a lineString from two spatial nodes.
Linker - class uchicago.src.sim.network.Linker.
Creates links between nodes based on some ProbabilityRule.
Linker(ProbabilityRule) - Constructor for class uchicago.src.sim.network.Linker
Creates a Linker that uses the specified ProbabilityRule to determine link creation.
linkNodes(Node, Node, Edge) - Static method in class uchicago.src.sim.network.EdgeFactory
Links the specified Nodes with the specified Edge.
list - Variable in class uchicago.src.sim.engine.Parameter
 
list - Variable in class uchicago.src.sim.analysis.HistogramItem
 
ListDataSource - class uchicago.src.sim.analysis.ListDataSource.
 
ListDataSource(String, Object, String) - Constructor for class uchicago.src.sim.analysis.ListDataSource
 
listener - Variable in class uchicago.src.reflector.ActionDescriptor
 
listenerList - Variable in class uchicago.src.sim.engine.BaseController
List of listeners listening for SimEvents broadcast by this BaseController.
listeners - Variable in class uchicago.src.sim.engine.Controller
 
ListIncrementer - class uchicago.src.sim.engine.ListIncrementer.
 
ListIncrementer(Vector) - Constructor for class uchicago.src.sim.engine.ListIncrementer
 
listIndex - Variable in class uchicago.src.sim.engine.Parameter
 
listIterator() - Method in class uchicago.src.sim.util.ConservationCollection
 
listIterator(int) - Method in class uchicago.src.sim.util.ConservationCollection
 
ListPropertyDescriptor - class uchicago.src.reflector.ListPropertyDescriptor.
Descriptor for model properties/parameters that can be represented as a closed list.
ListPropertyDescriptor(String, Hashtable) - Constructor for class uchicago.src.reflector.ListPropertyDescriptor
Creates a ListPropertyDescriptor for the specified property and the specified Hashtable where the objects to be sent to the set method are the keys, and their String representations are the values.
ListPropertyDescriptor(String, Object[]) - Constructor for class uchicago.src.reflector.ListPropertyDescriptor
Creates a ListPropertyDescriptor for the specified property and the specified array of values.
ListPropertyDescriptor(String, Vector) - Constructor for class uchicago.src.reflector.ListPropertyDescriptor
Creates a ListPropertyDescriptor for the specified property and the specified Vector of values.
load(String) - Static method in class uchicago.src.sim.gui.FrameFactory
Loads the frame data for the specified model.
loadAndStart() - Method in class uchicago.src.sim.engine.AbstractGUIController
Loads any default parameters and starts the simulation.
loadCharts(SimModel) - Static method in class uchicago.src.sim.analysis.ChartArchiver
Creates chart models from their XML descriptions and returns these models in an ArrayList.
loader - Static variable in class uchicago.src.sim.util.ByteCodeBuilder
 
loadModel(SimModel, String, boolean) - Method in class uchicago.src.sim.engine.SimInit
Loads the specified model as if it was given on the command line.
LoadModelDialog - class uchicago.src.sim.engine.LoadModelDialog.
Dialog for loading a model.
LoadModelDialog - class uchicago.src.sim.engine.gui.LoadModelDialog.
Dialog for loading a model.
LoadModelDialog() - Constructor for class uchicago.src.sim.engine.LoadModelDialog
Creates a LoadModelDialog.
LoadModelDialog() - Constructor for class uchicago.src.sim.engine.gui.LoadModelDialog
 
LoadModelTree - class uchicago.src.sim.engine.LoadModelTree.
Tree for displaying SimModels to load into repast.
LoadModelTree() - Constructor for class uchicago.src.sim.engine.LoadModelTree
Create a LoadModelTree.
LocalPainter - class uchicago.src.sim.gui.LocalPainter.
Used by DisplaySurface to do the actual painting of displayables.
LocalPainter() - Constructor for class uchicago.src.sim.gui.LocalPainter
Creates a LocalPainter.
LocalPainter(DisplaySurface, int, int) - Constructor for class uchicago.src.sim.gui.LocalPainter
Creates a LocalPainter using the specified displaySurface, and with the specified width and height.
location - Variable in class uchicago.src.sim.gui.DisplaySurface
 
location - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
logarithmic - Static variable in class uchicago.src.sim.util.Random
 
logException(String, Exception) - Static method in class uchicago.src.sim.util.SimUtilities
Logs the specified message and exception to ./repast.log.
LONG - Static variable in class uchicago.src.sim.util.Disassembler
 
LongArgInvoker - class uchicago.src.reflector.LongArgInvoker.
 
LongArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.LongArgInvoker
 
LongDocument - class uchicago.src.guiUtils.LongDocument.
 
LongDocument() - Constructor for class uchicago.src.guiUtils.LongDocument
 
LongWrapper - class uchicago.src.sim.util.LongWrapper.
Mutable wrapper for a int primitive.
LongWrapper(long) - Constructor for class uchicago.src.sim.util.LongWrapper
Creates a LongWrapper that wraps the specified long.
lowerBound - Variable in class uchicago.src.sim.analysis.HistogramItem
 

M

magenta - Static variable in class uchicago.src.sim.gui.ColorMap
 
main(String[]) - Static method in class uchicago.src.sim.engine.SimInit
 
main(String[]) - Static method in class uchicago.src.sim.engine.XMLParameterReader
 
main(String[]) - Static method in class uchicago.src.sim.engine.Test
 
main(String[]) - Static method in class uchicago.src.sim.engine.HelpPane
 
main(String[]) - Static method in class uchicago.src.sim.hypercycles.HyperModel
 
main(String[]) - Static method in class uchicago.src.sim.network.ShortestNetworkPath
 
main(String[]) - Static method in class uchicago.src.sim.network.ExcelMatrixReader
 
main(String[]) - Static method in class uchicago.src.sim.enn.EnnModel
 
main(String[]) - Static method in class uchicago.src.sim.enn.EnnBatchModel
 
main(String[]) - Static method in class uchicago.src.sim.life.LifeModel
 
main(String[]) - Static method in class uchicago.src.sim.analysis.Plot
Tests Plot
main(String[]) - Static method in class uchicago.src.sim.Schelling.SchellingGis
 
main(String[]) - Static method in class uchicago.src.sim.jiggle.JiggleModel
 
main(String[]) - Static method in class uchicago.src.sim.util.DistributionFactory
 
main(String[]) - Static method in class uchicago.src.sim.util.Disassembler
 
main(String[]) - Static method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
main(String[]) - Static method in class uchicago.src.sim.sugarScape.SugarModel
 
main(String[]) - Static method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
main(String[]) - Static method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
main(String[]) - Static method in class uchicago.src.sim.gisModel.GisBugsModel
 
main(String[]) - Static method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
main(String[]) - Static method in class uchicago.src.collection.NewMatrixTest
 
main(String[]) - Static method in class uchicago.src.collection.ByteMatrix2D
 
main(String[]) - Static method in class uchicago.src.collection.BitMatrix2D
 
mainAction() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
makeCurrentParamsDefault() - Method in class uchicago.src.sim.engine.AbstractGUIController
Makes the SimModel's current parameters the default parameters.
makeCycle(Vector) - Method in class uchicago.src.sim.hypercycles.HyperCycle
 
makeEdge() - Static method in class uchicago.src.sim.space.QuadEdge
this is the make edge primitive described by stolfi and guibas, pg 96.
makeEdge(SpatialNode, SpatialNode) - Static method in class uchicago.src.sim.space.QuadEdge
This is a convience constructor for creating a QuadEdge from two points.
makeEdgeToFrom(DefaultNode, int, Color) - Method in class uchicago.src.sim.jinGirNew.JinGirNewNode
Makes an edge to the specified node and from the specifed node to thisJinGirNewNode if both nodes do not already have edges to each other and if adding the edge keeps their degrees less than maxDegree.
makeLink(Node, Edge) - Method in class uchicago.src.sim.network.Linker
Makes a link between the specified Node using the specified Edge and a Node chosen at random from the probability map, and calls this Linker's update method with this random node and a value of 1 as the arguments.
makeLink(Node, Edge, float) - Method in class uchicago.src.sim.network.Linker
Makes a link between the specified Node using the specified Edge and a Node chosen at random from the probability map and calls this Linker's update method with this random node and the specified value as arguments.
MakeMovieDialog - class uchicago.src.sim.engine.gui.MakeMovieDialog.
Dialog for making movies.
MakeMovieDialog(Vector) - Constructor for class uchicago.src.sim.engine.gui.MakeMovieDialog
 
makeObjectLocations(List, int, int) - Static method in class uchicago.src.sim.space.ObjectLocation
Creates a List of ObjectLocation objects from the objects in List l at the coordinates x and y.
makeParameterFileFromCurVals(Object, String[], String) - Static method in class uchicago.src.sim.engine.ParameterUtility
 
makeProbabilityMap(RangeMap) - Method in class uchicago.src.sim.network.UniformReinforcement
 
makeProbabilityMap(RangeMap) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Recreate the probability map for the list of Objects contained by this AbstractProbabilityRule using the specified RangeMap.
makeProbabilityMap(RangeMap) - Method in interface uchicago.src.sim.network.ProbabilityRule
Recreates the probability map from the specified map, typically called after update changes the probability.
makeRandomInEdge(List, Edge, boolean) - Method in class uchicago.src.sim.network.DefaultNode
Creates an in edge to this node from a randomly chosen node in the specified list using the specified edge.
makeRandomOutEdge(List, Edge, boolean) - Method in class uchicago.src.sim.network.DefaultNode
Creates an out edge from this node to a randomly chosen node in the specified list using the specified edge.
makeStrategyDecision() - Method in class uchicago.src.sim.enn.EnnAgent
Decide what (left or right) to play next turn depending on how payoff meets aspiration and what the agent's decision strategy is.
mapColor(int, Color) - Method in class uchicago.src.sim.gui.ColorMap
Maps the specified color to the specified int
mapColor(int, double, double, double) - Method in class uchicago.src.sim.gui.ColorMap
Maps the color specified by the red, green, and blue values to to the int i.
mapColor(Integer, Color) - Method in class uchicago.src.sim.gui.ColorMap
Maps the specified color to the specified Integer
MarkIcon - class uchicago.src.sim.analysis.MarkIcon.
Icon that represents plot point shape integer constants in the appropriate shape.
MarkIcon(int) - Constructor for class uchicago.src.sim.analysis.MarkIcon
 
MarkListRenderer - class uchicago.src.sim.analysis.MarkListRenderer.
Renderer for lists that contain the integer constants for plot point shapes.
MarkListRenderer() - Constructor for class uchicago.src.sim.analysis.MarkListRenderer
 
markType - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
matricesToNodes(Vector, Class, Class) - Static method in class uchicago.src.sim.network.NetworkConvertor
Converts the network(s) described in matrices to a list of nodes and links of type nodeClass and type edgeClass.
matrix - Variable in class uchicago.src.sim.space.Object2DGrid
 
matrix - Variable in class uchicago.src.sim.space.AbsMulti2DGrid
 
matrixLabel - Variable in class uchicago.src.sim.network.AbstractAdjacencyMatrix
 
matrixToString() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Returns a String representation of only the actual data matrix.
matrixToString() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Returns a String representation of only the actual data matrix.
matrixToString() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Returns a String representation of only the actual data matrix.
matrixToString() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Returns a String representation of only the actual data matrix.
MAX - Static variable in class uchicago.src.sim.space.Diffuse2D
 
MAX - Static variable in class uchicago.src.sim.life.InfiniteLifeSpace
 
MAX_SKILL - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 
MediaProducer - interface uchicago.src.sim.gui.MediaProducer.
 
MediaScheduler - interface uchicago.src.sim.engine.MediaScheduler.
 
mediaSchedulers - Variable in class uchicago.src.sim.engine.AbstractGUIController
Lists of MediaSchedulers used to schedule media actions (taking snapshots etc.)
meetNeighbor(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewNode
Creates an edge between two nodes that both link to this JinGirNewNode.
meetRandom(ArrayList, int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewNode
Creates a new edge between this JinGirNewNode and a node chosen at random from the specified list.
menu - Variable in class uchicago.src.sim.gui.DisplaySurface
The option menu.
METERS - Static variable in class uchicago.src.sim.gis.GisUtilities
Great Circle distance of the Earth in Meters.
METHOD_REF - Static variable in class uchicago.src.sim.util.Disassembler
 
MethodFactory - class uchicago.src.reflector.MethodFactory.
 
MILES - Static variable in class uchicago.src.sim.gis.GisUtilities
Great Circle distance of the Earth in Miles.
Mneigh - Variable in class uchicago.src.sim.space.Object2DGrid
 
model - Variable in class uchicago.src.sim.gui.DisplaySurface
The model associated with this display surface.
model - Variable in class uchicago.src.sim.engine.BaseController
the model (simulation) to run with this BaseController
model - Variable in class uchicago.src.sim.analysis.Statistics
 
model - Variable in class uchicago.src.sim.analysis.OpenStats
 
model - Variable in class uchicago.src.sim.analysis.DataRecorder
 
model - Variable in class uchicago.src.sim.analysis.PlotModel
 
model - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
modelManipulator - Variable in class uchicago.src.sim.engine.SimModelImpl
A ModelManipulator that can be used to manipulate the model at run time.
ModelManipulator - class uchicago.src.sim.engine.ModelManipulator.
Creates sliders and buttons for the manipulation of models.
ModelManipulator() - Constructor for class uchicago.src.sim.engine.ModelManipulator
 
modelPanel - Variable in class uchicago.src.sim.engine.Controller
 
ModelTreeNode - class uchicago.src.sim.engine.ModelTreeNode.
 
ModelTreeNode(SimModel) - Constructor for class uchicago.src.sim.engine.ModelTreeNode
 
ModelTreeNode(String) - Constructor for class uchicago.src.sim.engine.ModelTreeNode
 
monitor - Variable in class uchicago.src.sim.engine.BaseController
Monitor object used in guarded suspension pause check.
MOORE - Static variable in interface uchicago.src.sim.space.Discrete2DSpace
 
MOORE - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 
MooreMultiNeighborhooder - class uchicago.src.sim.space.MooreMultiNeighborhooder.
 
MooreMultiNeighborhooder(IMulti2DGrid) - Constructor for class uchicago.src.sim.space.MooreMultiNeighborhooder
 
MooreNeighborhooder - class uchicago.src.sim.space.MooreNeighborhooder.
 
MooreNeighborhooder(Discrete2DSpace) - Constructor for class uchicago.src.sim.space.MooreNeighborhooder
 
mouseClicked(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener
 
mouseDragged(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.DragListener
 
mouseEntered(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener
 
mouseExited(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener
 
mouseMoved(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.DragListener
 
mousePressed - Variable in class uchicago.src.sim.gui.DisplaySurface
This is set to true via a mouse motion listener on the frame.
mousePressed(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener
 
mouseReleased(MouseEvent) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener
 
MouseTrap - class uchicago.src.sim.mousetrap.MouseTrap.
The "mousetrap" agent object.
MouseTrap(int, int, MouseTrapModel, Object2DTorus) - Constructor for class uchicago.src.sim.mousetrap.MouseTrap
 
MouseTrapModel - class uchicago.src.sim.mousetrap.MouseTrapModel.
A port of the mousetrap simulation from the Swarm simulation toolkit.
MouseTrapModel() - Constructor for class uchicago.src.sim.mousetrap.MouseTrapModel
 
MOVE_AND_CHANGE - Static variable in class uchicago.src.sim.enn.EnnAgent
 
Moveable - interface uchicago.src.sim.gui.Moveable.
Interface for those objects that can be dragged with the mouse on the display.
moveAgent(SugarAgent, int, int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
movieMaker - Variable in class uchicago.src.sim.gui.DisplaySurface
 
movieMaker - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
MovieMaker - class uchicago.src.sim.gui.MovieMaker.
Takes DisplaySurface images and makes movies out of them.
MovieMaker(int, int, int, String, String) - Constructor for class uchicago.src.sim.gui.MovieMaker
 
MovieScheduler - class uchicago.src.sim.engine.MovieScheduler.
 
MovieScheduler(String, MediaProducer) - Constructor for class uchicago.src.sim.engine.MovieScheduler
 
MPEG - Static variable in interface uchicago.src.sim.gui.MediaProducer
 
multi - Variable in class uchicago.src.sim.gis.PolygonAdapter
 
multi - Variable in class uchicago.src.sim.gis.PointAdapter
 
multi - Variable in class uchicago.src.sim.gis.LineStringAdapter
 
Multi2DGrid - class uchicago.src.sim.space.Multi2DGrid.
A grid object that can hold more than one object in its cells.
Multi2DGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.Multi2DGrid
Creates this Multi2DGrid with the specified dimensions.
Multi2DHexagonalGrid - class uchicago.src.sim.space.Multi2DHexagonalGrid.
A hexagonal grid object that can hold more than one object in its cells.
Multi2DHexagonalGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.Multi2DHexagonalGrid
Creates this Multi2DHexagonalGrid with the specified dimensions.
Multi2DHexagonalTorus - class uchicago.src.sim.space.Multi2DHexagonalTorus.
A torus object that can hold more than one object in its cells.
Multi2DHexagonalTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.Multi2DHexagonalTorus
Creates this Multi2DHexagonalTorus with the specified dimensions.
Multi2DTorus - class uchicago.src.sim.space.Multi2DTorus.
A torus object that can hold more than one object in its cells.
Multi2DTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.Multi2DTorus
Creates this Multi2DGrid with the specified dimensions.
MULTILINESTRING - Static variable in class uchicago.src.sim.gis.LayerType
 
MultiObject2DDisplay - class uchicago.src.sim.gui.MultiObject2DDisplay.
Displays IMulti2DGrid-s and the objects contained within them.
MultiObject2DDisplay(IMulti2DGrid) - Constructor for class uchicago.src.sim.gui.MultiObject2DDisplay
Creates a MultiObject2DDisplay for displaying the specified IMulti2DGrid.
MULTIPOINT - Static variable in class uchicago.src.sim.gis.LayerType
 
myParams - Variable in class uchicago.src.sim.engine.AbstractGUIController
Repast parameters.
mySize - Variable in class uchicago.src.guiUtils.Wizard
 

N

name - Variable in class uchicago.src.sim.gui.DisplaySurface
The name of this display.
name - Variable in class uchicago.src.sim.engine.SimpleModel
 
name - Variable in class uchicago.src.sim.engine.Parameter
 
name - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
name - Variable in class uchicago.src.sim.gis.GisLayer
 
NAME_AND_TYPE - Static variable in class uchicago.src.sim.util.Disassembler
 
Named - interface uchicago.src.sim.gui.Named.
Interface for Named objects.
nameList - Variable in class uchicago.src.sim.engine.BatchController
 
nameParam - Variable in class uchicago.src.sim.engine.BatchController
 
needsUpdate - Variable in class uchicago.src.sim.gui.DisplaySurface
Whether or not this DisplaySurface needs to be updated.
negativeBinomial - Static variable in class uchicago.src.sim.util.Random
 
Neighborhooder - interface uchicago.src.sim.space.Neighborhooder.
 
NetSeqTableRow - class uchicago.src.sim.analysis.NetSeqTableRow.
Represents a row in the model contained by the table in NetSequenceSetPanel.
NetSeqTableRow(String, Sequence, Color) - Constructor for class uchicago.src.sim.analysis.NetSeqTableRow
 
NetSequenceGraph - class uchicago.src.sim.analysis.NetSequenceGraph.
A graph that captures a series of points (sequences) specialized for network statistics.
NetSequenceGraph(String, SimModel, List) - Constructor for class uchicago.src.sim.analysis.NetSequenceGraph
Creates a NetSequencePlot with the specified title for the specified model.
NetSequenceGraph(String, SimModel, String, int, List) - Constructor for class uchicago.src.sim.analysis.NetSequenceGraph
Creates a NetSequencePlot with the specified title, model, file name and file format.
NetSequenceSetupPanel - class uchicago.src.sim.analysis.NetSequenceSetupPanel.
The setup panel displayed on a tab in a NetSequencePlot.
NetSequenceSetupPanel(ArrayList) - Constructor for class uchicago.src.sim.analysis.NetSequenceSetupPanel
 
NetUtilities - class uchicago.src.sim.network.NetUtilities.
Performs various common operations on passed networks and returns them, and/or returns a statistic on a passed network and returns the result.
NetUtilities() - Constructor for class uchicago.src.sim.network.NetUtilities
No-Argument constructor for convenience / aliasing.
Network2DDisplay - class uchicago.src.sim.gui.Network2DDisplay.
Displays nodes and links that inhabit a VectorSpace, that is, nodes (and their links) that do not inhabit a grid.
Network2DDisplay(GraphLayout) - Constructor for class uchicago.src.sim.gui.Network2DDisplay
Creates a Network2DDisplay using the specified GraphLayout.
Network2DDisplay(List, int, int) - Constructor for class uchicago.src.sim.gui.Network2DDisplay
Creates a Network2DDisplay of the specified width and height for displaying the DrawableNonGridNodes in the list.
Network2DDisplay(VectorSpace, int, int) - Constructor for class uchicago.src.sim.gui.Network2DDisplay
Creates a Network2DDisplay of the specified width and height for displaying the DrawableNonGridNodes and DrawableEdges in the specified space.
Network2DGridDisplay - class uchicago.src.sim.gui.Network2DGridDisplay.
Displays a 2D grid of Drawable2DNodes and DrawableEDges.
Network2DGridDisplay(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Network2DGridDisplay
Creates a new Network2DGridDisplay for the specified grid.
NetworkConstants - interface uchicago.src.sim.network.NetworkConstants.
Constants used by the network package.
NetworkConvertor - class uchicago.src.sim.network.NetworkConvertor.
Utility class to convert one kind of network representation to another.
NetworkDrawable - interface uchicago.src.sim.gui.NetworkDrawable.
 
NetworkFactory - class uchicago.src.sim.network.NetworkFactory.
Creates a list of nodes with their links from various sources.
NetworkMatrixFormatter - interface uchicago.src.sim.network.NetworkMatrixFormatter.
A formatter interface for network matrices.
NetworkMatrixReader - interface uchicago.src.sim.network.NetworkMatrixReader.
Interface for reading a network matrix.
NetworkPath - class uchicago.src.sim.network.NetworkPath.
 
NetworkPath(double) - Constructor for class uchicago.src.sim.network.NetworkPath
 
NetworkRecorder - class uchicago.src.sim.network.NetworkRecorder.
Records a network as a matrix or matrices in the appropriate format.
NetworkRecorder.MatrixData - class uchicago.src.sim.network.NetworkRecorder.MatrixData.
 
NetworkRecorder.MatrixData() - Constructor for class uchicago.src.sim.network.NetworkRecorder.MatrixData
 
NetworkRecorder(int, String, SimModel) - Constructor for class uchicago.src.sim.network.NetworkRecorder
Constructs a NetworkRecorder with the specified format and file name.
NewMatrix - class uchicago.src.collection.NewMatrix.
 
NewMatrix(int, int) - Constructor for class uchicago.src.collection.NewMatrix
Cols, rows instead of row cols because intended to work with xSize and ySize dimensions.
NewMatrixTest - class uchicago.src.collection.NewMatrixTest.
 
NewMatrixTest(String) - Constructor for class uchicago.src.collection.NewMatrixTest
 
nextBurr1(double, int) - Static method in class uchicago.src.sim.util.Random
 
nextBurr2(double, double, int) - Static method in class uchicago.src.sim.util.Random
 
nextCauchy() - Static method in class uchicago.src.sim.util.Random
 
nextDouble() - Method in class uchicago.src.sim.stats.Pareto
 
nextDouble(double, double) - Method in class uchicago.src.sim.stats.Pareto
 
nextErlang(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextGeometric(double) - Static method in class uchicago.src.sim.util.Random
 
nextLambda(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextLaplace() - Static method in class uchicago.src.sim.util.Random
 
nextLogistic() - Static method in class uchicago.src.sim.util.Random
 
nextPowLaw(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextToken() - Method in class uchicago.src.sim.engine.ParameterLexer
Get the next token in the input stream
nextToken() - Method in interface uchicago.src.guiUtils.Tokenizer
 
nextTriangular() - Static method in class uchicago.src.sim.util.Random
 
nextWeibull(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextX - Variable in class uchicago.src.sim.space.Diffuse2D
 
nextY - Variable in class uchicago.src.sim.space.Diffuse2D
 
nextZipfInt(double) - Static method in class uchicago.src.sim.util.Random
 
NO_DRAW - Static variable in class uchicago.src.sim.gui.DisplayInfo
 
NO_INTERPOLATIONN - Static variable in class uchicago.src.sim.util.Random
 
node - Variable in class uchicago.src.sim.gui.OvalNode
Deprecated.  
Node - interface uchicago.src.sim.network.Node.
A simple interface for a graph node in a networked space.
nodeInPath(Node) - Method in class uchicago.src.sim.network.NetworkPath
 
nodeList - Variable in class uchicago.src.sim.gui.AbstractGraphLayout
 
nodePoint - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
nodes - Variable in class uchicago.src.sim.space.Delaunay
 
nodesToMatrices(List) - Static method in class uchicago.src.sim.network.NetworkConvertor
Deprecated. use nodesToMatrices(List nodeList, int matrixType) instead.
nodesToMatrices(List, int) - Static method in class uchicago.src.sim.network.NetworkConvertor
Converts the network(s) described by a list Nodes to a Vector of AdjacencyMatrices.
NonGridDrawable - interface uchicago.src.sim.gui.NonGridDrawable.
Objects that are drawn in non-grid displays.
norm(int, int) - Static method in class uchicago.src.sim.util.SimUtilities
Normalize the specified value to the specified size
normal - Static variable in class uchicago.src.sim.util.Random
 
notifyMonitor() - Method in class uchicago.src.sim.engine.BaseController
Notifies object monitor that controlls pausing.
NULL - Static variable in interface uchicago.src.sim.games.GameAgent
 
NUMBER - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
NUMBER - Static variable in class uchicago.src.guiUtils.Token
 
numBins - Variable in class uchicago.src.sim.analysis.Histogram
The number of bins in this Histogram
numBins - Variable in class uchicago.src.sim.analysis.HistogramItem
 
NumericDataSource - interface uchicago.src.sim.analysis.NumericDataSource.
Interface for data sources whose data is recorded by DataRecorder and is numeric.
NumericParameter - class uchicago.src.sim.engine.NumericParameter.
A numeric batch run parameter.
NumericParameter() - Constructor for class uchicago.src.sim.engine.NumericParameter
 
numericPropertyChanged(PropertyEvent) - Method in class uchicago.src.sim.engine.PropertyListenerAdapter
Invoked when a numeric property has been changed.
numericPropertyChanged(PropertyEvent) - Method in interface uchicago.src.sim.engine.PropertyListener
Invoked when a numeric property has been changed.
numRuns - Variable in class uchicago.src.sim.engine.Parameter
 
numRunsIndex - Variable in class uchicago.src.sim.engine.Parameter
 

O

obj - Variable in class uchicago.src.sim.space.ObjectLocation
The object at this ObjectLocation.
Object2DDisplay - class uchicago.src.sim.gui.Object2DDisplay.
Displays Discrete2DSpaces and the objects contained within them.
Object2DDisplay(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Object2DDisplay
Creates an Object2DDisplay for displaying the specified Discrete2DSpace.
Object2DGrid - class uchicago.src.sim.space.Object2DGrid.
A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
Object2DGrid(InputStream, int) - Constructor for class uchicago.src.sim.space.Object2DGrid
Constructs a grid from an InputStream.
Object2DGrid(int, int) - Constructor for class uchicago.src.sim.space.Object2DGrid
Constructs a grid with the specified size.
Object2DGrid(String, int) - Constructor for class uchicago.src.sim.space.Object2DGrid
Constructs a grid from a file.
Object2DHexaDisplay - class uchicago.src.sim.gui.Object2DHexaDisplay.
 
Object2DHexaDisplay(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Object2DHexaDisplay
Creates an Object2DHexaDisplay for displaying the specified Discrete2DSpace.
Object2DHexagonalGrid - class uchicago.src.sim.space.Object2DHexagonalGrid.
A discrete hexagonal grid of objects accessed by x and y coordinates.
Object2DHexagonalGrid(int, int) - Constructor for class uchicago.src.sim.space.Object2DHexagonalGrid
Constructs a grid with the specified size.
Object2DHexagonalGrid(String, int) - Constructor for class uchicago.src.sim.space.Object2DHexagonalGrid
Constructs a grid from a file.
Object2DHexagonalTorus - class uchicago.src.sim.space.Object2DHexagonalTorus.
A discrete 2 dimensional hexagonal torus of objects, accessed by x and y coordinates.
Object2DHexagonalTorus(int, int) - Constructor for class uchicago.src.sim.space.Object2DHexagonalTorus
Creates a new torus of the specified size.
Object2DTorus - class uchicago.src.sim.space.Object2DTorus.
A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
Object2DTorus(InputStream, int) - Constructor for class uchicago.src.sim.space.Object2DTorus
Creates a new torus from the specified InputStream.
Object2DTorus(int, int) - Constructor for class uchicago.src.sim.space.Object2DTorus
Creates a new torus of the specified size.
Object2DTorus(String, int) - Constructor for class uchicago.src.sim.space.Object2DTorus
Creates a new torus from the specified file.
ObjectArgInvoker - class uchicago.src.reflector.ObjectArgInvoker.
 
ObjectArgInvoker(Object, Method, Object) - Constructor for class uchicago.src.reflector.ObjectArgInvoker
 
ObjectData - class uchicago.src.sim.analysis.ObjectData.
Stores simulation data as objects.
ObjectData(String, String, String, boolean) - Constructor for class uchicago.src.sim.analysis.ObjectData
Creates an ObjectData with the specified fileName, model header, and whether this is a batch run or not.
ObjectDataRecorder - class uchicago.src.sim.analysis.ObjectDataRecorder.
Records Objects to files as Strings.
ObjectDataRecorder.ObjectStringPair - class uchicago.src.sim.analysis.ObjectDataRecorder.ObjectStringPair.
 
ObjectDataRecorder.ObjectStringPair(Object, String) - Constructor for class uchicago.src.sim.analysis.ObjectDataRecorder.ObjectStringPair
 
ObjectDataRecorder(String, SimModel) - Constructor for class uchicago.src.sim.analysis.ObjectDataRecorder
Creates a new ObjectDataRecorder.
ObjectDataSource - class uchicago.src.sim.analysis.ObjectDataSource.
A data source that returns objects.
ObjectDataSource(String, Object, Method) - Constructor for class uchicago.src.sim.analysis.ObjectDataSource
Constructs an ObjectDataSource using the specified name, Object and method.
ObjectDataSource(String, Object, String) - Constructor for class uchicago.src.sim.analysis.ObjectDataSource
Constructs this ObjectDataSource using the specified object and method name.
ObjectLocation - class uchicago.src.sim.space.ObjectLocation.
A data structure holding an object and the x and y coordinates of that object.
ObjectLocation(Object, int, int) - Constructor for class uchicago.src.sim.space.ObjectLocation
Creates an ObjectLocation from the specified object and coordinates.
objectProbed(ProbeEvent) - Method in interface uchicago.src.sim.util.ProbeListener
Invoked when an object is probed.
objectPropertyChanged(PropertyEvent) - Method in class uchicago.src.sim.engine.PropertyListenerAdapter
Invoked when an Object property has been changed.
objectPropertyChanged(PropertyEvent) - Method in interface uchicago.src.sim.engine.PropertyListener
Invoked when an Object property has been changed.
ObjectSequence - class uchicago.src.sim.analysis.ObjectSequence.
A source for sequence data from a single object.
ObjectSequence(Object, String) - Constructor for class uchicago.src.sim.analysis.ObjectSequence
Construct this ObjectSequence using the specified object and specified method name.
objectUnprobed(ProbeEvent) - Method in interface uchicago.src.sim.util.ProbeListener
Invoked when an object is un or de-probed.
objList - Variable in class uchicago.src.sim.gui.Object2DDisplay
 
objList - Variable in class uchicago.src.sim.gui.Object2DHexaDisplay
 
onButtonClick(String) - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
ONE_TIME_UPDATER - Static variable in class uchicago.src.sim.engine.BasicAction
 
onSurface(double, double) - Method in class uchicago.src.sim.space.RasterSpace
Determines if a set of coordinates is on the raster.
onTickCountUpdate() - Method in class uchicago.src.sim.engine.ThinController
 
onTickCountUpdate() - Method in class uchicago.src.sim.engine.Controller
Updates the tick clock whenever the tick count is incremented
onTickCountUpdate() - Method in class uchicago.src.sim.engine.AbstractGUIController
Updates the tick clock whenever the tick count is incremented
onTickCountUpdate() - Method in class uchicago.src.sim.engine.BatchController
Empty method as nothing to update when the tick count is incremented
onTickCountUpdate() - Method in class uchicago.src.sim.engine.BaseController
Called whenever the tick count is incremented.
OpenArrayData - class uchicago.src.sim.analysis.OpenArrayData.
A collection class used by the Statistic classes to hold their data.
OpenArrayData() - Constructor for class uchicago.src.sim.analysis.OpenArrayData
Constructs this ArrayData object
OpenGraph - class uchicago.src.sim.analysis.plot.OpenGraph.
The base class for the Ptolemy based open source charting components: OpenSequenceGraph and OpenHistogram.
OpenGraph(String) - Constructor for class uchicago.src.sim.analysis.plot.OpenGraph
Creates an OpenGraph with the specified title and sets up some reasonable defaults.
OpenHistogram - class uchicago.src.sim.analysis.OpenHistogram.
A dynamic bar chart.
OpenHistogram(String, int, long) - Constructor for class uchicago.src.sim.analysis.OpenHistogram
Constructs an OpenHistogram with the specified title, the specified number of bins, and the specified lowerBound.
OpenHistogram(String, int, long, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenHistogram
Constructs an OpenHistogram with the specified title, the specified number of bins, and the specified lowerBound.
OpenHistogramStat - class uchicago.src.sim.analysis.OpenHistogramStat.
The Statistics class for histogram data.
OpenHistogramStat(int, long) - Constructor for class uchicago.src.sim.analysis.OpenHistogramStat
Constructs a HistogramStatistic with the specified number of bins and the specified lower bound.
OpenSeqStatistic - class uchicago.src.sim.analysis.OpenSeqStatistic.
The model for a SequenceGraph.
OpenSeqStatistic(SimModel) - Constructor for class uchicago.src.sim.analysis.OpenSeqStatistic
Construct this SequenceStatistic with the specified model
OpenSeqStatistic(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenSeqStatistic
Constructs a SequenceStatistic with the specified title, file name, and file format, model.
OpenSequenceGraph - class uchicago.src.sim.analysis.OpenSequenceGraph.
A graph that displays a connected series of points (a sequence).
OpenSequenceGraph(String, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenSequenceGraph
Creates an OpenSequenceGraph with the specified title for the specified model.
OpenSequenceGraph(String, SimModel, String, int) - Constructor for class uchicago.src.sim.analysis.OpenSequenceGraph
Creates an OpenSequenceGraph with the specified title, model, file name and file format.
OpenStats - class uchicago.src.sim.analysis.OpenStats.
Statistics: base class for the statistics classes that form the model (MVC) for SimGraphs.
OpenStats(SimModel) - Constructor for class uchicago.src.sim.analysis.OpenStats
Construct a Statistics class with the specified model
OpenStats(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenStats
Constructs a Statistic with the specified title, file name, and file format, and model.
orange - Static variable in class uchicago.src.sim.gui.ColorMap
 
OrderedCell - class uchicago.src.sim.space.OrderedCell.
A grid cell whose occupants are stored in order of insertion.
OrderedCell() - Constructor for class uchicago.src.sim.space.OrderedCell
 
OrderedMulti2DGrid - class uchicago.src.sim.space.OrderedMulti2DGrid.
A grid object that can hold more than one object in its cells.
OrderedMulti2DGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DGrid
Creates this OrderedMulti2DGrid with the specified dimensions.
OrderedMulti2DHexagonalGrid - class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid.
A hexagonal grid object that can hold more than one object in its cells.
OrderedMulti2DHexagonalGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Creates this OrderedMulti2DHexagonalGrid with the specified dimensions.
OrderedMulti2DHexagonalTorus - class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus.
A torus that can hold more than one object in its hexagonal cells.
OrderedMulti2DHexagonalTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Creates this OrderedMulti2DHexagonal Torus with the specified dimensions.
OrderedMulti2DTorus - class uchicago.src.sim.space.OrderedMulti2DTorus.
A torus that can hold more than one object in its cells.
OrderedMulti2DTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DTorus
Creates this OrderedMulti2DTorus with the specified dimensions.
origHeight - Variable in class uchicago.src.sim.gui.Painter
 
origImage - Variable in class uchicago.src.sim.gui.LocalPainter
 
origWidth - Variable in class uchicago.src.sim.gui.Painter
 
outEdges - Variable in class uchicago.src.sim.network.DefaultNode
A list of the edges out of this Node.
outMap - Variable in class uchicago.src.sim.network.DefaultNode
A Map of nodes whose edges are out of this Node.
OvalIcon - class uchicago.src.sim.gui.OvalIcon.
 
OvalIcon(Color, boolean) - Constructor for class uchicago.src.sim.gui.OvalIcon
 
OvalIcon(int, int, Color, boolean) - Constructor for class uchicago.src.sim.gui.OvalIcon
 
OvalItem - class uchicago.src.sim.gui.OvalItem.
An oval shaped DrawableItem.
OvalItem() - Constructor for class uchicago.src.sim.gui.OvalItem
 
OvalNetworkItem - class uchicago.src.sim.gui.OvalNetworkItem.
An oval shaped NetworkDrawable.
OvalNetworkItem(double, double) - Constructor for class uchicago.src.sim.gui.OvalNetworkItem
 
OvalNode - class uchicago.src.sim.gui.OvalNode.
Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information.
OvalNode(double, double) - Constructor for class uchicago.src.sim.gui.OvalNode
Deprecated. Constructs an OvalNode with the specified x and y coordinates.
overlaps(RepastGisFeature) - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
overlaps(RepastGisFeature) - Method in class uchicago.src.sim.gis.PointAdapter
Defined in the openGis SimpleFeatureSpecification.
overlaps(RepastGisFeature) - Method in class uchicago.src.sim.gis.LineStringAdapter
Defined in the openGis SimpleFeatureSpecification.
overlaps(RepastGisFeature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Defined in the openGis SimpleFeatureSpecification.

P

paint(Graphics) - Method in class uchicago.src.sim.gui.LocalPainter
Paints all the displayables on the screen in the order they were added to the display surface
paint(Graphics) - Method in class uchicago.src.sim.gui.Painter
Paints the displayables.
paint(Graphics) - Method in class uchicago.src.sim.gui.DisplaySurface
Paints this surface.
paint(Graphics) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Paint the component contents, which in this base class is only the axes.
paintAll(Graphics) - Method in class uchicago.src.sim.gui.DisplaySurface
 
paintBackground() - Method in class uchicago.src.sim.gui.Painter
Paints the background to the currently specified color.
paintComponents(Graphics) - Method in class uchicago.src.sim.gui.DisplaySurface
 
painter - Variable in class uchicago.src.sim.gui.DisplaySurface
The Painter used by this DisplaySurface to do the actual drawing.
Painter - class uchicago.src.sim.gui.Painter.
Abstract class for local and remote painting objects that do the actual work of getting Displayables to paint themselves.
Painter() - Constructor for class uchicago.src.sim.gui.Painter
Creates a Painter.
Painter(DisplaySurface, int, int) - Constructor for class uchicago.src.sim.gui.Painter
Creates a Painter using the specified displaySurface, and with the specified width and height.
paintIcon(Component, Graphics, int, int) - Method in class uchicago.src.sim.gui.OvalIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uchicago.src.sim.gui.CircleIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uchicago.src.sim.gui.SquareIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uchicago.src.sim.analysis.MarkIcon
 
paintIcon(Component, Graphics, int, int) - Method in class uchicago.src.guiUtils.ColorIcon
 
PairComboBox - class uchicago.src.reflector.PairComboBox.
 
PairComboBox(Vector) - Constructor for class uchicago.src.reflector.PairComboBox
 
PajekNetReader - class uchicago.src.sim.network.PajekNetReader.
Class for constructing networks from text files in Pajek's *.net Arc/Edge list file format.
PajekNetReader(String) - Constructor for class uchicago.src.sim.network.PajekNetReader
 
panels - Variable in class uchicago.src.guiUtils.Wizard
 
Parameter - class uchicago.src.sim.engine.Parameter.
Abstract base class for batch run parameters.
Parameter() - Constructor for class uchicago.src.sim.engine.Parameter
 
ParameterLexer - class uchicago.src.sim.engine.ParameterLexer.
A lexer for parameter files.
ParameterLexer(Reader) - Constructor for class uchicago.src.sim.engine.ParameterLexer
Create ParameterLexer using the specified Reader as input.
ParameterReader - class uchicago.src.sim.engine.ParameterReader.
Reads a model's parameters from a parameter file for a batch run.
ParameterReader() - Constructor for class uchicago.src.sim.engine.ParameterReader
 
ParameterReader(String) - Constructor for class uchicago.src.sim.engine.ParameterReader
Constructs a ParameterReader with specified parameter file.
ParameterUtility - class uchicago.src.sim.engine.ParameterUtility.
Some utility methods for working with parameters.
ParameterUtility() - Constructor for class uchicago.src.sim.engine.ParameterUtility
 
params - Variable in class uchicago.src.sim.engine.SimpleModel
 
params - Variable in class uchicago.src.sim.engine.BaseController
Default model parameters read from a parameter file
ParamterUtility() - Method in class uchicago.src.sim.engine.ParameterUtility
 
parent - Variable in class uchicago.src.sim.engine.Parameter
 
pareto - Static variable in class uchicago.src.sim.util.Random
 
Pareto - class uchicago.src.sim.stats.Pareto.
 
Pareto(double, double) - Constructor for class uchicago.src.sim.stats.Pareto
 
Pareto(double, double, RandomElement) - Constructor for class uchicago.src.sim.stats.Pareto
 
pArray - Variable in class uchicago.src.sim.engine.BatchController
 
parse() - Method in class uchicago.src.sim.engine.XMLParameterReader
Parses the Document tree creating repast parameter objects from the elements.
parseFile(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
parseFile(String, URL) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Deprecated.  
parseFile(String, URL) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated. This method is deprecated. Use read() instead.
PAUSE_EVENT - Static variable in class uchicago.src.sim.engine.SimEvent
 
pause() - Method in class uchicago.src.sim.engine.SimModelImpl
Pause the simulation.
pauseActionsExecuted - Variable in class uchicago.src.sim.engine.BaseController
true if the actions scheduled to be run when the simulation is paused have been run, false if not
pauseAt - Variable in class uchicago.src.sim.engine.BaseController
 
pauseAtAction - Variable in class uchicago.src.sim.engine.BaseController
 
pauseSim - Variable in class uchicago.src.sim.engine.BaseController
when true the sim pauses, when false it runs
pauseSim() - Method in class uchicago.src.sim.engine.Controller
 
pauseSim() - Method in class uchicago.src.sim.engine.BaseController
Pauses the simulation
pauseSim() - Method in interface uchicago.src.sim.engine.IController
Pauses a simulation run.
pauseSimulation() - Method in class uchicago.src.sim.engine.AbstractGUIController
Pauses the simulation.
PayoffMatrix - class uchicago.src.sim.games.PayoffMatrix.
 
PayoffMatrix(int, int) - Constructor for class uchicago.src.sim.games.PayoffMatrix
 
PayoffMatrix(int, int, int) - Constructor for class uchicago.src.sim.games.PayoffMatrix
 
PayoffPair - class uchicago.src.sim.games.PayoffPair.
Wraps both player's payoffs.
PayoffPair(float, float) - Constructor for class uchicago.src.sim.games.PayoffPair
Creates a payoff pair with specified values
peekMin() - Method in class uchicago.src.sim.engine.ActionQueue
 
persistentObj - Variable in class uchicago.src.sim.engine.BaseController
Persistent objects store.
PGM_ASCII - Static variable in class uchicago.src.sim.space.Object2DGrid
 
pink - Static variable in class uchicago.src.sim.gui.ColorMap
 
play() - Method in class uchicago.src.sim.hypercycles.HyperGame
 
play(GameAgent, List) - Method in class uchicago.src.sim.enn.EnnGame
Plays the game.
playerOnePayoff - Variable in class uchicago.src.sim.games.PayoffPair
Player one's payoff
playerTwoPayoff - Variable in class uchicago.src.sim.games.PayoffPair
Player two's payoff
playGame() - Method in class uchicago.src.sim.enn.EnnAgent
Performs the first part of agent's behavoir for this turn.
plot - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
Plot - class uchicago.src.sim.analysis.Plot.
A generic point plotting class.
Plot(String) - Constructor for class uchicago.src.sim.analysis.Plot
Creates a Plot with the specified title.
Plot(String, SimModel) - Constructor for class uchicago.src.sim.analysis.Plot
Creates a Plot with the specified title and associated with the specified SimModel.
plotAvgPathLength(String) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the average path length of the network.
plotAvgPathLength(String, Color) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the average path length of the network.
plotAvgPathLength(String, Color, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the average path length of the network using the specified parameters.
plotAvgPathLength(String, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the average path length of the network.
plotClusterCoefficient(String) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the cluster coefficient of the network.
plotClusterCoefficient(String, Color) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the cluster coefficient of the network.
plotClusterCoefficient(String, Color, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the cluster coefficient of the network using the specified parameters.
plotClusterCoefficient(String, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the cluster coefficient of the network.
plotComponentCount(String) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the component size of the network.
plotComponentCount(String, Color) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the component size of the network.
plotComponentCount(String, Color, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the component size of the network using the specified parameters.
plotComponentCount(String, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the component size of the network.
plotDensity(String) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the density of the network.
plotDensity(String, Color) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the density of the network.
plotDensity(String, Color, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the density of the network using the specified parameters.
plotDensity(String, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the density of the network.
plotDiameter(String) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the diameter of the network.
plotDiameter(String, Color) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the diameter of the network.
plotDiameter(String, Color, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the diameter of the network using the specified parameters.
plotDiameter(String, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the diameter of the network.
PlotModel - class uchicago.src.sim.analysis.PlotModel.
 
PlotModel(SimModel) - Constructor for class uchicago.src.sim.analysis.PlotModel
Construct a Statistics class with the specified model
PlotModel(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.PlotModel
Constructs a Statistic with the specified title, file name, and file format, and model.
plotPoint(double, double, int) - Method in class uchicago.src.sim.analysis.Plot
Plots a point on the graph.
plotSymmetry(String) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the symmetry of the network.
plotSymmetry(String, Color) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the symmetry of the network.
plotSymmetry(String, Color, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the symmetry of the network using the specified parameters.
plotSymmetry(String, int) - Method in class uchicago.src.sim.analysis.NetSequenceGraph
Plots the symmetry of the network.
PLUS_SIGN - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
POINT - Static variable in class uchicago.src.sim.gis.LayerType
 
PointAdapter - class uchicago.src.sim.gis.PointAdapter.
 
PointAdapter() - Constructor for class uchicago.src.sim.gis.PointAdapter
create an empty Adapter, not very useful.
PointAdapter(Feature) - Constructor for class uchicago.src.sim.gis.PointAdapter
create an adapter from a Geotools feature
PointAdapter(Point) - Constructor for class uchicago.src.sim.gis.PointAdapter
Create a new feature with no attributes.
points - Variable in class uchicago.src.sim.gis.PolygonAdapter
 
points - Variable in class uchicago.src.sim.gis.LineStringAdapter
 
poisson - Static variable in class uchicago.src.sim.util.Random
 
poissonSlow - Static variable in class uchicago.src.sim.util.Random
 
polyClip - Static variable in class uchicago.src.sim.gui.HexaDisplay2D
 
polyDraw - Variable in class uchicago.src.sim.gui.HexaDisplay2D
 
POLYGON - Static variable in class uchicago.src.sim.gis.LayerType
 
PolygonAdapter - class uchicago.src.sim.gis.PolygonAdapter.
This is an adapter between a geotools Polygon, a JTS Polygon and a Repast Node.
PolygonAdapter() - Constructor for class uchicago.src.sim.gis.PolygonAdapter
creates an empty PolygonAdapter.
PolygonAdapter(Feature) - Constructor for class uchicago.src.sim.gis.PolygonAdapter
creates a PolygonAdapter from a geotools feature.
PolygonAdapter(Geometry, Hashtable) - Constructor for class uchicago.src.sim.gis.PolygonAdapter
Creates a PolygonAdapter from a geometry and an attributes table.
polygonArea(Coordinate[], int) - Static method in class uchicago.src.sim.gis.GisUtilities
This calculates the area of a polygon.
popMin() - Method in class uchicago.src.sim.engine.ActionQueue
 
postStep() - Method in class uchicago.src.sim.engine.SimpleModel
 
postStep() - Method in class uchicago.src.sim.life.LifeModel
 
preExecute() - Method in class uchicago.src.sim.engine.ScheduleBase
 
preExecuted - Variable in class uchicago.src.sim.engine.ScheduleBase
 
preStep() - Method in class uchicago.src.sim.engine.SimpleModel
 
prevHeight - Variable in class uchicago.src.sim.gui.LocalPainter
 
prevValue - Variable in class uchicago.src.sim.event.SliderListener
 
prevWidth - Variable in class uchicago.src.sim.gui.LocalPainter
 
prevX - Variable in class uchicago.src.sim.space.Diffuse2D
 
prevX - Variable in class uchicago.src.sim.gui.LocalPainter
 
prevY - Variable in class uchicago.src.sim.space.Diffuse2D
 
prevY - Variable in class uchicago.src.sim.gui.LocalPainter
 
print() - Method in class uchicago.src.collection.RangeMap
Prints a representation of this RangeMap to the console.
print(BinaryNode) - Method in class uchicago.src.collection.RangeMap
Prints a representation of this RangeMap to the console, beginning with the specified node.
printArray(float[]) - Static method in class uchicago.src.debug.DebugMethods
 
printArray(Object[]) - Static method in class uchicago.src.debug.DebugMethods
 
printCollection(Collection) - Static method in class uchicago.src.debug.DebugMethods
 
printHash(String, Hashtable) - Static method in class uchicago.src.debug.DebugMethods
 
printHashMap(HashMap) - Static method in class uchicago.src.debug.DebugMethods
 
printProperties() - Method in class uchicago.src.reflector.Introspector
 
printSize(Component) - Static method in class uchicago.src.debug.DebugMethods
 
printSize(String, Component) - Static method in class uchicago.src.debug.DebugMethods
 
printStackTrace() - Method in class uchicago.src.sim.util.RepastException
 
printStackTrace(PrintStream) - Method in class uchicago.src.sim.util.RepastException
 
printStackTrace(PrintWriter) - Method in class uchicago.src.sim.util.RepastException
 
printToFile(String) - Method in class uchicago.src.collection.DoubleMatrix
 
ProbabilityRule - interface uchicago.src.sim.network.ProbabilityRule.
The ProbabilityRule is used to calculate the probability of objects with respect to another where that probability can be updated over time.
probe(Object) - Static method in class uchicago.src.sim.util.ProbeUtilities
Probes an object, where probing means to display an Object's properties via get and set methods.
Probeable - interface uchicago.src.sim.gui.Probeable.
Interface for Displays that can be probed.
ProbeableNumber - class uchicago.src.sim.gui.ProbeableNumber.
Turns a primitive number into an Object that can be probed.
ProbeableNumber(int, int, Discrete2DSpace, Object) - Constructor for class uchicago.src.sim.gui.ProbeableNumber
Creates a Probeable number with the specified coordinates, in the specified grid, out of the specified object.
probeables - Variable in class uchicago.src.sim.gui.DisplaySurface
List of probeable displays.
ProbeEvent - class uchicago.src.sim.util.ProbeEvent.
A semantic event that indicates that an object has been probed.
ProbeEvent(Object) - Constructor for class uchicago.src.sim.util.ProbeEvent
Constructs a ProbeEvent with the specified probed object.
ProbeEvent(Object, String) - Constructor for class uchicago.src.sim.util.ProbeEvent
Constructs a ProbeEvent with the specified probed object, and the specified propertyName.
ProbeEvent(Object, String, Object) - Constructor for class uchicago.src.sim.util.ProbeEvent
Constructs a ProbeEvent with the specified probed object, the specified propertyName, and the specified new value of the property.
ProbeListener - interface uchicago.src.sim.util.ProbeListener.
The listener interface for receiving probe events.
ProbeUtilities - class uchicago.src.sim.util.ProbeUtilities.
Static utility methods for creating and working with Probes.
ProbeUtilities() - Constructor for class uchicago.src.sim.util.ProbeUtilities
 
ProducerNamePair - class uchicago.src.sim.gui.ProducerNamePair.
 
ProducerNamePair(String, MediaProducer) - Constructor for class uchicago.src.sim.gui.ProducerNamePair
 
PropertiesPanel - class uchicago.src.sim.analysis.PropertiesPanel.
 
PropertiesPanel(AbstractChartModel) - Constructor for class uchicago.src.sim.analysis.PropertiesPanel
 
PropertyButton - class uchicago.src.reflector.PropertyButton.
Button property for introspection panels.
PropertyButton(Object, boolean) - Constructor for class uchicago.src.reflector.PropertyButton
 
PropertyCheckBox - class uchicago.src.reflector.PropertyCheckBox.
 
PropertyCheckBox(boolean) - Constructor for class uchicago.src.reflector.PropertyCheckBox
 
PropertyComboBox - class uchicago.src.reflector.PropertyComboBox.
 
PropertyComboBox(Vector) - Constructor for class uchicago.src.reflector.PropertyComboBox
 
PropertyDescriptor - class uchicago.src.reflector.PropertyDescriptor.
Base class for describing an Object's property.
PropertyDescriptor(String) - Constructor for class uchicago.src.reflector.PropertyDescriptor
 
PropertyEvent - class uchicago.src.sim.engine.PropertyEvent.
An event fired by changes to a model's properties/parameters.
PropertyEvent(int, Object) - Constructor for class uchicago.src.sim.engine.PropertyEvent
Creates a new PropertyEvent using the specified paramters.
PropertyLabel - class uchicago.src.reflector.PropertyLabel.
 
PropertyLabel(String) - Constructor for class uchicago.src.reflector.PropertyLabel
 
PropertyListener - interface uchicago.src.sim.engine.PropertyListener.
An interface for those classes that wish to listen for PropertyEvents, such as the value of a model's property being changed.
PropertyListenerAdapter - class uchicago.src.sim.engine.PropertyListenerAdapter.
Empty implementation of the PropertyListener interface.
PropertyListenerAdapter() - Constructor for class uchicago.src.sim.engine.PropertyListenerAdapter
 
PropertyTextField - class uchicago.src.reflector.PropertyTextField.
 
PropertyTextField(int) - Constructor for class uchicago.src.reflector.PropertyTextField
 
PropertyWidget - interface uchicago.src.reflector.PropertyWidget.
 
ptLabels - Variable in class uchicago.src.sim.analysis.ArrayData
 
ptLabels - Variable in class uchicago.src.sim.analysis.OpenArrayData
 
PURE_ASPIRATION - Static variable in class uchicago.src.sim.enn.EnnAgent
 
pushBack() - Method in class uchicago.src.sim.engine.ParameterLexer
 
put(double, Object) - Method in class uchicago.src.collection.RangeMap
Puts an object in the map and associates it with a range.
put(int, int, Object) - Method in class uchicago.src.collection.DoubleMatrix
 
put(int, int, Object) - Method in class uchicago.src.collection.SparseObjectMatrix
 
put(int, int, Object) - Method in class uchicago.src.collection.NewMatrix
 
put(int, int, Object) - Method in interface uchicago.src.collection.BaseMatrix
 
put(int, Object) - Method in class uchicago.src.collection.DoubleMatrix
 
put(Object, Object) - Method in class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
putDoubleAt(int, int, double) - Method in class uchicago.src.collection.DoubleMatrix
 
putObjectAt(double, double, Object) - Method in class uchicago.src.sim.space.RasterSpace
Put an object at a coordinate point.
putObjectAt(int, int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Puts the specified Object into the cell at the specified coordinates and index.
putObjectAt(int, int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DGrid
Puts the specified Object into the cell at the specified coordinates and index.
putObjectAt(int, int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DTorus
Puts the specified Object into the cell at the specified coordinates and index.
putObjectAt(int, int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Puts the specified Object into the cell at the specified coordinates and index.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DGrid
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.RasterSpace
Put an object at an integer point.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Object2DTorus
Puts the specified object at (x,y), wrapping the coordinates around the torus if necessary.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DTorus
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Multi2DTorus
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Multi2DHexagonalTorus
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Object2DHexagonalTorus
Puts the specified object at (x,y), wrapping the coordinates around the torus if necessary.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Multi2DHexagonalGrid
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Diffuse2D
Puts the specified Object at the specified coordinate.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Puts the specified Object at the specified coordinate.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Object2DGrid
Puts the specified object at (x,y)
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.Multi2DGrid
Puts the specified Object into the cell at the specified coordinates.
putObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Puts the specified Object at the specified coordinate.
putObjectAt(int, int, Object) - Method in interface uchicago.src.sim.space.Discrete2DSpace
Puts the specified Object at the specified coordinate.
putPersistentObj(Object, Object) - Method in class uchicago.src.sim.engine.BaseController
Allows for the storage of objects to persist beyond the life of a single run by objects that do not so persist.
putPersistentObj(Object, Object) - Method in class uchicago.src.sim.analysis.DataFileHeader
Puts an object in the persistent store.
putValueAt(double, double, double) - Method in class uchicago.src.sim.space.RasterSpace
Put a value at a coordinate point.
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.RasterSpace
Put a value at an integer point.
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.Object2DTorus
Puts the specified double at (x,y), wrapping the coordinates around the torus if necessary.
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.Object2DHexagonalTorus
Puts the specified double at (x,y), wrapping the coordinates around the torus if necessary.
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.Diffuse2D
Puts the specified value at the specified coordinate.
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Puts the specified value at the specified coordinate.
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.Object2DGrid
Puts the specified double at (x,y)
putValueAt(int, int, double) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Puts the specified value at the specified coordinate.
putValueAt(int, int, double) - Method in interface uchicago.src.sim.space.Discrete2DSpace
Puts the specified value at the specified coordinate.

Q

QuadEdge - class uchicago.src.sim.space.QuadEdge.
This is the quad edge data structure defined by stolfi and guibas.
QuadEdge(QuadEdge, SpatialNode, QuadEdge) - Constructor for class uchicago.src.sim.space.QuadEdge
 
queue - Variable in class uchicago.src.sim.engine.ScheduleGroup
 
QUICK_TIME - Static variable in interface uchicago.src.sim.gui.MediaProducer
 

R

randGroup - Variable in class uchicago.src.sim.engine.ScheduleBase
 
Random - class uchicago.src.sim.util.Random.
Encapsulates the colt library's random number generation.
RANDOM - Static variable in class uchicago.src.sim.engine.ActionGroup
Random type
Random() - Constructor for class uchicago.src.sim.util.Random
 
RandomDensityNet - class uchicago.src.sim.network.RandomDensityNet.
Creates a RandomDensityNetwork.
RandomDensityNet() - Constructor for class uchicago.src.sim.network.RandomDensityNet
 
RandomDensityNet(Class, Class) - Constructor for class uchicago.src.sim.network.RandomDensityNet
 
RandomDensityNet(Class, Class, int) - Constructor for class uchicago.src.sim.network.RandomDensityNet
 
RandomDensityNet(Class, Class, int, double, boolean, boolean) - Constructor for class uchicago.src.sim.network.RandomDensityNet
 
RandomGraphLayout - class uchicago.src.sim.gui.RandomGraphLayout.
 
RandomGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.RandomGraphLayout
 
RandomGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.RandomGraphLayout
 
randomizeLayout() - Method in class uchicago.src.sim.gui.FruchGraphLayout
Randomly positions nodes on layout.
randomRewire(ArrayList, double) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a network of the same size and density as the passed network, but randomly "rewires" a fraction of the edges to randomly chosen target nodes.
randomRewireSymmetric(ArrayList, double) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a network of the same size and density as the passed network, but randomly "rewires" a fraction of the edges to randomly chosen target nodes.
RandomScheduleGroup - class uchicago.src.sim.engine.RandomScheduleGroup.
 
RandomScheduleGroup(ActionQueue) - Constructor for class uchicago.src.sim.engine.RandomScheduleGroup
 
rangeCheck(int, int) - Method in class uchicago.src.sim.space.Object2DGrid
 
rangeCheck(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
 
RangeMap - class uchicago.src.collection.RangeMap.
A Map whose keys are doubles and whose values are Objects.
RangeMap() - Constructor for class uchicago.src.collection.RangeMap
Constructs an empty range map.
RangePropertyDescriptor - class uchicago.src.reflector.RangePropertyDescriptor.
A property descriptor for limiting an integer value to a specified range.
RangePropertyDescriptor(String, int, int, int) - Constructor for class uchicago.src.reflector.RangePropertyDescriptor
Constructs this RangePropertyDescriptor for the named property with the specified range and tick spacing.
RangeWidget - class uchicago.src.reflector.RangeWidget.
Gui widget for range properties.
RangeWidget(int, int, int) - Constructor for class uchicago.src.reflector.RangeWidget
 
RASTER_ASCII - Static variable in class uchicago.src.sim.space.Object2DGrid
 
RasterSpace - class uchicago.src.sim.space.RasterSpace.
A class that represents a raster image as a space.
RasterSpace(double, double, double, double, double, int, int) - Constructor for class uchicago.src.sim.space.RasterSpace
Constructs an empty RasterSpace.
RasterSpace(double, double, double, int, int) - Constructor for class uchicago.src.sim.space.RasterSpace
Constructs an empty RasterSpace.
RasterSpace(InputStream) - Constructor for class uchicago.src.sim.space.RasterSpace
Creates a RasterSpace from an ESRI ASCII Raster file connected to the specified input stream.
RasterSpace(String) - Constructor for class uchicago.src.sim.space.RasterSpace
Creates a RasterSpace from an ESRI ASCII Raster file.
read(Buffer) - Method in class uchicago.src.sim.gui.BufferSourceStream
 
read(InputStream) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Read a file with the old syntax (non-XML).
read(InputStream) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Read commands and/or plot data from an input stream in the old (non-XML) file syntax.
read(String) - Method in class uchicago.src.sim.engine.ParameterReader
 
read(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Read a single line command provided as a string.
readMatrix - Variable in class uchicago.src.sim.space.Diffuse2D
 
reapAgents() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
recalc - Variable in class uchicago.src.sim.gui.DrawableItem
 
record() - Method in class uchicago.src.sim.analysis.SequenceStatistic
Calculates the next item in the sequence
record() - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Records the new sequence data but do not plot.
record() - Method in class uchicago.src.sim.analysis.Histogram
Histograms the data from the HistogramItems without updating the display.
record() - Method in class uchicago.src.sim.analysis.HistogramStatistic
Calculates a new histogram over the data supplied by a HistogramItem
record() - Method in class uchicago.src.sim.analysis.OpenHistogram
Records data from the HistogramItems without updating the display
record() - Method in class uchicago.src.sim.analysis.Statistics
Calculates the next item in the sequence
record() - Method in class uchicago.src.sim.analysis.Plot
Empty method that does nothing.
record() - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Calculates a new histogram over the data supplied by a HistogramItem
record() - Method in class uchicago.src.sim.analysis.OpenStats
Calculates the next item in the sequence
record() - Method in class uchicago.src.sim.analysis.DataRecorder
Records the data for the current tick in tabular format.
record() - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
Calculates the next item in the sequence
record() - Method in class uchicago.src.sim.analysis.PlotModel
Calculates the next item in the sequence
record() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Records the data for this graph without updating the display.
record() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
 
record(double[]) - Method in class uchicago.src.sim.analysis.Histogram
Histograms the specified data without updating the display.
record(DoubleArrayList) - Method in class uchicago.src.sim.analysis.Histogram
Histograms the specified data without updating the display.
record(List) - Method in class uchicago.src.sim.network.NetworkRecorder
Deprecated. use record(List, String, int) instead.
record(List, int) - Method in class uchicago.src.sim.network.NetworkRecorder
Records the network described by the Nodes in nodeList.
record(List, String) - Method in class uchicago.src.sim.network.NetworkRecorder
Deprecated. use record(List nodeList, String comment, int matrixType) instead.
record(List, String, int) - Method in class uchicago.src.sim.network.NetworkRecorder
Records the network described by the Nodes in nodeList.
record(Object) - Method in class uchicago.src.sim.analysis.ObjectDataRecorder
Records the specified object.
record(Object, String) - Method in class uchicago.src.sim.analysis.ObjectDataRecorder
Records the specified Object together with the comment.
recorder - Variable in class uchicago.src.sim.enn.EnnBase
 
RectItem - class uchicago.src.sim.gui.RectItem.
A rectangular shaped DrawableItem.
RectItem() - Constructor for class uchicago.src.sim.gui.RectItem
 
RectNetworkItem - class uchicago.src.sim.gui.RectNetworkItem.
A rectangular shaped NetworkDrawable.
RectNetworkItem(double, double) - Constructor for class uchicago.src.sim.gui.RectNetworkItem
 
RectNode - class uchicago.src.sim.gui.RectNode.
Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information.
RectNode(double, double) - Constructor for class uchicago.src.sim.gui.RectNode
Deprecated. Constructs a RectNode with the specified coordinates.
red - Static variable in class uchicago.src.sim.gui.ColorMap
 
RED - Static variable in class uchicago.src.collection.RangeMap
 
redraw() - Method in class uchicago.src.reflector.IntrospectPanel
 
registerDisplaySurface(String, DisplaySurface) - Method in class uchicago.src.sim.engine.SimModelImpl
Registers a DisplaySurface with this model and associates it with a particular name.
registerMediaProducer(String, MediaProducer) - Method in class uchicago.src.sim.engine.SimModelImpl
Registers a MediaProducer with this model and associates it with the specified name.
relax(DefaultNode, DefaultNode) - Method in class uchicago.src.sim.network.ShortestNetworkPath
 
remove(int) - Method in class uchicago.src.sim.space.OrderedCell
Removes the object at the specified index.
remove(int) - Method in class uchicago.src.sim.util.ConservationCollection
 
remove(int) - Method in class uchicago.src.collection.DoubleMatrix
 
remove(int, int) - Method in class uchicago.src.collection.DoubleMatrix
 
remove(int, int) - Method in class uchicago.src.collection.SparseObjectMatrix
 
remove(int, int) - Method in class uchicago.src.collection.NewMatrix
 
remove(int, int) - Method in interface uchicago.src.collection.BaseMatrix
 
remove(LifeAgent) - Method in class uchicago.src.sim.life.LifeSpace
Removes an agent from this space.
remove(LifeAgent) - Method in interface uchicago.src.sim.life.Space
 
remove(LifeAgent) - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Removes an agent from this space.
remove(Object) - Method in class uchicago.src.sim.space.OrderedCell
Removes the specified object from this cell.
remove(Object) - Method in class uchicago.src.sim.space.BagCell
Removes the specified object from this cell.
remove(Object) - Method in interface uchicago.src.sim.space.Cell
Removes the specified object from this cell.
remove(Object) - Method in class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
remove(Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
remove(Vector, int) - Method in interface uchicago.src.sim.util.Remover
Removes the specified number of elements from the specified Vector.
removeAction(BasicAction) - Method in class uchicago.src.sim.engine.ActionGroup
Removes the specified BasicAction from the group.
removeAction(BasicAction) - Method in class uchicago.src.sim.engine.ScheduleBase
Removes the specified action from this Schedule.
removeActionAt(double, BasicAction) - Method in class uchicago.src.sim.engine.ScheduleBase
Removes the specified action from this Schedule at the specified tick.
removeAgent(LifeAgent) - Method in class uchicago.src.sim.life.LifeModel
 
removeAgentAt(int, int) - Method in class uchicago.src.sim.life.LifeSpace
Removes the agent at the specified coordinates.
removeAgentAt(int, int) - Method in interface uchicago.src.sim.life.Space
 
removeAgentAt(int, int) - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Removes the agent at the specified coordinates.
removeAll(Collection) - Method in class uchicago.src.sim.util.ConservationCollection
 
removeChild(Parameter) - Method in class uchicago.src.sim.engine.Parameter
Removes the specified Parameter from this Parameter's list of children.
removeDisplayable(Displayable) - Method in class uchicago.src.sim.gui.Painter
Removes a Displayable to the list of displayables to be displayed.
removeDisplayable(Displayable) - Method in class uchicago.src.sim.gui.DisplaySurface
Removes the specified Displayable from the list of displayables to display
removeDouble(int, int) - Method in class uchicago.src.collection.DoubleMatrix
Removes the value and the specified column and row, leaving 0 in in its place.
removeEdge(QuadEdge) - Method in class uchicago.src.sim.space.Delaunay
remove an individual edge from the structure.
removeEdgesFrom(Node) - Method in class uchicago.src.sim.network.DefaultNode
Removes all the edges that link to this Node from the specified node.
removeEdgesTo(Node) - Method in class uchicago.src.sim.network.DefaultNode
Removes all the edges that link from this Node to the specified node.
removeEndAction(BasicAction) - Method in class uchicago.src.sim.engine.Schedule
Removes the specified action from the list of actions to be executed at the end of a simulation.
removeFriend() - Method in class uchicago.src.sim.jinGirNew.JinGirNewNode
Removes a link between this JinGirNewNode and one chosen at random from those linked to this JinGirNewNode.
removeInEdge(Edge) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Removes the specified edge from the list of "in" edges.
removeInEdge(Edge) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Removes the specified edge from the list of "in" edges.
removeInEdge(Edge) - Method in class uchicago.src.sim.network.DefaultNode
Removes the specified edge from the list of "in" edges.
removeInEdge(Edge) - Method in interface uchicago.src.sim.network.Node
Removes the specified edge from the list of "in" edges.
removeInfiniteTriangle() - Method in class uchicago.src.sim.space.Delaunay
delete the edges from the infinite triangle.
removeInitialAction() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
removeMember(int) - Method in class uchicago.src.sim.space.VectorSpace
Remove the object at the specified index from this VectorSpace.
removeMember(Object) - Method in class uchicago.src.sim.space.VectorSpace
Remove the specified object from this VectorSpace.
removeModelProbePanel() - Static method in class uchicago.src.sim.util.ProbeUtilities
Removes the IntrospectPanel associated with the simulation model.
removeObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Removes the object at the specified index at the specified location from the grid.
removeObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DGrid
Removes the object at the specified index at the specified location from the grid.
removeObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DTorus
Removes the object at the specified index at the specified location from the grid.
removeObjectAt(int, int, int) - Method in class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Removes the object at the specified index at the specified location from the grid.
removeObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Removes the specified object from the specified location.
removeObjectAt(int, int, Object) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Removes the specified object from the specified location.
removeObjectAt(int, int, Object) - Method in interface uchicago.src.sim.space.IMulti2DGrid
Removes the specified object from the specified location.
removeOneBall() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
removeOutEdge(Edge) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Removes the specified edge from the list of "out" edges.
removeOutEdge(Edge) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Removes the specified edge from the list of "out" edges.
removeOutEdge(Edge) - Method in class uchicago.src.sim.network.DefaultNode
Removes the specified edge from the list of "out" edges.
removeOutEdge(Edge) - Method in interface uchicago.src.sim.network.Node
Removes the specified edge from the list of "out" edges.
removeParameter(String) - Method in class uchicago.src.sim.engine.BatchController
Removes the named Parameter from the internal list of model parameter names, but not from the Parameter list itself.
removePauseAction(BasicAction) - Method in class uchicago.src.sim.engine.Schedule
Removes the specified action from the list of actions to be executed at the pause in a simulation.
removeProbeable(Probeable) - Method in class uchicago.src.sim.gui.DisplaySurface
Removes the specified Probeable from the list of probeables.
removeProbeableDisplayable(Displayable) - Method in class uchicago.src.sim.gui.DisplaySurface
Removes the specified Displayable from the ist of displayables to display.
removeProbePanel(Object) - Static method in class uchicago.src.sim.util.ProbeUtilities
Removes the IntrospectPanel associated with the specified Object.
removePropertyListener(PropertyListener) - Method in class uchicago.src.sim.engine.SimModelImpl
Removes a PropertyListener from this model.
Remover - interface uchicago.src.sim.util.Remover.
A remover function for use with the Conservation collection.
removeSimEventListener(SimEventListener) - Method in class uchicago.src.sim.engine.SimModelImpl
Removes a SimEventListener from the list of listeners listening for SimEvents broadcast from this model.
removeSimEventListener(SimEventListener) - Method in class uchicago.src.sim.engine.BaseController
Removes a SimEventListener from the list of listeners listening for SimEvents broadcast from this BaseController.
removeSimEventListener(SimEventListener) - Method in interface uchicago.src.sim.engine.IController
Removes the specified SimEventListener from this IController.
removeSimEventListener(SimEventListener) - Method in interface uchicago.src.sim.engine.SimEventProducer
 
removeSkill(int) - Method in class uchicago.src.sim.hypercycles.HyperCell
 
renameFile() - Method in class uchicago.src.sim.analysis.Statistics
 
renameFile() - Method in class uchicago.src.sim.analysis.OpenStats
 
renameFile() - Method in class uchicago.src.sim.analysis.PlotModel
 
RepastActionPanel - class uchicago.src.sim.engine.gui.RepastActionPanel.
Panel for Repast Actions tab.
RepastActionPanel() - Constructor for class uchicago.src.sim.engine.gui.RepastActionPanel
 
RepastException - exception uchicago.src.sim.util.RepastException.
A RePast specific extension intended to wrap other extensions.
RepastException(Exception, String) - Constructor for class uchicago.src.sim.util.RepastException
 
RepastException(String) - Constructor for class uchicago.src.sim.util.RepastException
 
RepastGisFeature - interface uchicago.src.sim.gis.RepastGisFeature.
This is the basic inteface that defines one of the adapters between the gis features and repast features.
repastPanel - Variable in class uchicago.src.sim.engine.Controller
 
RepastPlot - class uchicago.src.sim.analysis.plot.RepastPlot.
A flexible signal plotter.
RepastPlot(ZoomListener) - Constructor for class uchicago.src.sim.analysis.plot.RepastPlot
 
RepastPlotBox - class uchicago.src.sim.analysis.plot.RepastPlotBox.
This class provides a labeled box within which to place a data plot.
RepastPlotBox.DragListener - class uchicago.src.sim.analysis.plot.RepastPlotBox.DragListener.
 
RepastPlotBox.DragListener() - Constructor for class uchicago.src.sim.analysis.plot.RepastPlotBox.DragListener
 
RepastPlotBox.PtZoomListener - class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener.
 
RepastPlotBox.PtZoomListener() - Constructor for class uchicago.src.sim.analysis.plot.RepastPlotBox.PtZoomListener
 
RepastPlotBox(ZoomListener) - Constructor for class uchicago.src.sim.analysis.plot.RepastPlotBox
Construct a plot box with a default configuration.
repeatInterval - Variable in class uchicago.src.sim.engine.ScheduleBase
 
requestFocus() - Method in class uchicago.src.reflector.RangeWidget
 
requestFocus() - Method in interface uchicago.src.reflector.PropertyWidget
 
reSchedule(ActionQueue) - Method in class uchicago.src.sim.engine.ScheduleGroup
Reschedules all the BasicAction contained by this ScheduleGroup.
reSchedule(ActionQueue) - Method in class uchicago.src.sim.engine.BasicAction
Reschedule this BasicAction if necessary.
reset() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
clear out the agent and reset the color.
reset() - Method in class uchicago.src.reflector.IntrospectPanel
 
resetEdges(int) - Method in class uchicago.src.sim.space.Delaunay
clear all of the edges
reSize(int, int) - Method in class uchicago.src.sim.gui.Display
Resizes the display to this new pixel width and pixel height.
reSize(int, int) - Method in class uchicago.src.sim.gui.VectorDisplay
 
reSize(int, int) - Method in class uchicago.src.sim.gui.Display2D
Resizes the display to the appropriate width and height adjusting the CELL SIZE as appropriate.
reSize(int, int) - Method in class uchicago.src.sim.gui.Painter
Resizes the buffered image on which all drawing is done to the specified newWidth and height
reSize(int, int) - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
 
retainAll(Collection) - Method in class uchicago.src.sim.util.ConservationCollection
 
right - Variable in class uchicago.src.collection.BinaryNode
 
RIGHT - Static variable in interface uchicago.src.sim.games.GameAgent
 
RIGHT_BRACE - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
rightOf(SpatialNode, QuadEdge) - Method in class uchicago.src.sim.space.Delaunay
is point right of edge
RNG_SEED_EVENT - Static variable in class uchicago.src.sim.engine.SimEvent
 
roIter - Variable in class uchicago.src.sim.space.AbsMulti2DGrid
 
RolfeNet - class uchicago.src.sim.network.RolfeNet.
 
RolfeNet() - Constructor for class uchicago.src.sim.network.RolfeNet
 
RolfeNet(Class, Class) - Constructor for class uchicago.src.sim.network.RolfeNet
 
RolfeNet(Class, Class, int) - Constructor for class uchicago.src.sim.network.RolfeNet
 
RolfeNet(Class, Class, int, double, double, double, int) - Constructor for class uchicago.src.sim.network.RolfeNet
 
roList - Variable in class uchicago.src.sim.space.AbsMulti2DGrid
 
RoundRectItem - class uchicago.src.sim.gui.RoundRectItem.
A rounded rectangular shaped DrawableItem.
RoundRectItem() - Constructor for class uchicago.src.sim.gui.RoundRectItem
 
RoundRectNetworkItem - class uchicago.src.sim.gui.RoundRectNetworkItem.
A rounded rectangular shaped NetworkDrawable.
RoundRectNetworkItem(double, double) - Constructor for class uchicago.src.sim.gui.RoundRectNetworkItem
 
rows() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Returns the number of rows int matrix.
rows() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Returns the number of rows int matrix.
rows() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Returns the number of rows int matrix.
rows() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Returns the number of rows int matrix.
rows() - Method in class uchicago.src.collection.ByteMatrix2D
Returns the number of rows in this matrix.
rows() - Method in class uchicago.src.collection.BitMatrix2D
Returns the number of rows in this matrix.
RSClassLoader - class uchicago.src.codegen.RSClassLoader.
 
RSClassLoader(ClassLoader) - Constructor for class uchicago.src.codegen.RSClassLoader
 
run() - Method in class uchicago.src.sim.engine.SimpleModel
 
runAutoStep() - Method in class uchicago.src.sim.engine.SimpleModel
 
runFinished - Variable in class uchicago.src.sim.engine.BaseController
when true a a single run of simulation has finished.
RUNS - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
runThread - Variable in class uchicago.src.sim.engine.BaseController
The actual run thread that runs the Runnable simRun

S

samplePlot() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Create a sample plot.
samplePlot() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Do nothing in this base class.
saveCharts(String, ArrayList) - Static method in class uchicago.src.sim.analysis.ChartArchiver
Saves the list of AbstractChartModels.
saveFrameData(String) - Static method in class uchicago.src.sim.gui.FrameFactory
Saves the frame data for the specified model.
scalePoint(Coordinate) - Method in class uchicago.src.sim.gui.GisDisplay
 
schedule - Variable in class uchicago.src.sim.engine.SimpleModel
 
schedule - Variable in class uchicago.src.sim.engine.BaseController
The master schedule
schedule - Variable in class uchicago.src.sim.enn.EnnBase
 
Schedule - class uchicago.src.sim.engine.Schedule.
Manages the execution of BasicActions (ActionGroups, SimActions, and SimListActions) according to a simulation clock.
Schedule() - Constructor for class uchicago.src.sim.engine.Schedule
Constructs a schedule that with a default execution interval of 1.
Schedule(double) - Constructor for class uchicago.src.sim.engine.Schedule
Constructs a schedule that executes at the specified interval.
scheduleActionAt(double, BasicAction) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the specified BasicAction to occur at the specified clock tick in the specified order.
scheduleActionAt(double, BasicAction, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the specified BasicAction to occur at the specified clock tick in the specified order.
scheduleActionAt(double, BasicAction, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the specified BasicAction to occur at the specified clock tick in the specified order.
scheduleActionAt(double, BasicAction, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the specified BasicAction to occur at the specified clock tick in the specified order.
scheduleActionAt(double, List, Class, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAt(double, List, Class, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAt(double, List, Class, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAt(double, List, Class, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAt(double, List, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAt(double, List, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAt(double, List, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAt(double, List, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAt(double, Object, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object to occur at the specified clock tick.
scheduleActionAt(double, Object, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object to occur at the specified clock tick.
scheduleActionAt(double, Object, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object to occur at the specified clock tick in the specified order.
scheduleActionAt(double, Object, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object to occur at the specified clock tick in the specified order.
scheduleActionAtEnd(BasicAction) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified action for the end of the simulation run.
scheduleActionAtEnd(List, Class, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for the end of the simulation.
scheduleActionAtEnd(List, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for the end of the simulation.
scheduleActionAtEnd(Object, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on the specified object for the end of the simulation run.
scheduleActionAtEndRnd(List, Class, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for the end of the simulation.
scheduleActionAtEndRnd(List, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for the end of the simulation.
scheduleActionAtInterval(double, BasicAction) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedule the specified BasicAction to execute at the specified interval, (e.g.
scheduleActionAtInterval(double, BasicAction, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedule the specified BasicAction to execute at the specified interval, (e.g.
scheduleActionAtInterval(double, BasicAction, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedule the specified BasicAction to execute at the specified interval, (e.g.
scheduleActionAtInterval(double, BasicAction, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedule the specified BasicAction to execute at the specified interval, (e.g.
scheduleActionAtInterval(double, List, Class, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g.
scheduleActionAtInterval(double, List, Class, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g.
scheduleActionAtInterval(double, List, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtInterval(double, List, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtInterval(double, List, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtInterval(double, List, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtInterval(double, Object, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object at the specified interval, (e.g.
scheduleActionAtInterval(double, Object, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object at the specified interval, (e.g.
scheduleActionAtInterval(double, Object, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object at the specified interval, (e.g.
scheduleActionAtInterval(double, Object, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object at the specified interval, (e.g.
scheduleActionAtIntervalRnd(double, List, Class, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g.
scheduleActionAtIntervalRnd(double, List, Class, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g.
scheduleActionAtIntervalRnd(double, List, Class, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g.
scheduleActionAtIntervalRnd(double, List, Class, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval (e.g.
scheduleActionAtIntervalRnd(double, List, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtIntervalRnd(double, List, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtIntervalRnd(double, List, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtIntervalRnd(double, List, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified interval.
scheduleActionAtPause(BasicAction) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified action for a pause in the simulation run.
scheduleActionAtPause(List, Class, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for a pause in the simulation.
scheduleActionAtPause(List, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for a pause in the simulation.
scheduleActionAtPause(Object, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on the specified object for a pause in the simulation run.
scheduleActionAtPauseRnd(List, Class, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for a pause in the simulation.
scheduleActionAtPauseRnd(List, String) - Method in class uchicago.src.sim.engine.Schedule
Schedules the execution of the specified method on every object in the specified List for a pause in the simulation.
scheduleActionAtRnd(double, List, Class, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAtRnd(double, List, Class, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAtRnd(double, List, Class, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAtRnd(double, List, Class, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAtRnd(double, List, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAtRnd(double, List, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick.
scheduleActionAtRnd(double, List, String, ScheduleBase.Order) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionAtRnd(double, List, String, ScheduleBase.Order, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur at the specified clock tick in the specified order.
scheduleActionBeginning(double, BasicAction) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the specified BasicAction to execute starting at the specified clock tick and every tick thereafter.
scheduleActionBeginning(double, BasicAction, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the specified BasicAction to execute starting at the specified clock tick and every tick thereafter.
scheduleActionBeginning(double, List, Class, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginning(double, List, Class, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginning(double, List, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginning(double, List, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginning(double, Object, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object to start at the specified clock tick and continue every tick thereafter.
scheduleActionBeginning(double, Object, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on the specified object to start at the specified clock tick and continue every tick thereafter.
scheduleActionBeginningRnd(double, List, Class, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginningRnd(double, List, Class, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginningRnd(double, List, String) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleActionBeginningRnd(double, List, String, double) - Method in class uchicago.src.sim.engine.ScheduleBase
Schedules the execution of the specified method on every object in the specified List to occur beginning at the specified clock tick and every tick thereafter.
scheduleAtEveryTick(Schedule) - Method in class uchicago.src.sim.engine.MovieScheduler
 
scheduleAtInterval(Schedule, int) - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
scheduleAtInterval(Schedule, int) - Method in class uchicago.src.sim.engine.MovieScheduler
 
scheduleAtPauseAndEnd(Schedule) - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
scheduleAtPauseAndEnd(Schedule) - Method in class uchicago.src.sim.engine.MovieScheduler
 
ScheduleBase - class uchicago.src.sim.engine.ScheduleBase.
Abstract base class for Schedule and SubSchedule.
ScheduleBase.Order - class uchicago.src.sim.engine.ScheduleBase.Order.
 
ScheduleBase.Order(int) - Constructor for class uchicago.src.sim.engine.ScheduleBase.Order
 
ScheduleBase() - Constructor for class uchicago.src.sim.engine.ScheduleBase
Constructs a schedule that with a default execution interval of 1.
ScheduleBase(double) - Constructor for class uchicago.src.sim.engine.ScheduleBase
Constructs a schedule that executes at the specified interval.
ScheduleGroup - class uchicago.src.sim.engine.ScheduleGroup.
A specialized BasicAction containing other BasicActions.
ScheduleGroup(ActionQueue) - Constructor for class uchicago.src.sim.engine.ScheduleGroup
 
scheduleMovie(Schedule) - Method in class uchicago.src.sim.engine.gui.MakeMovieDialog
 
scheduleSnapshot(Schedule) - Method in class uchicago.src.sim.engine.gui.SnapshotDialog
 
scheduleTrigger(double, MouseTrap) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
SchellingAgent - class uchicago.src.sim.Schelling.SchellingAgent.
This is a Schelling agent.
SchellingAgent(double, SchellingPolygon, Color) - Constructor for class uchicago.src.sim.Schelling.SchellingAgent
 
SchellingGis - class uchicago.src.sim.Schelling.SchellingGis.
This is an implementation of the classic Thomas Schelling model of segregation.
SchellingGis() - Constructor for class uchicago.src.sim.Schelling.SchellingGis
This builds the model based on on a shapefile.
SchellingPolygon - class uchicago.src.sim.Schelling.SchellingPolygon.
This is a polygon for use in the schelling model.
SchellingPolygon(Feature) - Constructor for class uchicago.src.sim.Schelling.SchellingPolygon
 
SchellingPolygon(Geometry, Hashtable) - Constructor for class uchicago.src.sim.Schelling.SchellingPolygon
 
seed - Variable in class uchicago.src.sim.engine.SimpleModel
 
selectPolygon(int, int, int, int, int, int) - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
SEQ_GIF - Static variable in class uchicago.src.sim.analysis.AbstractChartModel
 
sequence - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
Sequence - interface uchicago.src.sim.analysis.Sequence.
Interface for objects that are the source of data to be plotted by a sequence graph.
SEQUENCE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
SequenceChartModel - class uchicago.src.sim.analysis.SequenceChartModel.
Model (MVC) used for GUI creation of OpenSequenceGraphs.
SequenceChartModel(SimModel) - Constructor for class uchicago.src.sim.analysis.SequenceChartModel
Creates a SequenceChartModel associated with the specified SimModel.
SequenceGraph - class uchicago.src.sim.analysis.SequenceGraph.
Deprecated.  
SequenceGraph(SimModel) - Constructor for class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Constructs a SeqenceGraph with no title.
SequenceGraph(String, SimModel) - Constructor for class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Constructs a SequenceGraph with the specified a title and model.
SequenceGraph(String, SimModel, String, int) - Constructor for class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Constructs a SequenceGraph with the specified title, file name, and file format, and model.
SequenceSource - class uchicago.src.sim.analysis.SequenceSource.
Data source for a Sequence created via the gui chart creator.
SequenceSource(Object) - Constructor for class uchicago.src.sim.analysis.SequenceSource
Creates a SequenceSource whose data is feed from the specified object.
SequenceStatistic - class uchicago.src.sim.analysis.SequenceStatistic.
The model for a SequenceGraph.
SequenceStatistic(SimModel) - Constructor for class uchicago.src.sim.analysis.SequenceStatistic
Construct this SequenceStatistic with the specified model
SequenceStatistic(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.SequenceStatistic
Constructs a SequenceStatistic with the specified title, file name, and file format, model.
SEQUENTIAL - Static variable in class uchicago.src.sim.engine.ActionGroup
Sequential type
SET - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
SET - Static variable in class uchicago.src.reflector.Introspector
 
SET_LIST - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
set(int, int, byte) - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Sets a data value in this matrix.
set(int, int, byte) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Sets a data value in this matrix.
set(int, int, byte) - Method in class uchicago.src.collection.ByteMatrix2D
Sets the value of the specified cell.
set(int, int, byte) - Method in class uchicago.src.collection.BitMatrix2D
Sets the value of the specified cell.
set(int, int, double) - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Sets a data value in this matrix.
set(int, int, double) - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Sets a data value in this matrix.
set(int, int, double) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Sets a data value in this matrix.
set(int, int, double) - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Sets a data value in this matrix.
set(int, Object) - Method in class uchicago.src.sim.util.ConservationCollection
 
setAgent(SchellingAgent) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
setAgents(ArrayList) - Method in class uchicago.src.sim.util.AgentDistribution
 
setAllowLoops(boolean) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets the whether self-loops will be permitted in the constructed network.
setAlphaOrder(boolean) - Method in class uchicago.src.reflector.IntrospectPanel
 
setAnimateTransitions(boolean) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets whether the completed layout (and each component as it is finished) will smoothly transition to its new location.
setAnimateTransitions(boolean) - Method in class uchicago.src.sim.gui.FruchGraphLayout
Sets whether the completed layout (and each component as it is finished) will smoothly transition to its new location.
setAspiration(int) - Method in class uchicago.src.sim.enn.EnnBase
 
setAspiration(int) - Method in class uchicago.src.sim.enn.EnnAgent
 
setAttributes(Hashtable) - Method in class uchicago.src.sim.gis.PolygonAdapter
set the attributes table.
setAttributes(Hashtable) - Method in class uchicago.src.sim.gis.PointAdapter
 
setAttributes(Hashtable) - Method in class uchicago.src.sim.gis.LineStringAdapter
set the attribute table for this feature.
setAttributes(Hashtable) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Set the attributes for the feature.
setAxisTitles(String, String) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the axis titles
setAxisTitles(String, String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the axis titles.
setBackEnabled(boolean) - Method in class uchicago.src.guiUtils.Wizard
 
setBackground(Color) - Method in class uchicago.src.sim.gui.DisplaySurface
Sets the background color for this display
setBackground(Color) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the background color.
setBackgroundColor(Color) - Method in class uchicago.src.sim.gui.Painter
Sets the background color.
setBars(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Turn bars on or off (for bar charts).
setBars(double, double) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Turn bars on and set the width and offset.
setBars(double, double) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the width and offset of the bars.
setBarWidth(double) - Method in class uchicago.src.sim.analysis.Histogram
Sets the plot bar width in xaxis coordinates.
setBDExample(boolean) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setBDExample(boolean) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setBlockHeader(String) - Method in class uchicago.src.sim.analysis.ExcelFileWriter
Sets the block header for subsequent writes.
setBlockHeader(String) - Method in class uchicago.src.sim.analysis.DataFileWriter
Sets a block header.
setBlockHeader(String) - Method in interface uchicago.src.sim.analysis.BlockFileWriter
Sets the block header for any data subsequently written via writeToFile (the block) until called again.
setBorderColor(Color) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the border color for this NetworkDrawable.
setBorderColor(Color) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the border color for this DrawableItem.
setBorderColor(Color) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the border color for this DefaultDrawableNode.
setBorderWidth(int) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the border width for this NetworkDrawable.
setBorderWidth(int) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the border width for this DrawableItem.
setBorderWidth(int) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the border width for this DefaultDrawableNode.
setBounds(Envelope) - Method in class uchicago.src.sim.gis.GisLayer
 
setBounds(int, int, int, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Move and resize this component.
setBoxVisible(boolean) - Method in class uchicago.src.sim.gui.TextDisplay
Sets whether the text should be drawn enclosed in a retangle.
setButtons(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
If the argument is true, make a fill button visible at the upper right.
setBValue(float) - Method in class uchicago.src.sim.enn.EnnBase
 
setCellDepth(int) - Method in class uchicago.src.sim.engine.BaseController
Sets the display cell depth.
setCellHeight(int) - Method in class uchicago.src.sim.engine.BaseController
Sets the display cell height.
setCellWidth(int) - Method in class uchicago.src.sim.engine.BaseController
Sets the display cell width.
setCentroid(Point) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
setCircleLayout(boolean) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets whether circleLayout will be called to arrange nodes before starting each layout.
setClustring(double) - Method in class uchicago.src.sim.network.RolfeNet
 
setColor(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
If the argument is false, draw the plot without using color (in black and white).
setColor(Color) - Method in class uchicago.src.sim.gui.DrawablePolygon
 
setColor(Color) - Method in class uchicago.src.sim.gui.TextDisplay
Sets the color of the text and box.
setColor(Color) - Method in class uchicago.src.sim.gui.DrawableLineString
 
setColor(Color) - Method in interface uchicago.src.sim.gui.DrawableGisFeature
 
setColor(Color) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets color of this NetworkDrawable.
setColor(Color) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the color for this DrawableItem.
setColor(Color) - Method in class uchicago.src.sim.network.DefaultDrawableEdge
Sets the color of this DefaultDrawableEdge.
setColor(Color) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the color of this DefaultDrawableNode.
setColor(Color) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
setColor(Color) - Method in class uchicago.src.sim.analysis.SequenceSource
Sets the Color of the sequence created by this SequenceSource.
setColor(Color) - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
setColor(Color) - Method in class uchicago.src.sim.jiggle.JiggleEdge
 
setColor(Color) - Method in class uchicago.src.sim.jinGirNew.JinGirNewEdge
 
setColor(Color) - Method in class uchicago.src.guiUtils.ColorChooserPopup
 
setColor(Color) - Method in class uchicago.src.guiUtils.ColorIcon
 
setComment(String) - Method in class uchicago.src.sim.network.AbstractAdjacencyMatrix
Associates a comment with this matrix (e.g.
setComment(String) - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Associates a comment with this matrix (e.g.
setComparator(Comparator) - Method in class uchicago.src.sim.space.Object2DGrid
Sets the comparator class used by the findMaximum and findMinimum methods.
setComparator(Comparator) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
setComparator(Comparator) - Method in interface uchicago.src.sim.space.Neighborhooder
 
setConnected(boolean) - Method in class uchicago.src.sim.analysis.Plot
Whether or not all the points should be connected.
setConnected(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
If the argument is true, then the default is to connect subsequent points with a line.
setConnected(boolean, int) - Method in class uchicago.src.sim.analysis.Plot
Whether or not the points specific to some dataset should be connected.
setConnected(boolean, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
If the first argument is true, then by default for the specified dataset, points will be connected by a line.
setConnectRadius(int) - Method in class uchicago.src.sim.network.SquareLatticeNet
Sets the "radius" of neighbors along the grid which additional connections will be generated to.
setConstVal(Object) - Method in class uchicago.src.sim.engine.Parameter
 
setContent(boolean) - Method in class uchicago.src.sim.enn.EnnAgent
 
setController(BaseController) - Method in class uchicago.src.sim.engine.SimModelImpl
Sets the controller associated with this model
setController(BaseController) - Method in interface uchicago.src.sim.engine.SimModel
Sets the controller for this simulation model
setCurLineX(int[]) - Method in class uchicago.src.sim.gui.SimGraphics
 
setCurLineY(int[]) - Method in class uchicago.src.sim.gui.SimGraphics
 
setCurStrategy(int) - Method in class uchicago.src.sim.enn.EnnAgent
 
setDataSources(ArrayList) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the list of GuiChartDataSource objects.
setDataurl(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
setDegreeHist(boolean) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setDelimiter(String) - Method in class uchicago.src.sim.analysis.SimData
Sets the column delimiter.
setDelimiter(String) - Method in class uchicago.src.sim.analysis.DataRecorder
Sets the tabular data delimiter to the specified string.
setDensity(double) - Method in class uchicago.src.sim.network.RolfeNet
Sets the double of the desired density of the network (ratio of number of existing edges to the maximum possible number of edges) Must be set before makeRolfeNet() is called.
setDensity(double) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets the double of the desired density of the network (ratio of number of existing edges to the maximum possible number of edges).
setDensity(double) - Method in class uchicago.src.sim.Schelling.SchellingGis
 
setDest(SpatialNode) - Method in class uchicago.src.sim.space.QuadEdge
 
setDiffusionConstant(double) - Method in class uchicago.src.sim.space.Diffuse2D
Sets the diffusion constant for this Diffuse2d space
setDiffusionConstant(double) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setDiffusionConstant(double) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setDiffusionConstant(double) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setDimension(int, int) - Method in class uchicago.src.sim.network.SquareLatticeNet
 
setDisplay(DisplaySurface) - Method in class uchicago.src.sim.gui.LayoutWithDisplay
Setting the display surface (or passing it with the constructor) allows the graph layout to update the display to show the algorithm's convergence within the current tick.
setDisplayMapping(int, int) - Method in class uchicago.src.sim.gui.Value2DHexaDisplay
Linear transform of states (doubles, floats, integers etc.) to colors for drawing.
setDisplayMapping(int, int) - Method in class uchicago.src.sim.gui.Value2DDisplay
Linear transform of states (doubles, floats, integers etc.) to colors for drawing.
setDisplaySurface(DisplaySurface) - Method in class uchicago.src.sim.gui.SimGraphics
Sets the display surface associated with this SimGraphics instance.
setDistribution(AbstractDistribution) - Method in class uchicago.src.sim.util.AgentDistribution
 
setDocumentBase(URL) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
setDoShuffle(int) - Method in class uchicago.src.sim.enn.EnnBase
 
setDrawable(NetworkDrawable) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the drawable for this DefaultNetworkNode.
setDrawableNoCopy(NetworkDrawable) - Method in class uchicago.src.sim.network.DefaultDrawableNode
 
setDrawDirected(boolean) - Method in class uchicago.src.sim.network.DefaultDrawableEdge
Sets whether this DefaultDrawableEdge is drawn as directed or not.
setDrawingCoordinates(float, float, float) - Method in class uchicago.src.sim.gui.SimGraphics
Sets the coordinates for the next drawing operation.
setDrawingParameters(int, int, int) - Method in class uchicago.src.sim.gui.SimGraphics
Sets the parameters for the next drawing operation.
setDrawingParametersNoScale(int, int, int) - Method in class uchicago.src.sim.gui.SimGraphics
Sets the parameters for the next drawing operation.
setDrawOnAddPoint(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
 
setEdgeClass(Class) - Method in class uchicago.src.sim.network.RolfeNet
Sets the Class of edges to be used in constructing the network.
setEdgeClass(Class) - Method in class uchicago.src.sim.network.SquareLatticeNet
Sets the Class of edges to be used in constructing the network.
setEdgeClass(Class) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets the Class of edges to be used in constructing the network.
setEnabled(boolean) - Method in class uchicago.src.sim.engine.ModelManipulator
Enables or disables all the sliders, buttons, and checkboxes associated with this ModelManipulator.
setEnabled(boolean) - Method in class uchicago.src.reflector.RangeWidget
 
setEnabled(boolean) - Method in class uchicago.src.reflector.FileWidget
 
setEnabled(boolean) - Method in interface uchicago.src.reflector.PropertyWidget
 
setEnabled(boolean) - Method in class uchicago.src.reflector.IntrospectPanel
 
setEnd(double) - Method in class uchicago.src.sim.engine.NumericParameter
Sets the ending value of this parameter.
setEnd(Object) - Method in class uchicago.src.sim.engine.NumericParameter
Sets the ending value to the specified value.
setEnd(Object) - Method in class uchicago.src.sim.engine.Parameter
 
setEvaporationRate(double) - Method in class uchicago.src.sim.space.Diffuse2D
Sets the evaporation rate for this Diffuse2d space
setEvapRate(double) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setEvapRate(double) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setEvapRate(double) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setExitOnExit(boolean) - Method in class uchicago.src.sim.engine.SimInit
Sets whether the simulation application should exit with a System.exit(0) call on exit (pressing the exit button), or dispose of all windows, release the model without killing this instance of the virtual machine.
setExitOnExit(boolean) - Method in class uchicago.src.sim.engine.AbstractGUIController
Sets whether the simulation application should exit with a System.exit(0) call on exit (pressing the exit button), or dispose of all windows, release the model without killing this instance of the virtual machine.
setFeature(Feature) - Method in class uchicago.src.sim.gis.PolygonAdapter
set the feature.
setFeature(Feature) - Method in class uchicago.src.sim.gis.PointAdapter
set the feature for this adapter
setFeature(Feature) - Method in class uchicago.src.sim.gis.LineStringAdapter
 
setFeature(Feature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Set the gis feature.
setFeedFrom(Object) - Method in class uchicago.src.sim.analysis.SequenceSource
Sets the Object that provides the data (via a method or a field) for this SequenceSource.
setFieldName(String) - Method in class uchicago.src.sim.analysis.SequenceSource
Sets the field name of the field from which this SequenceSource gets its data.
setFirstVal(int) - Method in class uchicago.src.sim.event.SliderListener
 
setFocus() - Method in class uchicago.src.reflector.IntrospectFrame
 
setFocus() - Method in class uchicago.src.reflector.IntrospectPanel
 
setFont(Font) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the label font for this NetworkDrawable.
setFont(Font) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the font for the label
setFont(Font) - Method in class uchicago.src.sim.gui.SimGraphics
Sets the current font.
setFont(Font) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the label font for this DefaultDrawableNode.
setFontSize(int) - Method in class uchicago.src.sim.gui.TextDisplay
Sets the font size of the text.
setFooter(String) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the graphs footer
setForeground(Color) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the foreground color.
setFrameColor(Color) - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
setFramed(boolean) - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
setFrom(Node) - Method in class uchicago.src.sim.network.DefaultEdge
Sets the from node.
setFrom(Node) - Method in interface uchicago.src.sim.network.Edge
Sets the from node
setFromPoint(LinePoint) - Method in class uchicago.src.sim.gis.LinePoint
set the point immediately preceding this one.
setGeometry(Geometry) - Method in class uchicago.src.sim.gis.PolygonAdapter
set the jts geometry from this feature
setGeometry(Geometry) - Method in class uchicago.src.sim.gis.PointAdapter
Add a jts geometry to this Adapter.
setGeometry(Geometry) - Method in class uchicago.src.sim.gis.LineStringAdapter
set the geometry for this feature.
setGeometry(Geometry) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Set the geometry that defines this feature.
setGraphBackground(Color) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the graph's background color
setGraphForeground(Color) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the graph's foreground color.
setGraphics(Graphics2D) - Method in class uchicago.src.sim.gui.SimGraphics
Sets the wrapped graphics2D
setGrid(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Control whether the grid is drawn.
setGridDensity(int) - Method in class uchicago.src.sim.enn.EnnBase
 
setGridSize(int) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setHappyPlay(int) - Method in class uchicago.src.sim.enn.EnnBase
 
setHasRun(boolean) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
setHeader(String) - Method in class uchicago.src.sim.gui.TextDisplay
Sets an optional header for the displayed text.
setHeader(String) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the graphs header
setHeight(int) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the height of this NetworkDrawable.
setHeight(int) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the height of this DrawableItem in screen coordinates.
setHeight(int) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the height of this DefaultDrawableNode.By default this will be ignored and the DefaultDrawableNode will be sized to fit its label.
setHeight(int) - Method in class uchicago.src.sim.life.LifeModel
 
setHexagons() - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
setHollow(boolean) - Method in class uchicago.src.sim.gui.DrawableItem
 
setIdealTemp(int) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setIdealTemp(int) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setImpulses(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
If the argument is true, then a line will be drawn from any plotted point down to the x axis.
setImpulses(boolean, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
If the first argument is true, then a line will be drawn from any plotted point in the specified dataset down to the x axis.
setIncr(double) - Method in class uchicago.src.sim.engine.NumericParameter
Sets the increment value of this parameter.
setIncr(Object) - Method in class uchicago.src.sim.engine.NumericParameter
Sets the increment value to the specified value.
setIncr(Object) - Method in class uchicago.src.sim.engine.Parameter
 
setInfinite(boolean) - Method in class uchicago.src.sim.life.LifeModel
 
setInitialPattern(LifeModel.ISetup) - Method in class uchicago.src.sim.life.LifeModel
 
setIterations(long) - Method in class uchicago.src.sim.engine.SubSchedule
Deprecated. Sets the number of iterations of this SubSchedule's action per tick of the parent Schedule.
setLabel(String) - Method in class uchicago.src.sim.gui.DrawablePolygon
 
setLabel(String) - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
setLabel(String) - Method in class uchicago.src.sim.gui.DrawableLineString
 
setLabel(String) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated.  
setLabel(String) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the label for this NetworkDrawable.
setLabel(String) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the label.
setLabel(String) - Method in class uchicago.src.sim.network.DefaultEdge
Sets the label for this Edge
setLabel(String) - Method in interface uchicago.src.sim.network.Edge
Sets the label for this edge
setLabelColor(Color) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets label color for this NetworkDrawable.
setLabelColor(Color) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the label color.
setLabelColor(Color) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets label color for this DefaultDrawableNode.
setLabelFont(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the label font, which is used for axis labels and legend labels.
setLayer(GisLayer) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
setLayer(GisLayer) - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
setLayoutType(String) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setLinksVisible(boolean) - Method in class uchicago.src.sim.gui.Network2DGridDisplay
Shows or hides links depending on the value of parameter isVisible.
setLinksVisible(boolean) - Method in class uchicago.src.sim.gui.Network2DDisplay
Shows or hides links depending on the value of parameter isVisible.
setList(List) - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Sets the list of nodes to be laid out by this GraphLayout.
setList(List) - Method in interface uchicago.src.sim.gui.GraphLayout
Sets the list of nodes to be laid out by this GraphLayout.
setList(Vector) - Method in class uchicago.src.sim.engine.NumericParameter
 
setList(Vector) - Method in class uchicago.src.sim.engine.Parameter
 
setLoadFromFile(boolean) - Method in class uchicago.src.sim.jiggle.JiggleModel
 
setLoc(SchellingPolygon) - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
setLocation(float, float) - Method in class uchicago.src.sim.hypercycles.HyperCell
 
setLocation(int, int) - Method in class uchicago.src.sim.gui.DisplaySurface
Sets the screen location for this OpenGraph.
setLocation(int, int) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the screen location for this OpenGraph.
setLocator(MediaLocator) - Method in class uchicago.src.sim.gui.BufferDataSource
 
setMarksStyle(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Set the marks style to "none", "points", "dots", or "various".
setMarksStyle(String, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Set the marks style to "none", "points", "dots", or "various" for the specified dataset.
setMarkStyle(int) - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the mark style (the shape of the point) for this SequenceSource.
setMarkType(int) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
setMatrix(byte[][]) - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Sets the matrix for this AdjacencyByteMatrix to the specified byte[][].
setMatrix(byte[][]) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Sets the matrix for this AdjacencyByteMatrix to the specified byte[][].
setMatrix(DenseDoubleMatrix2D) - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Sets the actual matrix for this AdjacencyMatrix.
setMatrix(DenseDoubleMatrix2D) - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Copies the matrix elements from the specified DenseDoubleMatrix2D and casts them into bytes.
setMatrix(DenseDoubleMatrix2D) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Copies the matrix elements from the specified DenseDoubleMatrix2D.
setMatrix(DenseDoubleMatrix2D) - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Sets the actual matrix for this AdjacencyMatrix.
setMatrix(double[][]) - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Sets the actual matrix for this AdjacencyMatrix.
setMatrixLabel(String) - Method in class uchicago.src.sim.network.AbstractAdjacencyMatrix
Sets the label for this matrix.
setMatrixLabel(String) - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Sets the label for this matrix.
setMaxAge(int) - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
setMaxDeathAge(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setMaxDegree(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setMaxDistance(double) - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
setMaxIdealTemp(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setMaxIdealTemp(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setMaxIdealTemp(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setMaxInitialSugar(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setMaxMetabolism(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setMaxOutputHeat(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setMaxOutputHeat(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setMaxOutputHeat(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setMaxPasses(int) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets the maximum number of passes the inner loop of the KK algorithm will execute.
setMaxTriggerDistance(int) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setMaxTriggerTime(int) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setMaxVision(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setMetabolism(int) - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
setMethodName(String) - Method in class uchicago.src.sim.analysis.SequenceSource
Sets the name of the method that is the source of the data for this SequenceSource
setMinDeathAge(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setMinEpsilon(double) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets the minimum "spring" energy which the layout attempts to achieve.
setMinIdealTemp(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setMinIdealTemp(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setMinIdealTemp(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setMinInitialSugar(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setMinOutputHeat(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setMinOutputHeat(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setMinOutputHeat(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setMode(int) - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setModel(AbstractChartModel) - Method in class uchicago.src.sim.analysis.DataSourcePropPanel
 
setModel(AbstractChartModel) - Method in class uchicago.src.sim.analysis.DataSourcesPanel
 
setModel(AbstractChartModel) - Method in class uchicago.src.sim.analysis.PropertiesPanel
 
setModel(AbstractChartModel) - Method in interface uchicago.src.sim.analysis.ChartGuiPanel
 
setModel(SimModel) - Method in class uchicago.src.sim.engine.Controller
Sets the model that is controlled by this Controller.
setModel(SimModel) - Method in class uchicago.src.sim.engine.AbstractGUIController
Sets the model that is controlled by this Controller.
setModel(SimModel) - Method in class uchicago.src.sim.engine.BatchController
Sets the model to be controlled by this BatchController.
setModel(SimModel) - Method in class uchicago.src.sim.engine.BaseController
Sets the model associated with this controller.
setModel(SimModel) - Method in interface uchicago.src.sim.engine.IController
Sets the SimModel to be executed by this IController.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.Object2DDisplay
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.TextDisplay
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.Value2DDisplay
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.VectorDisplay
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.GisDisplay
 
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.HexaDisplay2D
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.gui.Network2DDisplay
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in interface uchicago.src.sim.gui.Probeable
Sets the new coordinates for specified moveable.
setMoveableXY(Moveable, int, int) - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
Sets the new coordinates for specified moveable.
setMovieName(String, String) - Method in class uchicago.src.sim.gui.DisplaySurface
Sets the name and type of a movie.
setMovieName(String, String) - Method in interface uchicago.src.sim.gui.MediaProducer
 
setMovieName(String, String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the name and type of a movie.
setName(String) - Method in class uchicago.src.sim.engine.Parameter
Sets the name of this to the specified name.
setName(String) - Method in class uchicago.src.sim.engine.BasicAction
Sets the name of this BasicAction.
setName(String) - Method in class uchicago.src.sim.analysis.SequenceSource
Sets the name of this SequenceSource.
setName(String) - Method in class uchicago.src.sim.gis.GisLayer
 
setNextEnabled(boolean) - Method in class uchicago.src.guiUtils.Wizard
 
setNextTime(double) - Method in class uchicago.src.sim.engine.BasicAction
Sets the next time (tick) this BasicAction will be executed.
setNextToFinish() - Method in class uchicago.src.guiUtils.Wizard
 
setNodeClass(Class) - Method in class uchicago.src.sim.network.RolfeNet
Sets the Class of nodes to be used in constructing the network.
setNodeClass(Class) - Method in class uchicago.src.sim.network.SquareLatticeNet
Sets the Class of nodes to be used in constructing the network Must be set beforemakeSquareLatticeNet() is called.
setNodeClass(Class) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets the Class of nodes to be used in constructing the network.
setNodeHeight(int) - Method in class uchicago.src.sim.gui.GisDisplay
 
setNodeLabel(String) - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
setNodeLabel(String) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated.  
setNodeLabel(String) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the label for this DefaultDrawableNode.
setNodeLabel(String) - Method in class uchicago.src.sim.network.DefaultNode
Sets the label for this node.
setNodeLabel(String) - Method in interface uchicago.src.sim.network.Node
 
setNodesVisible(boolean) - Method in class uchicago.src.sim.gui.Network2DGridDisplay
Shows or hids nodes depending on the value of the parameter isVisible.
setNodesVisible(boolean) - Method in class uchicago.src.sim.gui.Network2DDisplay
Shows or hids nodes depending on the value of the parameter isVisible.
setNodeWidth(int) - Method in class uchicago.src.sim.gui.GisDisplay
 
setNType(int) - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setNumAgents(int) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setNumAgents(int) - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
setNumBalls(int) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setNumberOfSkills(int) - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setNumBugs(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setNumBugs(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setNumBugs(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setNumNodes(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setNumOvals(int) - Method in class uchicago.src.sim.jiggle.JiggleModel
 
setNumRects(int) - Method in class uchicago.src.sim.jiggle.JiggleModel
 
setNumRuns(long) - Method in class uchicago.src.sim.engine.Parameter
Sets the number of runs associated with this parameter.
setNumSets(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Deprecated.  
setObjectList(ArrayList) - Method in class uchicago.src.sim.gui.Object2DDisplay
Sets the list of objects to display.
setObjectList(ArrayList) - Method in class uchicago.src.sim.gui.Object2DHexaDisplay
Sets the list of objects to display.
setOutputHeat(int) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setOutputHeat(int) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setPad(int) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets the number of pixels to shrink the effective window by.
setPad(int) - Method in class uchicago.src.sim.gui.CircularGraphLayout
Sets the number of pixels to shrink radius by.
setPad(int) - Method in class uchicago.src.sim.gui.RandomGraphLayout
Sets the number of pixels to shrink radius by.
setPad(int) - Method in class uchicago.src.sim.gui.FruchGraphLayout
Sets the number of pixels to shrink radius by.
setParameters() - Method in class uchicago.src.sim.engine.AbstractGUIController
Sets the parameters of this AbstractGUIController's SimModel to their default values, if any.
setParent(Parameter) - Method in class uchicago.src.sim.engine.Parameter
Sets the parent parameter of this parameter
setPastDiscount(float) - Method in class uchicago.src.sim.network.UniformReinforcement
 
setPause(int) - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
setPauseAt(int) - Method in class uchicago.src.sim.engine.BaseController
 
setPayoff(float) - Method in class uchicago.src.sim.enn.EnnAgent
 
setPayoff(float) - Method in interface uchicago.src.sim.games.GameAgent
Sets the payoff for this agent.
setPayoff(int, int, float, float) - Method in class uchicago.src.sim.games.PayoffMatrix
 
setPayoffs(PayoffPair, PayoffPair, PayoffPair, PayoffPair) - Method in class uchicago.src.sim.games.Game
 
setPercentFull(float) - Method in class uchicago.src.sim.life.LifeModel
 
setPercentLeft(int) - Method in class uchicago.src.sim.enn.EnnBase
 
setPerGreen(double) - Method in class uchicago.src.sim.Schelling.SchellingGis
 
setPlot(boolean) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setPointLabels(String[]) - Method in class uchicago.src.sim.analysis.HistogramStatistic
Sets the histogram labels (the x - axis legend).
setPointLabels(String[]) - Method in class uchicago.src.sim.analysis.ArrayData
Sets the point labels (labels for each x value)
setPointLabels(String[]) - Method in class uchicago.src.sim.analysis.OpenArrayData
Sets the point labels (labels for each x value)
setPointLabels(String[]) - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Sets the histogram labels (the x - axis legend).
setPointsPersistence(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Calling this method with a positive argument sets the persistence of the plot to the given number of points.
setPrevStrategy(int) - Method in class uchicago.src.sim.enn.EnnAgent
 
setProbabilityRule(ProbabilityRule) - Method in class uchicago.src.sim.network.Linker
Sets the ProbabilityRule used by this Linker.
setProducer(MediaProducer) - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
setProducer(MediaProducer) - Method in interface uchicago.src.sim.engine.MediaScheduler
 
setPropertyName(String) - Method in class uchicago.src.reflector.RangeWidget
 
setPropertyName(String) - Method in class uchicago.src.reflector.FileWidget
 
setPropertyName(String) - Method in class uchicago.src.reflector.PropertyComboBox
 
setPropertyName(String) - Method in class uchicago.src.reflector.PropertyCheckBox
 
setPropertyName(String) - Method in class uchicago.src.reflector.PropertyButton
 
setPropertyName(String) - Method in class uchicago.src.reflector.PropertyLabel
 
setPropertyName(String) - Method in class uchicago.src.reflector.PropertyTextField
 
setPropertyName(String) - Method in interface uchicago.src.reflector.PropertyWidget
 
setRandomMoveProb(float) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setRandomMoveProb(float) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setRandomMoveProbability(float) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setRandomMoveProbability(float) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setRandomMoveProbability(float) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setRandomMoveProbability(float) - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
setRandomSeed(int) - Method in class uchicago.src.sim.gui.FruchGraphLayout
Sets the Random seed used in the intial random placement of the nodes.
setRandomSeed(long) - Method in class uchicago.src.sim.engine.BaseController
Sets the random seed for the current model.
setReader(Reader) - Method in interface uchicago.src.guiUtils.Tokenizer
 
setReciProb(double) - Method in class uchicago.src.sim.network.RolfeNet
 
setRecordCycleData(boolean) - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setRemoveProb(double) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setReplacement(boolean) - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setRescaleLayout(boolean) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets whether the completed layout will be resized to exactly fill the display window.
setRescaleLayout(boolean) - Method in class uchicago.src.sim.gui.FruchGraphLayout
Sets whether the completed layout will be resized to exactly fill the display window.
setReuseDatasets(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
If the argument is true, then datasets with the same name are merged into a single dataset.
setRng(Uniform) - Method in class uchicago.src.sim.engine.ActionGroup
Sets the random number generator used by this ActionGroup when randomizing the BasicActions to execute.
setRngSeed(long) - Method in class uchicago.src.sim.engine.SimpleModel
Sets the random number seed for this model, and recreates a uniform distribution with that seed.
setRngSeed(long) - Method in class uchicago.src.sim.engine.SimModelImpl
Sets the random number generator in Random to a new value.
setRngSeed(long) - Method in interface uchicago.src.sim.engine.SimModel
Sets the random number seed.
setRsub0(double) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setRsub1(double) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setSchedule(Schedule) - Method in class uchicago.src.sim.engine.BaseController
Sets the schedule to be run by the controller.
setSchedule(Schedule) - Method in interface uchicago.src.sim.engine.IController
Sets he Schedule of execution for the SimModel for this IController.
setSeed(long) - Static method in class uchicago.src.sim.util.Random
Creates a new random number generator with the specified seed.
setSelected(boolean) - Method in class uchicago.src.sim.event.CheckBoxListener
 
setShow(boolean) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
setShowCycles(boolean) - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setSimModel(SimModel) - Method in class uchicago.src.sim.analysis.Statistics
Sets the simulation model.
setSimModel(SimModel) - Method in class uchicago.src.sim.analysis.OpenStats
Sets the simulation model.
setSize(Dimension) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the size of this DrawableItem in screen coordinates.
setSize(int) - Method in class uchicago.src.sim.network.RolfeNet
Sets the int for the size (number of nodes) in the network to be constructed.
setSize(int) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets the int for the size (number of nodes) in the network to be constructed.
setSize(int, int) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the size of this DrawableItem in screen coordinates.
setSize(int, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the size of the plot.
setSize(int, int) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the size of the plot.
setSize(int, int) - Method in class uchicago.src.guiUtils.Wizard
 
setSkills(String) - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setSnapshotFileName(String) - Method in class uchicago.src.sim.gui.DisplaySurface
Sets the snapshot file name.
setSnapshotFileName(String) - Method in interface uchicago.src.sim.gui.MediaProducer
 
setSnapshotFileName(String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
 
setSpringConst(double) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets the "springiness" of the imaginary springs connecting the nodes.
setStart(double) - Method in class uchicago.src.sim.engine.NumericParameter
Sets the start value of this parameter.
setStart(Object) - Method in class uchicago.src.sim.engine.NumericParameter
Sets the starting value to the specified value.
setStart(Object) - Method in class uchicago.src.sim.engine.Parameter
 
setStartRemoveAfter(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setStatsVisible(boolean) - Method in class uchicago.src.sim.analysis.Histogram
Sets the statistics display on the plot to visible.
setSteps(int) - Method in class uchicago.src.sim.network.RolfeNet
 
setStoppingTime(double) - Method in class uchicago.src.sim.engine.SimpleModel
Sets the tick at which this model will stop.
setStoppingTime(long) - Method in class uchicago.src.sim.engine.SimpleModel
Sets the tick at which this model will stop.
setStrategy(int) - Method in class uchicago.src.sim.enn.EnnAgent
 
setStrategy(int) - Method in interface uchicago.src.sim.games.GameAgent
Sets the current strategy (GameAgent.LEFT or GameAgent.RIGHT)
setStrength(double) - Method in class uchicago.src.sim.network.DefaultEdge
Sets the strength of this edge
setStrength(double) - Method in interface uchicago.src.sim.network.Edge
Sets the strength of this edge
setStrength(float) - Method in class uchicago.src.sim.gis.LinePoint
strength is equivelent to distance
setString(String) - Method in interface uchicago.src.guiUtils.Tokenizer
 
setSubRuns(long) - Method in class uchicago.src.sim.engine.Parameter
 
setSugar(int) - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
setSweepsPersistence(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
A sweep is a sequence of points where the value of X is increasing.
setSymmetric(boolean) - Method in class uchicago.src.sim.network.RandomDensityNet
Sets whether the constructed network will be symmetric.
setTextCoordinates(int, int) - Method in class uchicago.src.sim.gui.TextDisplay
Sets the coordinates for displaying the lines of text.
settingsFrame - Variable in class uchicago.src.sim.engine.Controller
 
setTitle(String) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the graph's title
setTitle(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the title for the chart produced by this AbstractChartModel.
setTitle(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the title of the graph.
setTitleFont(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the title font.
setTo(Node) - Method in class uchicago.src.sim.network.DefaultEdge
Sets the to node.
setTo(Node) - Method in interface uchicago.src.sim.network.Edge
Sets the to Node
setTolerance(double) - Method in class uchicago.src.sim.Schelling.SchellingAgent
 
setTolerance(double) - Method in class uchicago.src.sim.Schelling.SchellingGis
 
setToPoint(LinePoint) - Method in class uchicago.src.sim.gis.LinePoint
set the point immediately following this one.
setTopPanel(JPanel) - Method in class uchicago.src.guiUtils.Wizard
 
setTrapDensity(double) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setTriggered(boolean) - Method in class uchicago.src.sim.mousetrap.MouseTrap
 
setTriggerProbability(double) - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setType(int) - Method in class uchicago.src.sim.analysis.MarkIcon
 
setType(String) - Method in class uchicago.src.sim.network.DefaultEdge
Sets the type of this DefaultEdge.
setType(String) - Method in interface uchicago.src.sim.network.Edge
Sets the type of this edge.
setUnhappiness(double) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setUnhappiness(double) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setUnhappyPlay(int) - Method in class uchicago.src.sim.enn.EnnBase
 
setup() - Method in class uchicago.src.sim.engine.SimpleModel
 
setup() - Method in class uchicago.src.sim.engine.Controller
 
setup() - Method in class uchicago.src.sim.engine.AbstractGUIController
Sets up this controller and is associated SimModel prior to a model run.
setup() - Method in interface uchicago.src.sim.engine.SimModel
Prepares a model for a new run, typically by deallocating objects or setting them to some reasonable default.
setup() - Method in class uchicago.src.sim.hypercycles.HyperModel
 
setup() - Method in class uchicago.src.sim.enn.EnnModel
 
setup() - Method in class uchicago.src.sim.enn.EnnBatchModel
 
setup() - Method in class uchicago.src.sim.life.LifeModel
 
setup() - Method in class uchicago.src.sim.Schelling.SchellingGis
 
setup() - Method in class uchicago.src.sim.jiggle.JiggleModel
 
setup() - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setup() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
setup() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setup() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setup() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setup() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
setup() - Method in class uchicago.src.sim.mousetrap.MouseTrapModel
 
setUp() - Method in class uchicago.src.collection.NewMatrixTest
 
setUpdate(boolean) - Method in class uchicago.src.sim.gui.AbstractGraphLayout
 
setUpdate(boolean) - Method in interface uchicago.src.sim.gui.GraphLayout
Sets whether the display will update or not when updateLayout is called.
setUpdateEveryN(int) - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Sets how frequently the layout will be redrawn during algorithm convergence.
setUpdateEveryN(int) - Method in class uchicago.src.sim.gui.FruchGraphLayout
If the layout has been passed a display to update, and updateEveryN is greater than 0, the layout will update the display after every Nth pass through the algorithm.
setUpdateEveryN(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setupSchedule() - Method in class uchicago.src.sim.engine.BaseController
Sets up the schedule thread.
setVal(double) - Method in class uchicago.src.sim.gui.ProbeableNumber
Sets the value of the number.
setVal(double) - Method in class uchicago.src.sim.util.DoubleWrapper
Sets the double value that this wraps.
setValue(Object) - Method in class uchicago.src.reflector.RangeWidget
 
setValue(Object) - Method in class uchicago.src.reflector.FileWidget
 
setValue(Object) - Method in class uchicago.src.reflector.PairComboBox
 
setValue(Object) - Method in class uchicago.src.reflector.PropertyComboBox
 
setValue(Object) - Method in class uchicago.src.reflector.PropertyCheckBox
 
setValue(Object) - Method in class uchicago.src.reflector.PropertyButton
 
setValue(Object) - Method in class uchicago.src.reflector.PropertyLabel
 
setValue(Object) - Method in class uchicago.src.reflector.PropertyTextField
 
setValue(Object) - Method in interface uchicago.src.reflector.PropertyWidget
 
setVar(String) - Method in class uchicago.src.sim.util.AgentDistribution
 
setViewWindow(int, int, int, int) - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
Sets the origin and width of the window into the "infinite" space.
setVision(int) - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
setWidth(int) - Method in class uchicago.src.sim.gui.GisDisplay
 
setWidth(int) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the width of this NetworkDrawable.
setWidth(int) - Method in class uchicago.src.sim.gui.DrawableItem
Sets the width of this DrawableItem in screen coordinates.
setWidth(int) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the width of this DefaultDrawableNode.
setWidth(int) - Method in class uchicago.src.sim.life.LifeModel
 
setWorldXSize(int) - Method in class uchicago.src.sim.jiggle.JiggleModel
 
setWorldXSize(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setWorldXSize(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setWorldXSize(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setWorldXSize(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setWorldYSize(int) - Method in class uchicago.src.sim.jiggle.JiggleModel
 
setWorldYSize(int) - Method in class uchicago.src.sim.jinGirNew.JinGirNewModelII
 
setWorldYSize(int) - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
setWorldYSize(int) - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
setWorldYSize(int) - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
setWrap(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Control whether the X axis is wrapped.
setWrapAround(boolean) - Method in class uchicago.src.sim.network.SquareLatticeNet
 
setWriteHeader(String, boolean) - Method in class uchicago.src.sim.engine.BatchController
Sets whether the header for the specified file should be written.
setWriteHeader(String, boolean) - Method in class uchicago.src.sim.analysis.DataFileHeader
Sets whether the header should be written to the file.
setX(double) - Method in class uchicago.src.sim.gui.RoundRectNetworkItem
 
setX(double) - Method in class uchicago.src.sim.gui.RectNetworkItem
 
setX(double) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Sets the x coordinate.
setX(double) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Sets the x coordinate.
setX(double) - Method in class uchicago.src.sim.gui.OvalNetworkItem
 
setX(double) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the X coordinate for the NetworkDrawable.
setX(double) - Method in interface uchicago.src.sim.gui.DrawableNonGridNode
Sets the x coordinate for this node.
setX(double) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the x coordinate for this node.
setX(double) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
setX(double) - Method in class uchicago.src.sim.gis.PointAdapter
 
setX(double) - Method in class uchicago.src.sim.gis.DefaultSpatialNode
 
setX(double) - Method in interface uchicago.src.sim.gis.SpatialNode
 
setX(int) - Method in class uchicago.src.sim.gui.TextDisplay
Sets the x coordinate for displaying text.
setX(int) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Implements the moveable interface, setting the x coordinate to some integer value.
setX(int) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Implements the moveable interface, setting the x coordinate to some integer value.
setX(int) - Method in interface uchicago.src.sim.gui.Moveable
 
setX(int) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Implements the moveable interface, setting the x coordinate to some integer value.
setX(int) - Method in class uchicago.src.sim.enn.EnnAgent
 
setX(int) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setX(int) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setXAutoExpand(boolean) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Sets whether the plot's x-axis scale will expand to include new points or not.
setXAxisMax(double) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the x axis max value
setXAxisMin(double) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the x axis min value
setXAxisMinMax(double, double) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the x axis min and max values
setXAxisTitle(String) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the x axis title
setXAxisTitle(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the x-axis title for the chart produced by this AbstractChartModel.
setXIncrement(double) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the amount to increase or decrease the x-axis scale when a x value is out of the range of the current scale.
setXLabel(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the label for the X (horizontal) axis.
setXLog(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Specify whether the X axis is drawn with a logarithmic scale.
setXRange(double, double) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Sets the initial range of the x-axis.
setXRange(double, double) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the X (horizontal) range of the plot.
setXRange(double, double) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the initial range of the X-axis.
setXRangeIncr(double) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the amount to increment the displayed x-axis range when autoscaling the the chart produced by this AbstractChartModel.
setXRangeIncr(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the amount to increment the displayed x-axis range when autoscaling the the chart produced by this AbstractChartModel.
setXRangeMax(double) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial maximum value for the x-axis of the chart produced by this AbstractChartModel.
setXRangeMax(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial maximum value for the x-axis of the chart produced by this AbstractChartModel.
setXRangeMin(double) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial minimum value for the x-axis of the chart produced by this AbstractChartModel.
setXRangeMin(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial minimum value for the x-axis of the chart produced by this AbstractChartModel.
setXScale(float) - Method in class uchicago.src.sim.gui.SimGraphics
 
setXTick(double, String) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Associates a label with a particular x-axis tick.
setXViewPolicy(OpenSequenceGraph.PolicyConstant) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Sets the view policy for the x-axis.
setXY(int, int) - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
setXY(int, int) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setXY(int, int) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setY(double) - Method in class uchicago.src.sim.gui.RoundRectNetworkItem
 
setY(double) - Method in class uchicago.src.sim.gui.RectNetworkItem
 
setY(double) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Sets the y coordinate.
setY(double) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Sets the y coordinate.
setY(double) - Method in class uchicago.src.sim.gui.OvalNetworkItem
 
setY(double) - Method in interface uchicago.src.sim.gui.NetworkDrawable
Sets the Y coordinate for the NetworkDrawable.
setY(double) - Method in interface uchicago.src.sim.gui.DrawableNonGridNode
Sets the y coordinate for this node.
setY(double) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Sets the y coordinate for this node.
setY(double) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
setY(double) - Method in class uchicago.src.sim.gis.PointAdapter
 
setY(double) - Method in class uchicago.src.sim.gis.DefaultSpatialNode
 
setY(double) - Method in interface uchicago.src.sim.gis.SpatialNode
 
setY(int) - Method in class uchicago.src.sim.gui.TextDisplay
Sets the Y coordinate for displaying text.
setY(int) - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Implements the moveable interface, setting the y coordinate to some integer value.
setY(int) - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Implements the moveable interface, setting the y coordinate to some integer value.
setY(int) - Method in interface uchicago.src.sim.gui.Moveable
 
setY(int) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Implements the moveable interface, setting the y coordinate to some integer value.
setY(int) - Method in class uchicago.src.sim.enn.EnnAgent
 
setY(int) - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
setY(int) - Method in class uchicago.src.sim.heatBugs.HeatBug
 
setYAutoExpand(boolean) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Sets whether the plot's y-axis scale will expand to include new points or not.
setYAxisMax(double) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the y axis max value
setYAxisMin(double) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the y axis min value
setYAxisMinMax(double, double) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the y axis min and max values
setYAxisTitle(String) - Method in class uchicago.src.sim.analysis.SimGraph
Deprecated. Sets the y axis title
setYAxisTitle(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the y-axis title for the chart produced by this AbstractChartModel.
setYIncrement(double) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the amount to increase or decrease the y-axis scale when a y value is out of the range of the current scale.
setYLabel(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the label for the Y (vertical) axis.
setYLog(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Specify whether the Y axis is drawn with a logarithmic scale.
setYRange(double, double) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Sets the initial range of the y-axis.
setYRange(double, double) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Set the Y (vertical) range of the plot.
setYRange(double, double) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Sets the initial range of the y-axis.
setYRangeIncr(double) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the amount to increment the displayed y-axis range when autoscaling the the chart produced by this AbstractChartModel.
setYRangeIncr(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the amount to increment the displayed y-axis range when autoscaling the the chart produced by this AbstractChartModel.
setYRangeMax(double) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial maximum value for the y-axis of the chart produced by this AbstractChartModel.
setYRangeMax(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial maximum value for the y-axis of the chart produced by this AbstractChartModel.
setYRangeMin(double) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial minimum value for the y-axis of the chart produced by this AbstractChartModel.
setYRangeMin(String) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the initial minimum value for the y-axis of the chart produced by this AbstractChartModel.
setYScale(float) - Method in class uchicago.src.sim.gui.SimGraphics
 
setYValues(Vector, int) - Method in class uchicago.src.sim.analysis.ArrayData
Sets a Vector of y values as a series
setYValues(Vector, int) - Method in class uchicago.src.sim.analysis.OpenArrayData
Sets a Vector of y values as a series
setYViewPolicy(OpenSequenceGraph.PolicyConstant) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Sets the view policy for the y-axis.
setZ(double) - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
setZ(double) - Method in class uchicago.src.sim.gis.PointAdapter
 
setZ(double) - Method in class uchicago.src.sim.gis.DefaultSpatialNode
 
setZ(double) - Method in interface uchicago.src.sim.gis.SpatialNode
 
setZeroTransparent(boolean) - Method in class uchicago.src.sim.gui.Value2DHexaDisplay
Sets whether or not a zero value in space drawn by this grid is transparent or drawn according to the color map.
setZeroTransparent(boolean) - Method in class uchicago.src.sim.gui.Value2DDisplay
Sets whether or not a zero value in space drawn by this grid is transparent or drawn according to the color map.
shadowColor - Variable in class uchicago.src.guiUtils.ColorIcon
 
ShortArgInvoker - class uchicago.src.reflector.ShortArgInvoker.
 
ShortArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.ShortArgInvoker
 
ShortestNetworkPath - class uchicago.src.sim.network.ShortestNetworkPath.
 
ShortestNetworkPath(List, DefaultNode) - Constructor for class uchicago.src.sim.network.ShortestNetworkPath
 
show - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
SHOW_ALL - Static variable in class uchicago.src.sim.analysis.OpenSequenceGraph
 
SHOW_CHARTS - Static variable in class uchicago.src.sim.engine.AbstractGUIController
 
SHOW_FIRST - Static variable in class uchicago.src.sim.analysis.OpenSequenceGraph
 
SHOW_LAST - Static variable in class uchicago.src.sim.analysis.OpenSequenceGraph
 
showChartDialog(JFrame) - Method in class uchicago.src.sim.engine.AbstractGUIController
Displays a dialog for creating custom charts.
showError(Component, String, String) - Method in class uchicago.src.guiUtils.ErrorNotifier
 
showError(String, Exception) - Static method in class uchicago.src.sim.util.SimUtilities
Displays an error message on the screen and prints the message and the exception message and stack trace to a ./repast_error.log
showInternalFrameError(Component, String, String) - Method in class uchicago.src.guiUtils.ErrorNotifier
 
showLoadModelDialog(JFrame) - Method in class uchicago.src.sim.engine.AbstractGUIController
Displays the LoadModelDialog and loads the selected SimModel.
showMakeMovieDialog(JFrame) - Method in class uchicago.src.sim.engine.AbstractGUIController
Displays a dialog for creating movies of the simulation.
showMessage(String) - Static method in class uchicago.src.sim.util.SimUtilities
Displays a message in a dialog box.
showSettings() - Method in class uchicago.src.sim.engine.Controller
 
showSnapshotDialog(JFrame) - Method in class uchicago.src.sim.engine.AbstractGUIController
Displays the dialog for taking snapshot images.
showStats - Variable in class uchicago.src.sim.analysis.Histogram
 
showVersion() - Method in class uchicago.src.sim.engine.AbstractGUIController
Displays a message box showing the version number of repast.
showView() - Method in class uchicago.src.sim.gui.ViewEvent
Is this a show view event.
showWriteParamsDialog(JFrame) - Method in class uchicago.src.sim.engine.AbstractGUIController
Displays a dialog for writing the SimModel's parameters to a file.
shuffle - Variable in class uchicago.src.sim.engine.SimpleModel
 
shuffle - Variable in class uchicago.src.sim.enn.EnnBase
 
shuffle(double[], Uniform) - Static method in class uchicago.src.sim.util.SimUtilities
Shuffles the specified double[] using the specifid Uniform rng.
shuffle(List) - Static method in class uchicago.src.sim.util.SimUtilities
Shuffles the specified list using Random.uniform.
shuffle(List, Uniform) - Static method in class uchicago.src.sim.util.SimUtilities
Shuffles the specified list using the specifid Uniform rng.
shuffleAgents() - Method in class uchicago.src.sim.sugarScape.SugarModel
 
shutdown() - Method in class uchicago.src.sim.engine.Controller
 
shutdown() - Method in class uchicago.src.sim.engine.AbstractGUIController
Exits the simulation but does not exit the jvm.
SimAction - class uchicago.src.sim.engine.SimAction.
Deprecated. No longer used now that bytecode is generated directly.
SimAction(Object, Method) - Constructor for class uchicago.src.sim.engine.SimAction
Deprecated. Constructs a SimAction from the specified Object and Method.
SimData - class uchicago.src.sim.analysis.SimData.
Holds data in tabular format - a vector of vectors.
SimData(String, String, SimModel, boolean) - Constructor for class uchicago.src.sim.analysis.SimData
Constructs this object with the specified fileName, model, and mode.
SimEvent - class uchicago.src.sim.engine.SimEvent.
A semantic event that indicates that the simulation run has paused or stopped.
SimEvent(Object, int) - Constructor for class uchicago.src.sim.engine.SimEvent
Constructs a SimEvent with the specified source, and the specified id.
SimEventListener - interface uchicago.src.sim.engine.SimEventListener.
The listener interface for those objects that want to listen for SimEvents.
simEventPerformed(SimEvent) - Method in class uchicago.src.sim.gui.DisplaySurface
Repaints the display on a pause or a stop event.
simEventPerformed(SimEvent) - Method in class uchicago.src.sim.engine.ThinController
Listens for SimEvents and responds accordingly.
simEventPerformed(SimEvent) - Method in class uchicago.src.sim.engine.Controller
Invoked by a source on which this is a listener when a SimEvent is fired.
simEventPerformed(SimEvent) - Method in class uchicago.src.sim.engine.AbstractGUIController
Invoked by a source on which this is a listener when a SimEvent is fired.
simEventPerformed(SimEvent) - Method in class uchicago.src.sim.engine.BatchController
Called by a source on which this is a listener when a SimEvent is performed.
simEventPerformed(SimEvent) - Method in interface uchicago.src.sim.engine.SimEventListener
 
simEventPerformed(SimEvent) - Method in class uchicago.src.sim.analysis.DataRecorder
 
SimEventProducer - interface uchicago.src.sim.engine.SimEventProducer.
Interface for those classes that wish to produce SimEvents.
SimGraph - class uchicago.src.sim.analysis.SimGraph.
Deprecated.  
SimGraph(int) - Constructor for class uchicago.src.sim.analysis.SimGraph
Deprecated. Construct a graph of the specified type - type is defined in the JCChart class.
simGraphics - Variable in class uchicago.src.sim.gui.Painter
 
SimGraphics - class uchicago.src.sim.gui.SimGraphics.
A Wrapper around java.awt.Graphics2D.
SimGraphics() - Constructor for class uchicago.src.sim.gui.SimGraphics
 
SimInit - class uchicago.src.sim.engine.SimInit.
Creates and initializes a simulation.
SimInit() - Constructor for class uchicago.src.sim.engine.SimInit
 
SimListAction - class uchicago.src.sim.engine.SimListAction.
Deprecated. No longer needed due to direct bytecode generation of BasicActions.
SimListAction(ArrayList, Method) - Constructor for class uchicago.src.sim.engine.SimListAction
Deprecated. Constructs a SimListAction from the specified list and specified Method.
simModel - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
SimModel - interface uchicago.src.sim.engine.SimModel.
Interface for all RePast models.
SimModelImpl - class uchicago.src.sim.engine.SimModelImpl.
A partial implementation of the SimModel interface.
SimModelImpl() - Constructor for class uchicago.src.sim.engine.SimModelImpl
Constructs a SimModel and initializes the default random number generator in uchicago.src.sim.util.Random with the current timestamp (new java.util.Date()) as the seed.
simPanel - Variable in class uchicago.src.sim.engine.Controller
 
SimpleModel - class uchicago.src.sim.engine.SimpleModel.
Encapsulates some simple model behavoir and hides the scheduling mechansim.
SimpleModel() - Constructor for class uchicago.src.sim.engine.SimpleModel
 
simRun - Variable in class uchicago.src.sim.engine.BaseController
The runnable that encapsulates the schedule and allows for threaded execution of the schedule
SimUtilities - class uchicago.src.sim.util.SimUtilities.
Static Utility methods for RePast simulations.
size - Variable in class uchicago.src.sim.gui.Display2D
 
size - Variable in class uchicago.src.sim.gui.DisplaySurface
 
size() - Method in class uchicago.src.sim.space.OrderedCell
Gets the number of objects in this cell.
size() - Method in class uchicago.src.sim.space.BagCell
Returns the number of objects in this cell.
size() - Method in interface uchicago.src.sim.space.Cell
Returns the number of objects in this cell.
size() - Method in class uchicago.src.sim.engine.ActionQueue
 
size() - Method in class uchicago.src.sim.engine.ScheduleGroup
 
size() - Method in class uchicago.src.sim.network.NetworkPath
 
size() - Method in class uchicago.src.sim.util.ConservationCollection
 
size() - Method in class uchicago.src.collection.DoubleMatrix
 
size() - Method in class uchicago.src.collection.SparseObjectMatrix
 
size() - Method in class uchicago.src.collection.NewMatrix
 
size() - Method in interface uchicago.src.collection.BaseMatrix
 
Skill - class uchicago.src.sim.hypercycles.Skill.
A skill is a simple wrapper around an int and a HyperCell.
Skill(int, HyperCell) - Constructor for class uchicago.src.sim.hypercycles.Skill
 
sleepValue - Variable in class uchicago.src.sim.engine.BaseController
The amount to pause while simRun is running, allowing other processing to occur.
SliderListener - class uchicago.src.sim.event.SliderListener.
Abstract implementation of a ChangeListener.
SliderListener() - Constructor for class uchicago.src.sim.event.SliderListener
 
SMALL - Static variable in interface uchicago.src.sim.network.NetworkConstants
 
SnapshotDialog - class uchicago.src.sim.engine.gui.SnapshotDialog.
Dialog for taking snapshots.
SnapshotDialog(Vector) - Constructor for class uchicago.src.sim.engine.gui.SnapshotDialog
 
snapshotFile - Variable in class uchicago.src.sim.gui.DisplaySurface
Filename for snapshots taken of this display surface.
SnapshotScheduler - class uchicago.src.sim.engine.SnapshotScheduler.
 
SnapshotScheduler(String, MediaProducer, String) - Constructor for class uchicago.src.sim.engine.SnapshotScheduler
 
source - Variable in class uchicago.src.sim.analysis.HistogramItem
 
SOURCE - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 
sources - Variable in class uchicago.src.sim.analysis.DataRecorder
 
space - Variable in class uchicago.src.sim.space.AbstractNeighborhooder
 
space - Variable in class uchicago.src.sim.gui.VectorDisplay
 
space - Variable in class uchicago.src.sim.enn.EnnBase
 
Space - interface uchicago.src.sim.life.Space.
Interface for spaces in the Life model.
SparseObjectMatrix - class uchicago.src.collection.SparseObjectMatrix.
 
SparseObjectMatrix(int, int) - Constructor for class uchicago.src.collection.SparseObjectMatrix
 
SpatialNode - interface uchicago.src.sim.gis.SpatialNode.
This interface defines a Node that exists in real space.
splice(QuadEdge) - Method in class uchicago.src.sim.space.QuadEdge
 
splice(QuadEdge, QuadEdge) - Static method in class uchicago.src.sim.space.QuadEdge
This is the splice primitive defined in stolfi and guibas, pg 96
SQUARE - Static variable in class uchicago.src.sim.gui.Legend
 
SQUARE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
SquareIcon - class uchicago.src.sim.gui.SquareIcon.
 
SquareIcon(Color, boolean) - Constructor for class uchicago.src.sim.gui.SquareIcon
 
SquareIcon(int, int, Color, boolean) - Constructor for class uchicago.src.sim.gui.SquareIcon
 
SquareLatticeNet - class uchicago.src.sim.network.SquareLatticeNet.
Creates a square lattice network.
SquareLatticeNet() - Constructor for class uchicago.src.sim.network.SquareLatticeNet
 
SquareLatticeNet(Class, Class) - Constructor for class uchicago.src.sim.network.SquareLatticeNet
 
SquareLatticeNet(Class, Class, int, int) - Constructor for class uchicago.src.sim.network.SquareLatticeNet
 
SquareLatticeNet(Class, Class, int, int, boolean, int) - Constructor for class uchicago.src.sim.network.SquareLatticeNet
 
start - Variable in class uchicago.src.guiUtils.Token
 
START - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
START_EVENT - Static variable in class uchicago.src.sim.engine.SimEvent
 
start() - Method in class uchicago.src.sim.gui.BufferDataSource
 
start() - Method in class uchicago.src.sim.engine.BatchController
Starts an individual run of the simulation
startAt - Variable in class uchicago.src.sim.engine.SimpleModel
 
startSim() - Method in class uchicago.src.sim.engine.Controller
 
startSim() - Method in class uchicago.src.sim.engine.BaseController
Starts the simulation.
startSim() - Method in interface uchicago.src.sim.engine.IController
Starts a simulation run.
startZoom(int, int, int, int) - Method in class uchicago.src.sim.gui.Network2DDisplay
 
startZoom(int, int, int, int) - Method in interface uchicago.src.sim.gui.Zoomable
 
stateChanged(ChangeEvent) - Method in class uchicago.src.sim.event.SliderListener
 
stateChanged(ChangeEvent) - Method in class uchicago.src.guiUtils.ColorCellEditor
 
staticCreateDistribution(String, double[]) - Static method in class uchicago.src.sim.util.DistributionFactory
Statically creates an Abstract Distribution.
Statistics - class uchicago.src.sim.analysis.Statistics.
Statistics: base class for the statistics classes that form the model (MVC) for SimGraphs.
Statistics(SimModel) - Constructor for class uchicago.src.sim.analysis.Statistics
Construct a Statistics class with the specified model
Statistics(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.Statistics
Constructs a Statistic with the specified title, file name, and file format, and model.
StatisticUtilities - class uchicago.src.sim.analysis.StatisticUtilities.
Statistical utilities.
StatisticUtilities() - Constructor for class uchicago.src.sim.analysis.StatisticUtilities
 
step() - Method in interface uchicago.src.sim.engine.Stepable
Executes the agent's behavoir for the current time step.
step() - Method in class uchicago.src.sim.engine.SimpleModel
 
step() - Method in class uchicago.src.sim.life.LifeAgent
Check if the number of neighbors is > 3 or < 2 and die if so.
step() - Method in class uchicago.src.sim.life.LifeModel
 
step() - Method in class uchicago.src.sim.analysis.SequenceStatistic
Calculates the next item in the sequence and tells the chart to update itself.
step() - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Records and plots the new sequence data on the graph
step() - Method in class uchicago.src.sim.analysis.Histogram
Histograms the data from the histogram items and updates the displayed graph.
step() - Method in class uchicago.src.sim.analysis.HistogramStatistic
Collects new statistics and updates the graph.
step() - Method in class uchicago.src.sim.analysis.OpenHistogram
Records any new data and updates the displayed graph.
step() - Method in class uchicago.src.sim.analysis.Statistics
Calculates the next item in the sequence and tells the chart to update itself.
step() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Records and updates the graph display.
step() - Method in class uchicago.src.sim.Schelling.SchellingAgent
Step method should be executed every tick in schedule.
step() - Method in class uchicago.src.sim.sugarScape.SugarAgent
 
step() - Method in class uchicago.src.sim.hexaBugs.HexaBugsModel
 
step() - Method in class uchicago.src.sim.hexaBugs.HexaBug
 
step() - Method in class uchicago.src.sim.heatBugs.HeatBug
 
step() - Method in class uchicago.src.sim.heatBugs.HeatBugsModel
 
step() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
step() - Method in class uchicago.src.sim.gisModel.GisBug
 
step() - Method in class uchicago.src.sim.gisModel.GisBugsModel
 
step(ArrayList) - Method in class uchicago.src.sim.life.LifeSpace
Iterates through each cell, if the cell is empty and has 3 neighbors then new agent there.
step(ArrayList) - Method in interface uchicago.src.sim.life.Space
 
step(ArrayList) - Method in class uchicago.src.sim.life.InfiniteLifeSpace
Checks if any empty space is surrounded by 3 and only 3 LifeAgents, and if so then creates new LifeAgent there.
step(double[]) - Method in class uchicago.src.sim.analysis.Histogram
Histograms the specified double array and updates the graph.
step(DoubleArrayList) - Method in class uchicago.src.sim.analysis.Histogram
Histograms the specified DoubleArrayList and updates the graph.
Stepable - interface uchicago.src.sim.engine.Stepable.
Agents that are "autostepped" in SimpleModel must implement this interface.
stepSim() - Method in class uchicago.src.sim.engine.Controller
 
stepSim() - Method in class uchicago.src.sim.engine.AbstractGUIController
Steps the simulation through one iteration of execution.
STOP_EVENT - Static variable in class uchicago.src.sim.engine.SimEvent
 
stop() - Method in class uchicago.src.sim.gui.BufferDataSource
 
stop() - Method in class uchicago.src.sim.engine.SimModelImpl
Stops the simulation.
stop() - Method in class uchicago.src.sim.enn.EnnBatchModel
 
stop() - Method in class uchicago.src.sim.heatBugs.HBNoGui
 
stopRun() - Method in class uchicago.src.sim.engine.BatchController
Stops an individual run of the simulation, increments the parameters appropriately, and if necessary starts another run.
stopSim() - Method in class uchicago.src.sim.engine.Controller
 
stopSim() - Method in class uchicago.src.sim.engine.BaseController
Stops the simulation.
stopSim() - Method in interface uchicago.src.sim.engine.IController
Stops a simulation run.
stopSimulation() - Method in class uchicago.src.sim.engine.AbstractGUIController
Stops the simulation.
Strategy - interface uchicago.src.sim.games.Strategy.
 
STRATEGY_UPGRADE - Static variable in class uchicago.src.sim.enn.EnnAgent
 
strength - Variable in class uchicago.src.sim.network.DefaultEdge
 
STRING - Static variable in class uchicago.src.sim.util.Disassembler
 
STRING - Static variable in class uchicago.src.guiUtils.Token
 
STRING_SET - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
STRING_SET_LIST - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
StringArgInvoker - class uchicago.src.reflector.StringArgInvoker.
 
StringArgInvoker(Object, Method, String) - Constructor for class uchicago.src.reflector.StringArgInvoker
 
stringPropertyChanged(PropertyEvent) - Method in class uchicago.src.sim.engine.PropertyListenerAdapter
Invoked when a String property has been changed.
stringPropertyChanged(PropertyEvent) - Method in interface uchicago.src.sim.engine.PropertyListener
Invoked when a String property has been changed.
stroke - Variable in class uchicago.src.sim.gui.DrawableItem
 
studentT - Static variable in class uchicago.src.sim.util.Random
 
subList(int, int) - Method in class uchicago.src.sim.util.ConservationCollection
 
subParams - Variable in class uchicago.src.sim.engine.Parameter
 
subRuns - Variable in class uchicago.src.sim.engine.Parameter
 
SubSchedule - class uchicago.src.sim.engine.SubSchedule.
Deprecated.  
SubSchedule(double, long) - Constructor for class uchicago.src.sim.engine.SubSchedule
Deprecated. Constructs a SubSchedule with the specifed interval, and with the specified number of times to execute its scheduled actions per tick of the parent Schedule
SubSchedule(long) - Constructor for class uchicago.src.sim.engine.SubSchedule
Deprecated. Constructs a SubSchedule with a default interval of 1, and with the specified number of times to execute its scheduled actions per tick of the parent Schedule
SugarAgent - class uchicago.src.sim.sugarScape.SugarAgent.
The agent for the sugar scape simulation.
SugarAgent(SugarSpace, SugarModel) - Constructor for class uchicago.src.sim.sugarScape.SugarAgent
 
SugarModel - class uchicago.src.sim.sugarScape.SugarModel.
An partial implementation of the Sugar Scape simulation from _Growing Artificial Societies_ by Epstein, Joshua M and Axtell, Robert.
SugarModel() - Constructor for class uchicago.src.sim.sugarScape.SugarModel
 
SugarSpace - class uchicago.src.sim.sugarScape.SugarSpace.
The space in which the SugarAgents act.
SugarSpace(String) - Constructor for class uchicago.src.sim.sugarScape.SugarSpace
 
suite() - Static method in class uchicago.src.collection.NewMatrixTest
 
sum - Variable in class uchicago.src.sim.network.AbstractProbabilityRule
 
surface - Variable in class uchicago.src.sim.gui.Painter
 
swap(QuadEdge) - Static method in class uchicago.src.sim.space.QuadEdge
 

T

tabPane - Variable in class uchicago.src.sim.engine.Controller
 
takeSnapshot() - Method in class uchicago.src.sim.gui.DisplaySurface
Takes a snapshot of the current displayed image and writes it to the file specified by setSnapshotFileName(String fileName).
takeSnapshot() - Method in interface uchicago.src.sim.gui.MediaProducer
 
takeSnapshot() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
 
takeSnapshot(DataOutputStream) - Method in class uchicago.src.sim.gui.LocalPainter
Takes a snapshot of the current screen image and writes it to the specified output stream
takeSnapshot(DataOutputStream) - Method in class uchicago.src.sim.gui.Painter
Takes a snapshot of the current screen image.
takeSugarAt(int, int) - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
TARGET - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 
tbFrame - Variable in class uchicago.src.sim.engine.Controller
 
Test - class uchicago.src.sim.engine.Test.
 
Test() - Constructor for class uchicago.src.sim.engine.Test
 
testGetAndSet() - Method in class uchicago.src.collection.NewMatrixTest
 
testSize() - Method in class uchicago.src.collection.NewMatrixTest
 
text - Variable in class uchicago.src.guiUtils.Token
 
TEXT - Static variable in class uchicago.src.guiUtils.Token
 
TextDisplay - class uchicago.src.sim.gui.TextDisplay.
A Display class that can be used to display lines of text on a DisplaySurface.
TextDisplay(int, int, Color) - Constructor for class uchicago.src.sim.gui.TextDisplay
Constructs a TextDisplay to display text at the specified coordinates in the specified color.
TextDisplay(int, int, int, int, Color) - Constructor for class uchicago.src.sim.gui.TextDisplay
Constructs a TextDisplay to display text at the specified coordinates in the specified color.
ThinController - class uchicago.src.sim.engine.ThinController.
 
ThinController(boolean) - Constructor for class uchicago.src.sim.engine.ThinController
Creates a ThinController, specifying whether this is a graphical controller or not.
ThreadedAction - class uchicago.src.sim.engine.ThreadedAction.
A wrapper that executes BasicActions within a Thread.
ThreadedAction(BasicAction, double) - Constructor for class uchicago.src.sim.engine.ThreadedAction
 
tickCount - Variable in class uchicago.src.sim.engine.Controller
 
ticks - Variable in class uchicago.src.sim.engine.ScheduleBase
 
time - Variable in class uchicago.src.sim.engine.BaseController
the tick count
TitForTat - class uchicago.src.sim.games.TitForTat.
 
title - Variable in class uchicago.src.sim.analysis.Statistics
 
title - Variable in class uchicago.src.sim.analysis.OpenStats
 
title - Variable in class uchicago.src.sim.analysis.PlotModel
 
title - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
title - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
tmpList - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
to - Variable in class uchicago.src.sim.network.DefaultEdge
 
toArray() - Method in class uchicago.src.sim.util.ConservationCollection
 
toArray(Object[]) - Method in class uchicago.src.sim.util.ConservationCollection
 
TOGGLE_LINKS - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_NODES - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_UPDATE_LAYOUT - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_VIEW - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_WRAP - Static variable in interface uchicago.src.sim.gui.Displayable
 
Token - class uchicago.src.guiUtils.Token.
 
Token(int, String, int, int, int) - Constructor for class uchicago.src.guiUtils.Token
 
Tokenizer - interface uchicago.src.guiUtils.Tokenizer.
 
toolBar - Variable in class uchicago.src.sim.engine.Controller
 
toolkit - Variable in class uchicago.src.sim.gui.Painter
 
top - Variable in class uchicago.src.guiUtils.Wizard
 
topGroup - Variable in class uchicago.src.sim.engine.ScheduleBase
 
torus - Variable in class uchicago.src.sim.space.AbstractNeighborhooder
 
Torus - interface uchicago.src.sim.space.Torus.
Identity interface that indentifies all implementors as tori.
toss(BasicAction) - Method in class uchicago.src.sim.engine.ActionQueue
 
toString() - Method in class uchicago.src.sim.space.ObjectLocation
 
toString() - Method in class uchicago.src.sim.gui.ProducerNamePair
 
toString() - Method in class uchicago.src.sim.engine.ModelTreeNode
 
toString() - Method in class uchicago.src.sim.engine.ActionQueue
 
toString() - Method in class uchicago.src.sim.hypercycles.HyperCycle
 
toString() - Method in class uchicago.src.sim.hypercycles.HyperCell
 
toString() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Returns a String representation of this AdjacencyMatrix (comment etc.) together with the actual data matrix.
toString() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Returns a String representation of this AdjacencyMatrix (comment etc.) together with the actual data matrix.
toString() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Returns a String representation of this AdjacencyMatrix (comment etc.) together with the actual data matrix.
toString() - Method in class uchicago.src.sim.analysis.Histogram
Returns a String representation of the histogram.
toString() - Method in class uchicago.src.sim.Schelling.SchellingPolygon
 
toString() - Method in class uchicago.src.sim.games.TitForTat
 
toString() - Method in class uchicago.src.sim.games.AlwaysDefect
 
toString() - Method in class uchicago.src.sim.games.AlwaysCooperate
 
toString() - Method in class uchicago.src.sim.games.AntiTitForTat
 
toString() - Method in class uchicago.src.sim.gis.LayerType
 
toString() - Method in class uchicago.src.guiUtils.Token
 
toString() - Method in class uchicago.src.reflector.ComboPair
 
toString() - Method in class uchicago.src.collection.ByteMatrix2D
 
toString() - Method in class uchicago.src.collection.BitMatrix2D
 
touches(RepastGisFeature) - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
touches(RepastGisFeature) - Method in class uchicago.src.sim.gis.PointAdapter
Defined in the openGis SimpleFeatureSpecification.
touches(RepastGisFeature) - Method in class uchicago.src.sim.gis.LineStringAdapter
Defined in the openGis SimpleFeatureSpecification.
touches(RepastGisFeature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Defined in the openGis SimpleFeatureSpecification.
toXML() - Method in class uchicago.src.sim.analysis.SequenceSource
 
toXML() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns an XML representation of this GuiChartDataSource.
toXML() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns an XML representation of this SequenceChartModel.
toXML() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
TRIANGLE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
trigger() - Method in class uchicago.src.sim.mousetrap.MouseTrap
Triggers this MouseTrap.
trim() - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Releases any superfluous memory.
trim() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Releases any superfluous memory.
trim() - Method in class uchicago.src.collection.DoubleMatrix
 
trim() - Method in class uchicago.src.collection.SparseObjectMatrix
 
trim() - Method in class uchicago.src.collection.NewMatrix
Releases any superfulous memory.
trim() - Method in interface uchicago.src.collection.BaseMatrix
 
trimToSize() - Method in class uchicago.src.collection.SparseObjectMatrix
 
type - Variable in class uchicago.src.sim.network.DefaultEdge
 
type - Variable in class uchicago.src.sim.gis.GisLayer
 
type - Variable in class uchicago.src.guiUtils.Token
 

U

uchicago.src.codegen - package uchicago.src.codegen
 
uchicago.src.collection - package uchicago.src.collection
 
uchicago.src.debug - package uchicago.src.debug
 
uchicago.src.guiUtils - package uchicago.src.guiUtils
 
uchicago.src.reflector - package uchicago.src.reflector
 
uchicago.src.sim.analysis - package uchicago.src.sim.analysis
 
uchicago.src.sim.analysis.plot - package uchicago.src.sim.analysis.plot
 
uchicago.src.sim.engine - package uchicago.src.sim.engine
 
uchicago.src.sim.engine.gui - package uchicago.src.sim.engine.gui
 
uchicago.src.sim.enn - package uchicago.src.sim.enn
 
uchicago.src.sim.event - package uchicago.src.sim.event
 
uchicago.src.sim.games - package uchicago.src.sim.games
 
uchicago.src.sim.gis - package uchicago.src.sim.gis
 
uchicago.src.sim.gisModel - package uchicago.src.sim.gisModel
 
uchicago.src.sim.gui - package uchicago.src.sim.gui
 
uchicago.src.sim.heatBugs - package uchicago.src.sim.heatBugs
 
uchicago.src.sim.hexaBugs - package uchicago.src.sim.hexaBugs
 
uchicago.src.sim.hypercycles - package uchicago.src.sim.hypercycles
 
uchicago.src.sim.jiggle - package uchicago.src.sim.jiggle
 
uchicago.src.sim.jinGirNew - package uchicago.src.sim.jinGirNew
 
uchicago.src.sim.life - package uchicago.src.sim.life
 
uchicago.src.sim.mousetrap - package uchicago.src.sim.mousetrap
 
uchicago.src.sim.network - package uchicago.src.sim.network
 
uchicago.src.sim.Schelling - package uchicago.src.sim.Schelling
 
uchicago.src.sim.space - package uchicago.src.sim.space
 
uchicago.src.sim.stats - package uchicago.src.sim.stats
 
uchicago.src.sim.sugarScape - package uchicago.src.sim.sugarScape
 
uchicago.src.sim.util - package uchicago.src.sim.util
 
unactivateCells() - Method in class uchicago.src.sim.hypercycles.HyperGame
 
unhappyPlay - Variable in class uchicago.src.sim.enn.EnnBase
 
uniform - Static variable in class uchicago.src.sim.util.Random
 
UniformReinforcement - class uchicago.src.sim.network.UniformReinforcement.
A ProbabiltyRule that implements uniform reinforcement.
UniformReinforcement(List, float) - Constructor for class uchicago.src.sim.network.UniformReinforcement
Create this UniformReinforcement using the specified list of objects and the specified startWeight.
UniformReinforcement(List, float, float) - Constructor for class uchicago.src.sim.network.UniformReinforcement
Create this UniformReinforcement using the specified list of nodes and the specified startWeight, and the specified amtToUpdate.
UniformReinforcement(List, float, Object) - Constructor for class uchicago.src.sim.network.UniformReinforcement
Create this UniformReinforcement using the specified list of objects and the specified startWeight, excluding the specified object.
UniformReinforcement(List, float, Object, float) - Constructor for class uchicago.src.sim.network.UniformReinforcement
Create this UniformReinforcement using the specified list of nodes, excluding the specified object, the specified startWeight, and the specified amtToUpdate.
update - Variable in class uchicago.src.sim.gui.AbstractGraphLayout
 
UPDATE_PROBES - Static variable in class uchicago.src.sim.engine.AbstractGUIController
 
update() - Method in class uchicago.src.sim.space.Diffuse2D
Copies the writeLattice to the readLattice
update(Graphics) - Method in class uchicago.src.sim.gui.DisplaySurface
 
update(Graphics) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Override update so that it doesn't clear the plot.
update(Object) - Method in class uchicago.src.sim.network.Linker
Updates the probability of the specified object in the probability map.
update(Object) - Method in class uchicago.src.sim.network.UniformReinforcement
Adds the amount to update (either 1 or specified in the constructor) to the weight of the specified object.
update(Object) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
 
update(Object) - Method in interface uchicago.src.sim.network.ProbabilityRule
Performs an update using the specified object.
update(Object, float) - Method in class uchicago.src.sim.network.Linker
Updates the probability of the specified object in the probability map with the specified amount.
update(Object, float) - Method in class uchicago.src.sim.network.UniformReinforcement
 
update(Object, float) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
 
update(Object, float) - Method in interface uchicago.src.sim.network.ProbabilityRule
Performs an update using the specified object and specified amount.
updateDisplay() - Method in class uchicago.src.sim.gui.LayoutWithDisplay
 
updateDisplay() - Method in class uchicago.src.sim.gui.DisplaySurface
Updates the display.
updateDisplayDirect() - Method in class uchicago.src.sim.gui.DisplaySurface
Updates the display.
updateGraph() - Method in class uchicago.src.sim.analysis.Histogram
Updates the graph.
updateGraph() - Method in class uchicago.src.sim.analysis.HistogramStatistic
 
updateGraph() - Method in class uchicago.src.sim.analysis.OpenHistogram
Updates the graph.
updateGraph() - Method in class uchicago.src.sim.analysis.Statistics
Updates the graph
updateGraph() - Method in class uchicago.src.sim.analysis.Plot
Updates the graph by redrawing the points.
updateGraph() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Updates the display to reflect any new data as captured by record.
updateGraph() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
 
updateLayout() - Method in class uchicago.src.sim.gui.KamadaGraphLayout
Positions the nodes on the layout according to the results of numerous iterations of the Kamada-Kawai spring-embedding algorithm.
updateLayout() - Method in class uchicago.src.sim.gui.CircularGraphLayout
 
updateLayout() - Method in class uchicago.src.sim.gui.RandomGraphLayout
 
updateLayout() - Method in class uchicago.src.sim.gui.FruchGraphLayout
Positions nodes in layout according to a modified implementation of the Fruchterman-Reingold graph layout algorithm.
updateLayout() - Method in class uchicago.src.sim.gui.DefaultGraphLayout
Empty implementation does nothing.
updateLayout() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Updates the layout of this graph by setting the x, y coordinate of each DrawableNonGridNode in the current list of nodes.
updateLayout() - Method in interface uchicago.src.sim.gui.GraphLayout
Updates the layout of this graph by setting the x, y coordinate of each DrawableNonGridNode in the current list of nodes.
updateModel() - Method in class uchicago.src.sim.analysis.DataSourcePropPanel
 
updateModel() - Method in class uchicago.src.sim.analysis.DataSourcesPanel
 
updateModel() - Method in class uchicago.src.sim.analysis.PropertiesPanel
 
updateModel() - Method in interface uchicago.src.sim.analysis.ChartGuiPanel
 
updateModelProbePanel() - Static method in class uchicago.src.sim.util.ProbeUtilities
Updates the IntrospectPanel for the simulation model.
updateProbePanel(Object) - Static method in class uchicago.src.sim.util.ProbeUtilities
Updates the IntrospectPanel (the Probe window) for the specified object.
updateProbePanels() - Static method in class uchicago.src.sim.util.ProbeUtilities
The probe panels for any objects that are currently being probed.
updater - Variable in class uchicago.src.sim.engine.BasicAction
 
updateSugar() - Method in class uchicago.src.sim.sugarScape.SugarSpace
 
updateXTick(double, String, int) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Updates an x-axis tick label with a new one.
updateXTick(String, double, int) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
userButtons - Variable in class uchicago.src.sim.engine.Controller
 
UTF8 - Static variable in class uchicago.src.sim.util.Disassembler
 

V

val - Variable in class uchicago.src.sim.util.DoubleWrapper
 
value - Variable in class uchicago.src.sim.event.SliderListener
 
Value2DDisplay - class uchicago.src.sim.gui.Value2DDisplay.
Displays 2d arrays of values (Integers or ints).
Value2DDisplay(Discrete2DSpace, ColorMap) - Constructor for class uchicago.src.sim.gui.Value2DDisplay
Creates a Value2DDisplay to display the specified Discrete2DSpace using the specified ColorMap.
Value2DHexaDisplay - class uchicago.src.sim.gui.Value2DHexaDisplay.
Displays 2d arrays of values (Integers or ints).
Value2DHexaDisplay(Discrete2DSpace, ColorMap) - Constructor for class uchicago.src.sim.gui.Value2DHexaDisplay
Creates a Value2DDisplay to display the specified Discrete2DSpace using the specified ColorMap.
VectorDisplay - class uchicago.src.sim.gui.VectorDisplay.
Used to display VectorSpaces - non-discrete spaces.
VectorDisplay(List, int, int) - Constructor for class uchicago.src.sim.gui.VectorDisplay
Constructs a VectorDisplay to display the specified list of objects with the specified with and height.
VectorDisplay(VectorSpace, int, int) - Constructor for class uchicago.src.sim.gui.VectorDisplay
Constructs a VectorDisplay to display the specified space with the specified with and height.
VectorSpace - class uchicago.src.sim.space.VectorSpace.
A VectorSpace is a list-like container containing the objects "inhabiting" that space.
VectorSpace() - Constructor for class uchicago.src.sim.space.VectorSpace
Creates a new VectorSpace.
VectorSpace(Collection) - Constructor for class uchicago.src.sim.space.VectorSpace
Creates a vector space using the specified Collection.
VERSION - Static variable in class uchicago.src.sim.engine.SimInit
 
view - Variable in class uchicago.src.sim.gui.Object2DDisplay
 
view - Variable in class uchicago.src.sim.gui.Display
 
view - Variable in class uchicago.src.sim.gui.VectorDisplay
 
view - Variable in class uchicago.src.sim.gui.HexaDisplay2D
 
view - Variable in class uchicago.src.sim.life.InfiniteSpaceDisplay
 
ViewEvent - class uchicago.src.sim.gui.ViewEvent.
A semantic event that indicates what kind of display event occured.
ViewEvent(Object, int, boolean) - Constructor for class uchicago.src.sim.gui.ViewEvent
Creates a new ViewEvent with the specified source, id, and whether this event indicates to show the view specified by the id.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.Network2DGridDisplay
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.Object2DDisplay
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.TextDisplay
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.Display
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.Value2DDisplay
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.VectorDisplay
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.GisDisplay
 
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.HexaDisplay2D
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.gui.Network2DDisplay
Invoked when a viewEvent for this display is fired by the DisplaySurface.
viewEventPerformed(ViewEvent) - Method in interface uchicago.src.sim.gui.Displayable
Invoked when a display event occurs, through the view menu of a display surface for example.
viewEventPerformed(ViewEvent) - Method in class uchicago.src.sim.life.InfiniteSpaceDisplay
 
viewLinks - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
viewNodes - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
VNMultiNeighborhooder - class uchicago.src.sim.space.VNMultiNeighborhooder.
 
VNMultiNeighborhooder(IMulti2DGrid) - Constructor for class uchicago.src.sim.space.VNMultiNeighborhooder
 
VNneigh - Variable in class uchicago.src.sim.space.Object2DGrid
 
VNNeighborhooder - class uchicago.src.sim.space.VNNeighborhooder.
 
VNNeighborhooder(Discrete2DSpace) - Constructor for class uchicago.src.sim.space.VNNeighborhooder
 
voidAction(BasicAction) - Method in class uchicago.src.sim.engine.ActionQueue
Find the specified Action in the queue and void it.
VON_NEUMANN - Static variable in interface uchicago.src.sim.space.Discrete2DSpace
 
VON_NEUMANN - Static variable in class uchicago.src.sim.hypercycles.HyperGame
 
vonMises - Static variable in class uchicago.src.sim.util.Random
 

W

waitForDone() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
weightMap - Variable in class uchicago.src.sim.network.AbstractProbabilityRule
 
weights - Variable in class uchicago.src.sim.network.AbstractProbabilityRule
 
white - Static variable in class uchicago.src.sim.gui.ColorMap
 
width - Variable in class uchicago.src.sim.gui.Display
 
width - Variable in class uchicago.src.sim.gui.DrawableItem
 
width - Variable in class uchicago.src.sim.gui.LegendIcon
 
width - Variable in class uchicago.src.sim.gui.Painter
 
width - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
width - Variable in class uchicago.src.sim.gui.AbstractGraphLayout
 
width - Variable in class uchicago.src.guiUtils.ColorIcon
 
willReadBlock() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
within(RepastGisFeature) - Method in class uchicago.src.sim.gis.PolygonAdapter
Returns true if the feature is a "multi" type.
within(RepastGisFeature) - Method in class uchicago.src.sim.gis.PointAdapter
Defined in the openGis SimpleFeatureSpecification.
within(RepastGisFeature) - Method in class uchicago.src.sim.gis.LineStringAdapter
Defined in the openGis SimpleFeatureSpecification.
within(RepastGisFeature) - Method in interface uchicago.src.sim.gis.RepastGisFeature
Defined in the openGis SimpleFeatureSpecification.
Wizard - class uchicago.src.guiUtils.Wizard.
A Wizard style dialog with back, next, finish, and cancel buttons.
Wizard() - Constructor for class uchicago.src.guiUtils.Wizard
 
Wizard(boolean) - Constructor for class uchicago.src.guiUtils.Wizard
 
WORD - Static variable in class uchicago.src.sim.engine.ParameterLexer
 
WORLD_X_SIZE - Static variable in class uchicago.src.sim.enn.EnnBase
 
WORLD_Y_SIZE - Static variable in class uchicago.src.sim.enn.EnnBase
 
wrapLinks(boolean) - Method in class uchicago.src.sim.gui.Network2DGridDisplay
Wraps the drawn links around the edges of the display, assuming the space to be drawn is a Torus, depending on the value of wrap parameter.
write() - Method in class uchicago.src.sim.network.NetworkRecorder
Writes the networks recorded by record(...) to the file specified in the constructor.
write() - Method in class uchicago.src.sim.analysis.DataRecorder
Writes the recorded data out to a file in tabular format.
write() - Method in class uchicago.src.sim.analysis.ObjectDataRecorder
Writes all the recorded data (ie Objects) to the file specified in the constructor.
write(OutputStream) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Write the current data and plot configuration to the specified stream in PlotML syntax.
write(OutputStream, String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Write the current data and plot configuration to the specified stream in PlotML syntax.
writeClass(String, String) - Method in class uchicago.src.codegen.RSClassLoader
 
writeEnd() - Method in class uchicago.src.sim.analysis.SimData
Writes ending data (current time) to the file
writeEnd() - Method in class uchicago.src.sim.analysis.DataRecorder
Writes any ending matter to the file.
writeHeader - Variable in class uchicago.src.sim.engine.BatchController
 
writeMatrix - Variable in class uchicago.src.sim.space.Diffuse2D
 
writeOldSyntax(OutputStream) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
writer - Variable in class uchicago.src.sim.analysis.ObjectDataRecorder
 
writeToFile() - Method in class uchicago.src.sim.analysis.ObjectData
Writes the data (and a file header) out to a file.
writeToFile() - Method in class uchicago.src.sim.analysis.SequenceStatistic
Writes the sequence out to a file
writeToFile() - Method in class uchicago.src.sim.analysis.SequenceGraph
Deprecated. Write the sequence data to a file.
writeToFile() - Method in class uchicago.src.sim.analysis.HistogramStatistic
Write the histogram data to a file.
writeToFile() - Method in class uchicago.src.sim.analysis.Statistics
Writes the data stored by this call to a file specified in the constructor.
writeToFile() - Method in class uchicago.src.sim.analysis.OpenHistogramStat
Write the histogram data to a file.
writeToFile() - Method in class uchicago.src.sim.analysis.OpenStats
Writes the data stored by this call to a file specified in the constructor.
writeToFile() - Method in class uchicago.src.sim.analysis.SimData
Writes the data (and a file header) out to a file.
writeToFile() - Method in class uchicago.src.sim.analysis.DataRecorder
Writes the recorded data out to a file in tabular format.
writeToFile() - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
Writes the sequence out to a file
writeToFile() - Method in class uchicago.src.sim.analysis.PlotModel
Writes the data stored by this call to a file specified in the constructor
writeToFile() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Writes this graph to a file.
writeToFile(Object) - Method in class uchicago.src.sim.analysis.ExcelFileWriter
Writes the specified object (an AjacencyMatrix) to the file.
writeToFile(Object) - Method in class uchicago.src.sim.analysis.DataFileWriter
Writes the specifed object out to a file.
writeToFile(Object) - Method in interface uchicago.src.sim.analysis.BlockFileWriter
Writes the specified object to the file.

X

x - Variable in class uchicago.src.sim.space.Diffuse2D
 
x - Variable in class uchicago.src.sim.space.ObjectLocation
The x coordinate of the object.
x - Variable in class uchicago.src.sim.gui.RoundRectNetworkItem
 
x - Variable in class uchicago.src.sim.gui.RectNetworkItem
 
x - Variable in class uchicago.src.sim.gui.RectNode
Deprecated.  
x - Variable in class uchicago.src.sim.gui.OvalNode
Deprecated.  
x - Variable in class uchicago.src.sim.gui.OvalNetworkItem
 
xAxisTitle - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
xIncr - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
xMax - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
xMin - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
XMLParameterReader - class uchicago.src.sim.engine.XMLParameterReader.
Reads and parses xml format parameter files.
XMLParameterReader(String) - Constructor for class uchicago.src.sim.engine.XMLParameterReader
 
xnorm(int) - Method in class uchicago.src.sim.space.Object2DTorus
Normalize the x value to the toroidal coordinates
xnorm(int) - Method in class uchicago.src.sim.space.Object2DHexagonalTorus
 
xnorm(int) - Method in class uchicago.src.sim.space.Diffuse2D
Normalize the x value to the toroidal coordinates
xnorm(int) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
Normalize the x value to the toroidal coordinates
xnorm(int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Normalize the x value to the toroidal coordinates
xRangeIncr - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
xRangeMax - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
xRangeMin - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
xSize - Variable in class uchicago.src.sim.space.Diffuse2D
 
xSize - Variable in class uchicago.src.sim.space.Object2DGrid
 
xSize - Variable in class uchicago.src.sim.space.AbsMulti2DGrid
 
xTickDrawn - Variable in class uchicago.src.sim.analysis.Histogram
 
xTrans - Static variable in class uchicago.src.sim.gui.HexaDisplay2D
 
xTrans1q - Static variable in class uchicago.src.sim.gui.HexaDisplay2D
 

Y

y - Variable in class uchicago.src.sim.space.Diffuse2D
 
y - Variable in class uchicago.src.sim.space.ObjectLocation
The y coordinate of the object.
y - Variable in class uchicago.src.sim.gui.RoundRectNetworkItem
 
y - Variable in class uchicago.src.sim.gui.RectNetworkItem
 
y - Variable in class uchicago.src.sim.gui.RectNode
Deprecated.  
y - Variable in class uchicago.src.sim.gui.OvalNode
Deprecated.  
y - Variable in class uchicago.src.sim.gui.OvalNetworkItem
 
yAxisTitle - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
yellow - Static variable in class uchicago.src.sim.gui.ColorMap
 
yIncr - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
yMax - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
yMin - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
ynorm(int) - Method in class uchicago.src.sim.space.Object2DTorus
Normalize the y value to the toroidal coordinates
ynorm(int) - Method in class uchicago.src.sim.space.Object2DHexagonalTorus
Normalize the y value to the toroidal coordinates
ynorm(int) - Method in class uchicago.src.sim.space.Diffuse2D
Normalize the y value to the toroidal coordinates
ynorm(int) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
Normalize the y value to the toroidal coordinates
ynorm(int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Normalize the y value to the toroidal coordinates
yRangeIncr - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
yRangeMax - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
yRangeMin - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
ySize - Variable in class uchicago.src.sim.space.Diffuse2D
 
ySize - Variable in class uchicago.src.sim.space.Object2DGrid
 
ySize - Variable in class uchicago.src.sim.space.AbsMulti2DGrid
 
yTrans - Static variable in class uchicago.src.sim.gui.HexaDisplay2D
 
yTransHalf - Static variable in class uchicago.src.sim.gui.HexaDisplay2D
 

Z

z - Variable in class uchicago.src.sim.space.ObjectLocation
The z (unused and always 0) coordinate of the object.
zeta - Static variable in class uchicago.src.sim.util.Random
 
zMult(ByteMatrix2D) - Method in class uchicago.src.collection.ByteMatrix2D
Multiply this matrix by the specified matrix and return the result in a new matrix.
zoom(double, double, double, double) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Zoom in or out to the specified rectangle.
zoom(int, int) - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Zoom listener interface.
zoom(int, int) - Method in interface uchicago.src.sim.analysis.plot.ZoomListener
 
Zoomable - interface uchicago.src.sim.gui.Zoomable.
 
zoomables - Variable in class uchicago.src.sim.gui.DisplaySurface
 
ZoomListener - interface uchicago.src.sim.analysis.plot.ZoomListener.
 
zoomRect - Variable in class uchicago.src.sim.gui.DisplaySurface
 
zoomSet - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
zSum() - Method in class uchicago.src.collection.ByteMatrix2D
Returns the sum of all the cells.
zSum() - Method in class uchicago.src.collection.BitMatrix2D
Returns the sum of all the cells.

_

_background - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_bottomPadding - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_checkDatasetIndex(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Check the argument to ensure that it is a valid data set index.
_colors - Static variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_currentdataset - Variable in class uchicago.src.sim.analysis.plot.RepastPlot
 
_documentBase - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_drawBar(Graphics, int, long, long, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Draw bar from the specified point to the y axis.
_drawErrorBar(Graphics, int, long, long, long, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Draw an error bar for the specified yLowEB and yHighEB values.
_drawImpulse(Graphics, long, long, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Draw a line from the specified point to the y axis.
_drawLine(Graphics, int, long, long, long, long, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Draw a line from the specified starting point to the specified ending point.
_drawPlot(Graphics, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Draw the axes and then plot all points.
_drawPlot(Graphics, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Draw the axes using the current range, label, and title information.
_drawPoint(Graphics, int, long, long, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Put a mark corresponding to the specified dataset at the specified x and y position.
_drawPoint(Graphics, int, long, long, boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Put a mark corresponding to the specified dataset at the specified x and y position.
_foreground - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_grid - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_height - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_help() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Display basic information in its own window.
_leftPadding - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_LOG10SCALE - Static variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_lrx - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_lry - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_marks - Variable in class uchicago.src.sim.analysis.plot.RepastPlot
 
_MAX_MARKS - Static variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_PADDING - Static variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_painted - Variable in class uchicago.src.sim.analysis.plot.RepastPlot
 
_parseLine(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Parse a line that gives plotting information.
_parseLine(String) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Parse a line that gives plotting information.
_points - Variable in class uchicago.src.sim.analysis.plot.RepastPlot
 
_rangesGivenByZooming - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_rightPadding - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_setButtonsVisibility(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
_topPadding - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_ulx - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_uly - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_usecolor - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_width - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_wrap - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_write(PrintWriter) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Write plot information to the specified output stream in PlotML, an XML extension.
_write(PrintWriter) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Write plot information to the specified output stream in PlotML.
_writeOldSyntax(PrintWriter) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Deprecated.  
_writeOldSyntax(PrintWriter) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
_xBottom - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xhighgiven - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xlog - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xlowgiven - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xMax - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xMin - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xRangeGiven - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xscale - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_xTop - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yBottom - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yhighgiven - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_ylog - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_ylowgiven - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yMax - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yMin - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yRangeGiven - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yscale - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
_yTop - Variable in class uchicago.src.sim.analysis.plot.RepastPlotBox
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
RePast
v. 2.0

Bug reports and feature requests to RePast