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