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 _

O

obj - Variable in class uchicago.src.sim.space.ObjectLocation
The object at this ObjectLocation.
Object2DDisplay - Class in uchicago.src.sim.gui
Displays Discrete2DSpaces and the objects contained within them.
Object2DDisplay(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Object2DDisplay
Creates an Object2DDisplay for displaying the specified Discrete2DSpace.
Object2DGrid - Class in uchicago.src.sim.space
A discrete 2 dimensional grid of objects, accessed by x and y coordinates.
Object2DGrid(int, int) - Constructor for class uchicago.src.sim.space.Object2DGrid
Constructs a grid with the specified size.
Object2DGrid(InputStream, int) - Constructor for class uchicago.src.sim.space.Object2DGrid
Constructs a grid from an InputStream.
Object2DGrid(String, int) - Constructor for class uchicago.src.sim.space.Object2DGrid
Constructs a grid from a file.
Object2DHexaDisplay - Class in uchicago.src.sim.gui
Title: 2D Hexagonal Spaces Description: 2D Hexagonal space library Copyright: Copyright (c) 2001 Company: Harvard University Displays a hexagonal layout of Discrete2DSpaces and the objects contained within them.
Object2DHexaDisplay(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Object2DHexaDisplay
Creates an Object2DHexaDisplay for displaying the specified Discrete2DSpace.
Object2DHexagonalGrid - Class in uchicago.src.sim.space
A discrete hexagonal grid of objects accessed by x and y coordinates.
Object2DHexagonalGrid(int, int) - Constructor for class uchicago.src.sim.space.Object2DHexagonalGrid
Constructs a grid with the specified size.
Object2DHexagonalGrid(String, int) - Constructor for class uchicago.src.sim.space.Object2DHexagonalGrid
Constructs a grid from a file.
Object2DHexagonalTorus - Class in uchicago.src.sim.space
A discrete 2 dimensional hexagonal torus of objects, accessed by x and y coordinates.
Object2DHexagonalTorus(int, int) - Constructor for class uchicago.src.sim.space.Object2DHexagonalTorus
Creates a new torus of the specified size.
Object2DTorus - Class in uchicago.src.sim.space
A discrete 2 dimensional torus of objects, accessed by x and y coordinates.
Object2DTorus(int, int) - Constructor for class uchicago.src.sim.space.Object2DTorus
Creates a new torus of the specified size.
Object2DTorus(String, int) - Constructor for class uchicago.src.sim.space.Object2DTorus
Creates a new torus from the specified file.
Object2DTorus(InputStream, int) - Constructor for class uchicago.src.sim.space.Object2DTorus
Creates a new torus from the specified InputStream.
ObjectArgInvoker - Class in uchicago.src.reflector
 
ObjectArgInvoker(Object, Method, Object) - Constructor for class uchicago.src.reflector.ObjectArgInvoker
 
ObjectData - Class in uchicago.src.sim.analysis
Stores simulation data as objects.
ObjectData(String, String, String, boolean) - Constructor for class uchicago.src.sim.analysis.ObjectData
Creates an ObjectData with the specified fileName, model header, and whether this is a batch run or not.
ObjectDataRecorder - Class in uchicago.src.sim.analysis
Records Objects to files as Strings.
ObjectDataRecorder(String, SimModel) - Constructor for class uchicago.src.sim.analysis.ObjectDataRecorder
Creates a new ObjectDataRecorder.
ObjectDataRecorder(String, String) - Constructor for class uchicago.src.sim.analysis.ObjectDataRecorder
Creates a new ObjectDataRecorder.
ObjectDataRecorder.ObjectStringPair - Class in uchicago.src.sim.analysis
 
ObjectDataRecorder.ObjectStringPair(Object, String) - Constructor for class uchicago.src.sim.analysis.ObjectDataRecorder.ObjectStringPair
 
ObjectDataSource - Class in uchicago.src.sim.analysis
A data source that returns objects.
ObjectDataSource(String, Object, String) - Constructor for class uchicago.src.sim.analysis.ObjectDataSource
Constructs this ObjectDataSource using the specified object and method name.
ObjectDataSource(String, Object, Method) - Constructor for class uchicago.src.sim.analysis.ObjectDataSource
Constructs an ObjectDataSource using the specified name, Object and method.
ObjectLocation - Class in uchicago.src.sim.space
A data structure holding an object and the x and y coordinates of that object.
ObjectLocation(Object, int, int) - Constructor for class uchicago.src.sim.space.ObjectLocation
Creates an ObjectLocation from the specified object and coordinates.
ObjectPicker - Class in uchicago.src.sim.engine
 
ObjectPicker(List) - Constructor for class uchicago.src.sim.engine.ObjectPicker
 
objectProbed(ProbeEvent) - Method in interface uchicago.src.sim.util.ProbeListener
Invoked when an object is probed.
objectPropertyChanged(PropertyEvent) - Method in interface uchicago.src.sim.engine.PropertyListener
Invoked when an Object property has been changed.
objectPropertyChanged(PropertyEvent) - Method in class uchicago.src.sim.engine.PropertyListenerAdapter
Invoked when an Object property has been changed.
ObjectSequence - Class in uchicago.src.sim.analysis
A source for sequence data from a single object.
ObjectSequence(Object, String) - Constructor for class uchicago.src.sim.analysis.ObjectSequence
Construct this ObjectSequence using the specified object and specified method name.
objectUnprobed(ProbeEvent) - Method in interface uchicago.src.sim.util.ProbeListener
Invoked when an object is un or de-probed.
objList - Variable in class uchicago.src.sim.gui.Object2DHexaDisplay
 
objsToDraw - Variable in class uchicago.src.sim.gui.Object2DDisplay
 
OCTNUMBER - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
office - Variable in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
office - Variable in class uchicago.src.repastdemos.asynchAgents.Boss
 
Office - Class in uchicago.src.repastdemos.asynchAgents
The space the agents are contained in.
Office() - Constructor for class uchicago.src.repastdemos.asynchAgents.Office
 
Office(int, int) - Constructor for class uchicago.src.repastdemos.asynchAgents.Office
 
office - Variable in class uchicago.src.repastdemos.neural.Boss
 
office - Variable in class uchicago.src.repastdemos.neural.NeuralModel
 
Office - Class in uchicago.src.repastdemos.neural
The space that the employees work in.
Office() - Constructor for class uchicago.src.repastdemos.neural.Office
 
Office(int, int) - Constructor for class uchicago.src.repastdemos.neural.Office
 
office - Variable in class uchicago.src.repastdemos.regression.Boss
 
Office - Class in uchicago.src.repastdemos.regression
The space the agents are contained in.
Office() - Constructor for class uchicago.src.repastdemos.regression.Office
 
Office(int, int) - Constructor for class uchicago.src.repastdemos.regression.Office
 
office - Variable in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
officeHeight - Variable in class uchicago.src.repastdemos.neural.NeuralModel
 
officeSpace - Variable in class uchicago.src.repastdemos.asynchAgents.Boss
 
officeSpace - Variable in class uchicago.src.repastdemos.regression.Boss
 
officeWidth - Variable in class uchicago.src.repastdemos.neural.NeuralModel
 
OK - Static variable in class uchicago.src.repastdemos.neuralfromfile.AgentSelectorDialog
 
OKActionPerformed(ActionEvent) - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
 
okButton - Variable in class uchicago.src.repastdemos.neuralfromfile.AgentSelectorDialog
 
oldHeight - Variable in class layout.TableLayout
Previous known height of the container
oldStderr - Static variable in class uchicago.src.sim.gui.RepastConsole
 
oldStdout - Static variable in class uchicago.src.sim.gui.RepastConsole
 
oldWidth - Variable in class layout.TableLayout
Previous known width of the container
onButtonClick(String) - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
ONE_TIME_UPDATER - Static variable in class uchicago.src.sim.engine.BasicAction
 
onSurface(double, double) - Method in class uchicago.src.sim.space.RasterSpace
Determines if a set of coordinates is on the raster.
onTickCountUpdate() - Method in class uchicago.src.sim.engine.AbstractGUIController
Updates the tick clock whenever the tick count is incremented
onTickCountUpdate() - Method in class uchicago.src.sim.engine.BaseController
Called whenever the tick count is incremented.
onTickCountUpdate() - Method in class uchicago.src.sim.engine.BatchController
This fires a tick changed batch event every tick
onTickCountUpdate() - Method in class uchicago.src.sim.engine.Controller
Updates the tick clock whenever the tick count is incremented
onTickCountUpdate() - Method in class uchicago.src.sim.engine.ThinController
 
open(String, String, String) - Method in class uchicago.src.sim.engine.DistributedSimInit
 
OpenArrayData - Class in uchicago.src.sim.analysis
A collection class used by the Statistic classes to hold their data.
OpenArrayData() - Constructor for class uchicago.src.sim.analysis.OpenArrayData
Constructs this ArrayData object
OpenGraph - Class in uchicago.src.sim.analysis.plot
The base class for the Ptolemy based open source charting components: OpenSequenceGraph and OpenHistogram.
OpenGraph(String) - Constructor for class uchicago.src.sim.analysis.plot.OpenGraph
Creates an OpenGraph with the specified title and sets up some reasonable defaults.
OpenHistogram - Class in uchicago.src.sim.analysis
A dynamic bar chart.
OpenHistogram(String, int, long) - Constructor for class uchicago.src.sim.analysis.OpenHistogram
Constructs an OpenHistogram with the specified title, the specified number of bins, and the specified lowerBound.
OpenHistogram(String, int, long, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenHistogram
Constructs an OpenHistogram with the specified title, the specified number of bins, and the specified lowerBound.
OpenHistogramStat - Class in uchicago.src.sim.analysis
The Statistics class for histogram data.
OpenHistogramStat(int, long) - Constructor for class uchicago.src.sim.analysis.OpenHistogramStat
Constructs a HistogramStatistic with the specified number of bins and the specified lower bound.
OpenMapAgent - Interface in anl.repast.gis
 
OpenMapAgentsSampleModel - Class in uchicago.src.repastdemos.openmap
 
OpenMapAgentsSampleModel() - Constructor for class uchicago.src.repastdemos.openmap.OpenMapAgentsSampleModel
 
OpenMapData - Class in anl.repast.gis.data
 
OpenMapData() - Constructor for class anl.repast.gis.data.OpenMapData
 
OpenMapDisplay - Class in anl.repast.gis.display
 
OpenMapDisplay() - Constructor for class anl.repast.gis.display.OpenMapDisplay
Constructor for OpenMapDisplay, no title
OpenMapDisplay(String) - Constructor for class anl.repast.gis.display.OpenMapDisplay
Constructor for OpenMapDisplay, set title for OpenMap frame default background color
OpenMapDisplay(String, Color) - Constructor for class anl.repast.gis.display.OpenMapDisplay
Constructor for OpenMapDisplay, set title for OpenMap frame, set background color
OpenMapDisplay(String, Color, boolean) - Constructor for class anl.repast.gis.display.OpenMapDisplay
Constructor for OpenMapDisplay, set title for OpenMap frame, set background color, can also set true if you want to use the openmap.properties file.
OpenSeqStatistic - Class in uchicago.src.sim.analysis
The model for a SequenceGraph.
OpenSeqStatistic(SimModel) - Constructor for class uchicago.src.sim.analysis.OpenSeqStatistic
Construct this SequenceStatistic with the specified model
OpenSeqStatistic(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenSeqStatistic
Constructs a SequenceStatistic with the specified title, file name, and file format, model.
OpenSequenceGraph - Class in uchicago.src.sim.analysis
A graph that displays a connected series of points (a sequence).
OpenSequenceGraph(String, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenSequenceGraph
Creates an OpenSequenceGraph with the specified title for the specified model.
OpenSequenceGraph(String, SimModel, String, int) - Constructor for class uchicago.src.sim.analysis.OpenSequenceGraph
Creates an OpenSequenceGraph with the specified title, model, file name and file format.
OpenStats - Class in uchicago.src.sim.analysis
Statistics: base class for the statistics classes that form the model (MVC) for SimGraphs.
OpenStats(SimModel) - Constructor for class uchicago.src.sim.analysis.OpenStats
Construct a Statistics class with the specified model
OpenStats(String, int, String, SimModel) - Constructor for class uchicago.src.sim.analysis.OpenStats
Constructs a Statistic with the specified title, file name, and file format, and model.
orange - Static variable in class uchicago.src.sim.gui.ColorMap
 
OrderedCell - Class in uchicago.src.sim.space
A grid cell whose occupants are stored in order of insertion.
OrderedCell() - Constructor for class uchicago.src.sim.space.OrderedCell
 
orderedDisplayables - Variable in class uchicago.src.sim.gui.Painter
 
OrderedMulti2DGrid - Class in uchicago.src.sim.space
A grid object that can hold more than one object in its cells.
OrderedMulti2DGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DGrid
Creates this OrderedMulti2DGrid with the specified dimensions.
OrderedMulti2DHexagonalGrid - Class in uchicago.src.sim.space
A hexagonal grid object that can hold more than one object in its cells.
OrderedMulti2DHexagonalGrid(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DHexagonalGrid
Creates this OrderedMulti2DHexagonalGrid with the specified dimensions.
OrderedMulti2DHexagonalTorus - Class in uchicago.src.sim.space
A torus that can hold more than one object in its hexagonal cells.
OrderedMulti2DHexagonalTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DHexagonalTorus
Creates this OrderedMulti2DHexagonal Torus with the specified dimensions.
OrderedMulti2DTorus - Class in uchicago.src.sim.space
A torus that can hold more than one object in its cells.
OrderedMulti2DTorus(int, int, boolean) - Constructor for class uchicago.src.sim.space.OrderedMulti2DTorus
Creates this OrderedMulti2DTorus with the specified dimensions.
origHeight - Variable in class uchicago.src.sim.gui.Painter
 
origImage - Variable in class uchicago.src.sim.gui.LocalPainter
 
origWidth - Variable in class uchicago.src.sim.gui.Painter
 
out - Variable in class uchicago.src.sim.analysis.DataCallback
 
outEdges - Variable in class uchicago.src.sim.network.DefaultNode
A list of the edges out of this Node.
outMap - Variable in class uchicago.src.sim.network.DefaultNode
A Map of nodes whose edges are out of this Node.
OvalIcon - Class in uchicago.src.sim.gui
 
OvalIcon(Color, boolean) - Constructor for class uchicago.src.sim.gui.OvalIcon
 
OvalIcon(int, int, Color, boolean) - Constructor for class uchicago.src.sim.gui.OvalIcon
 
OvalItem - Class in uchicago.src.sim.gui
An oval shaped DrawableItem.
OvalItem() - Constructor for class uchicago.src.sim.gui.OvalItem
 
OvalNetworkItem - Class in uchicago.src.sim.gui
An oval shaped NetworkDrawable.
OvalNetworkItem(double, double) - Constructor for class uchicago.src.sim.gui.OvalNetworkItem
 
OvalNode - Class in uchicago.src.sim.gui
Deprecated. As of repast 2.0, OvalNodes and RectNodes will no longer work. To visualize nodes, use DefaultDrawableNode as the base class and set the appropriate NetworkDrawable. See the Network how to (repast/docs/how_to/network.html) for more information.
OvalNode(double, double) - Constructor for class uchicago.src.sim.gui.OvalNode
Deprecated. Constructs an OvalNode with the specified x and y coordinates.
overlapping() - Method in class layout.TableLayout
Determines whether or not there are any overlapping components.

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 _