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 _

C

calc() - Method in class uchicago.src.sim.engine.StatCalculator
 
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. density of "ego networks") in graph.
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).
calcDistFromOptimal(int, CoinStruct) - Method in class uchicago.src.repastdemos.genetic.Judge
 
calcPop(ArrayList) - Method in class uchicago.src.repastdemos.jain.JainNode
 
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 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.RectItem
Calculates the true size of this object including the border width.
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.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.AlwaysCooperate
 
calculateMove(GameChoice) - Method in class uchicago.src.sim.games.AlwaysDefect
 
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.
calculateMove(GameChoice) - Method in class uchicago.src.sim.games.TitForTat
Returns the opponent's last move.
calculateSize(Container) - Method in class layout.TableLayout
Calculates the sizes of the rows and columns based on the absolute and relative sizes specified in rowSpec and columnSpec and the size of the container.
call(String) - Method in class uchicago.src.sim.engine.DefaultGroup
 
call(String) - Method in interface uchicago.src.sim.engine.Group
 
CallBackSchedule - Class in uchicago.src.sim.engine
The CallBackSchedule class.
CallBackSchedule() - Constructor for class uchicago.src.sim.engine.CallBackSchedule
 
CallBackSchedule(double) - Constructor for class uchicago.src.sim.engine.CallBackSchedule
 
cancel - Variable in class uchicago.src.guiUtils.Wizard
 
CancelActionPerformed(ActionEvent) - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
 
cancelButton - Variable in class uchicago.src.repastdemos.neuralfromfile.AgentSelectorDialog
 
cancelCellEditing() - Method in class uchicago.src.sim.engine.gui.components.RadioBarPanel
 
CANCELED - Static variable in class uchicago.src.repastdemos.neuralfromfile.AgentSelectorDialog
 
capitalize(String) - Method in class uchicago.src.sim.parameter.AbstractParameterSetter
Captializes the specified String.
capitalize(String) - Static method in class uchicago.src.sim.util.SimUtilities
Captializes the specified String.
Cell - Interface in uchicago.src.sim.space
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
 
CENTER - Static variable in interface layout.TableLayoutConstants
Indicates that the component is centered in its cell
centerComponentOnScreen(Component) - Static method in class uchicago.src.guiUtils.GuiUtilities
 
centerMap(LatLonPoint) - Method in class anl.repast.gis.display.OpenMapDisplay
center the map over a given LatLonPoint
CEquation - Class in uchicago.src.sim.math
A user specifiable evaluatable equation.
CEquation(Object, TickCounter, String, String) - Constructor for class uchicago.src.sim.math.CEquation
Creates a CEquation from the specified parameters.
CEquation(Object, TickCounter, String, String, double) - Constructor for class uchicago.src.sim.math.CEquation
Creates a CEquation from the specified parameters.
CEquationFactory - Class in uchicago.src.sim.math
Factory for creating CEquations and automatically scheduling their evaluate and assignment at some specified interval.
CEquationFactory(Schedule) - Constructor for class uchicago.src.sim.math.CEquationFactory
Creates a CEquationFactory.
CEquationPropertyWidget - Class in uchicago.src.sim.math
 
CEquationPropertyWidget(int) - Constructor for class uchicago.src.sim.math.CEquationPropertyWidget
 
CEquationWidgetInfo - Class in uchicago.src.sim.math
Provides a widget for editing a CEquation through a probed panel.
CEquationWidgetInfo() - Constructor for class uchicago.src.sim.math.CEquationWidgetInfo
 
CHANGE_FIRST - Static variable in class uchicago.src.repastdemos.enn.EnnAgent
 
CHANGED_OUTPUT_LOCATION - Static variable in class uchicago.src.sim.engine.gui.components.GUIControllerAbstract
 
changeEvent - Variable in class uchicago.src.sim.engine.gui.components.RadioBarPanel
 
channel - Variable in class uchicago.src.sim.analysis.DataCallback
 
channelNum - Static variable in class uchicago.src.sim.analysis.DataCallback
 
ChartArchiver - Class in uchicago.src.sim.analysis
Saves and loads custom charts via their XML descriptions.
ChartArchiver() - Constructor for class uchicago.src.sim.analysis.ChartArchiver
 
ChartGuiPanel - Interface in uchicago.src.sim.analysis
 
chartModels - Variable in class uchicago.src.sim.engine.AbstractGUIController
 
ChartSourceFactory - Class in uchicago.src.sim.analysis
Factory for creating data sources for gui created charts.
check() - Method in class uchicago.src.reflector.BooleanArgInvoker
 
check() - Method in class uchicago.src.reflector.ByteArgInvoker
 
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
 
check() - Method in class uchicago.src.reflector.LongArgInvoker
 
check() - Method in class uchicago.src.reflector.ObjectArgInvoker
 
check() - Method in class uchicago.src.reflector.ShortArgInvoker
 
CheckBoxListener - Class in uchicago.src.sim.event
Abstract implementation of a actionListener customized for a JCheckBox.
CheckBoxListener() - Constructor for class uchicago.src.sim.event.CheckBoxListener
 
checkForHyperCycle() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
childConsts - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 
childParams - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 
children - Variable in class uchicago.src.sim.parameter.rpl.SimpleNode
 
chiSquare - Static variable in class uchicago.src.sim.util.Random
 
cicleTerminated(NeuralNetEvent) - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
 
CIRCLE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
CIRCLE - Static variable in class uchicago.src.sim.gui.Legend
 
CircleAgent - Class in uchicago.src.repastdemos.openmap
 
CircleAgent() - Constructor for class uchicago.src.repastdemos.openmap.CircleAgent
 
CircleAgent(float, float, float) - Constructor for class uchicago.src.repastdemos.openmap.CircleAgent
 
CircleIcon - Class in uchicago.src.sim.gui
 
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 in uchicago.src.sim.gui
 
CircularGraphLayout(int, int) - Constructor for class uchicago.src.sim.gui.CircularGraphLayout
 
CircularGraphLayout(List, int, int) - Constructor for class uchicago.src.sim.gui.CircularGraphLayout
 
ClassFactory - Class in uchicago.src.codegen
 
ClassFactory() - Constructor for class uchicago.src.codegen.ClassFactory
 
ClassFactory(ClassLoader) - Constructor for class uchicago.src.codegen.ClassFactory
 
ClassGenerator - Class in uchicago.src.codegen
 
ClassGenerator(String, String, String, String) - Constructor for class uchicago.src.codegen.ClassGenerator
 
cleanUp() - Method in class uchicago.src.sim.gui.BufferDataSource
 
cleanUp() - Method in class uchicago.src.sim.gui.MovieMaker
 
clear() - Method in class uchicago.src.collection.RangeMap
Removes all the entries in the map.
clear(int) - Method in class uchicago.src.sim.analysis.Plot
Clears all the points from the specified dataset from the graph.
clear(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Clear the plot of all data points.
clear(int) - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Clear the plot of data points in the specified dataset.
clear(boolean) - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
If the argument is true, clear the axes.
clear() - Method in class uchicago.src.sim.engine.ActionQueue
 
clear() - Method in class uchicago.src.sim.engine.DefaultGroup
 
clear() - Method in interface uchicago.src.sim.engine.Group
 
clear() - Method in class uchicago.src.sim.engine.gui.RepastActionPanel
 
clear() - Method in class uchicago.src.sim.engine.ScheduleGroup
 
clear() - Method in class uchicago.src.sim.network.DefaultNode.OrderedHashMap
 
clear(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Clears the contents the specified cell.
clear(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Clears the contents the specified 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.space.OrderedCell
Clears all the objects from this cell.
clear() - Method in class uchicago.src.sim.util.ConservationCollection
 
clearData() - Method in class uchicago.src.sim.analysis.SimDataNew
 
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.OvalNode
Deprecated. Clears (removes) all the in edges.
clearInEdges() - Method in class uchicago.src.sim.gui.RectNode
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.repastdemos.hypercycles.HyperModel
 
clearMediaProducers() - Method in interface uchicago.src.sim.engine.SimModel
Clears the vector of displaySurface
clearMediaProducers() - Method in class uchicago.src.sim.engine.SimModelImpl
Clears the vector of media producers.
clearOutEdges() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Clears (removes) all the out edges.
clearOutEdges() - Method in class uchicago.src.sim.gui.RectNode
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 interface uchicago.src.sim.engine.SimModel
Clears the list of property listeners.
clearPropertyListeners() - Method in class uchicago.src.sim.engine.SimModelImpl
Clears the list of PropertyListeners.
clearStrings() - Method in class uchicago.src.sim.analysis.Plot
Clears any added strings from the plot.
clearUtilization() - Method in class uchicago.src.sim.engine.AsynchAgent
 
clickInterest - Variable in class anl.repast.gis.display.RepastMapMouseInterpreter
 
close() - Method in class anl.repast.gis.data.dbf.DBFWriter
Closes the DBF file.
close() - Method in class uchicago.src.guiUtils.Wizard
 
close() - Method in class uchicago.src.sim.analysis.ExcelFileWriter
Closes the writer.
close() - Method in class uchicago.src.sim.network.DlReader
Closes the reader.
close() - Method in class uchicago.src.sim.network.ExcelMatrixReader
 
close() - Method in interface uchicago.src.sim.network.NetworkMatrixReader
Closes the reader.
closeAllProbeWindows() - Static method in class uchicago.src.sim.util.ProbeUtilities
 
closeMovie() - Method in class anl.repast.gis.display.OpenMapDisplay
Closes the movie, writing any remaining frames to the file.
closeMovie() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Closes the movie, writing any remaining frames to the file.
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
 
closeProbeWindows(Collection) - Static method in class uchicago.src.sim.util.ProbeUtilities
Closes all the probing windows for the objects in the collection.
CodeGenerator - Interface in uchicago.src.codegen
 
CoinStruct - Class in uchicago.src.repastdemos.genetic
A simple class containing the coins an agent has
CoinStruct() - Constructor for class uchicago.src.repastdemos.genetic.CoinStruct
 
col1 - Variable in class layout.TableLayoutConstraints
Cell in which the upper left corner of the component lays
col2 - Variable in class layout.TableLayoutConstraints
Cell in which the lower right corner of the component lays
COLD - Static variable in class uchicago.src.repastdemos.heatBugs.HeatSpace
 
COLD - Static variable in class uchicago.src.repastdemos.hexabugs.HexaSpace
 
COLON - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
color - Variable in class uchicago.src.collection.BinaryNode
 
color - Variable in class uchicago.src.guiUtils.ColorIcon
 
color - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
color - Variable in class uchicago.src.sim.gui.DrawableItem
 
color - Variable in class uchicago.src.sim.gui.LegendIcon
 
ColorCellEditor - Class in uchicago.src.guiUtils
 
ColorCellEditor() - Constructor for class uchicago.src.guiUtils.ColorCellEditor
 
ColorChooserPopup - Class in uchicago.src.guiUtils
 
ColorChooserPopup(Color) - Constructor for class uchicago.src.guiUtils.ColorChooserPopup
 
ColorChooserPopup() - Constructor for class uchicago.src.guiUtils.ColorChooserPopup
 
ColorIcon - Class in uchicago.src.guiUtils
 
ColorIcon(Color, int, int, int) - Constructor for class uchicago.src.guiUtils.ColorIcon
 
ColorIcon(Color, int) - Constructor for class uchicago.src.guiUtils.ColorIcon
 
ColorIcon(Color) - Constructor for class uchicago.src.guiUtils.ColorIcon
 
ColorMap - Class in uchicago.src.sim.gui
A customizable map of java.awt.Color(s) to Integers.
ColorMap() - Constructor for class uchicago.src.sim.gui.ColorMap
 
columnOffset - Variable in class layout.TableLayout
Offsets of columns in pixels.
columns() - Method in class uchicago.src.collection.BitMatrix2D
Returns the number of columns in this matrix.
columns() - Method in class uchicago.src.collection.ByteMatrix2D
Returns the number of columns in this matrix.
columns() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
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.AdjacencyDoubleMatrix
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.
columnSize - Variable in class layout.TableLayout
Widths of columns in pixels
columnSpec - Variable in class layout.TableLayout
Widths of columns expressed in absolute and relative terms
ComboPair - Class in uchicago.src.reflector
 
ComboPair(Object, String) - Constructor for class uchicago.src.reflector.ComboPair
 
COMMA - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
COMMENT - Static variable in class uchicago.src.guiUtils.Token
 
comment - Variable in class uchicago.src.sim.network.AbstractAdjacencyMatrix
 
comparator - Variable in class uchicago.src.sim.space.AbstractNeighborhooder
 
compareMax(Vector) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
compareMax(double[]) - Method in class uchicago.src.sim.space.Diffuse2D
 
compareMin(Vector) - Method in class uchicago.src.sim.space.AbstractNeighborhooder
 
compareMin(double[]) - Method in class uchicago.src.sim.space.Diffuse2D
 
compareTo(Object) - Method in class uchicago.src.sim.gui.DisplaySurface.DisplayableOrder
 
CompetitionSpace - Class in uchicago.src.repastdemos.genetic
The space the agents reside in.
CompetitionSpace() - Constructor for class uchicago.src.repastdemos.genetic.CompetitionSpace
 
CompetitionSpace(int, int) - Constructor for class uchicago.src.repastdemos.genetic.CompetitionSpace
 
Competitor - Class in uchicago.src.repastdemos.genetic
This is an agent in the simulation.
Competitor(double, double, Judge) - Constructor for class uchicago.src.repastdemos.genetic.Competitor
 
compilationUnit() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTblockdef
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTcompilationUnit
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTconst_assign
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTConstant
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTlist
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTlist_assign
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTparam_assign
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTParameter
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.ASTsubBlock
 
compile(RPLCompiler) - Method in interface uchicago.src.sim.parameter.rpl.Node
 
compile(SimModel) - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
Performs the actual compilation turning the rpl format file into RPLParameters.
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Compile this RPLDottedName, resolving the references if possible.
compile(RPLCompiler) - Method in interface uchicago.src.sim.parameter.rpl.RPLObject
Compiles this RPLObject.
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.RPLValue
 
compile(RPLCompiler) - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
CompilerException - Exception in uchicago.src.sim.parameter.rpl
Exception thrown by the RPLCompiler.
CompilerException(String, Exception) - Constructor for exception uchicago.src.sim.parameter.rpl.CompilerException
 
CompilerException(String) - Constructor for exception uchicago.src.sim.parameter.rpl.CompilerException
 
COMPLEX - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
component - Variable in class layout.TableLayout.Entry
Component bound by the constraints
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
 
compound_stmt() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
CompUnitGenerator - Class in uchicago.src.codegen
 
CompUnitGenerator(String, String) - Constructor for class uchicago.src.codegen.CompUnitGenerator
 
CompUnitParser - Class in uchicago.src.codegen
 
CompUnitParser(String) - Constructor for class uchicago.src.codegen.CompUnitParser
 
computeOAC() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
computeOptimalCoinCount(int) - Method in class uchicago.src.repastdemos.genetic.Judge
 
computeOSWA() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
computeRave() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
CONCURRENT - Static variable in class uchicago.src.sim.engine.ScheduleBase
An action marked as CONCURRENT will occur at some point during a tick.
configureOutputFilePanel() - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
 
connect() - Method in class uchicago.src.sim.gui.BufferDataSource
 
ConservationCollection - Class in uchicago.src.sim.util
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.
console - Variable in class uchicago.src.sim.engine.AbstractGUIController
 
CONSOLE_ERR - Static variable in class uchicago.src.sim.engine.AbstractGUIController
 
CONSOLE_OUT - Static variable in class uchicago.src.sim.engine.AbstractGUIController
 
CONSTANT - Static variable in class uchicago.src.sim.parameter.Parameter
 
Constant() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
CONSTANT - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
CONSTANT_CLASS - Static variable in class uchicago.src.sim.util.Disassembler
 
constantIterator() - Method in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
Gets an Iterator over the child constant parameters of this RPLParameter.
constantIterator() - Method in interface uchicago.src.sim.parameter.rpl.RPLParameter
Gets an Iterator over the child constant parameters of this RPLParameter.
ConstantParameter - Class in uchicago.src.sim.engine.gui.model
 
ConstantParameter(int, String, String, boolean, Object) - Constructor for class uchicago.src.sim.engine.gui.model.ConstantParameter
 
ConstIncrementer - Class in uchicago.src.sim.engine
 
ConstIncrementer(Object) - Constructor for class uchicago.src.sim.engine.ConstIncrementer
 
Consultant - Class in uchicago.src.repastdemos.asynchAgents
This is the agent that moves agents according to how many tasks they have relative to the rest of the employees.
Consultant(AsynchAgentsModel, Office) - Constructor for class uchicago.src.repastdemos.asynchAgents.Consultant
 
Consultant - Class in uchicago.src.repastdemos.neural
This is the agent that either praises or scolds Employees based on the actions they performed according to the boss commands they received.
Consultant(Office) - Constructor for class uchicago.src.repastdemos.neural.Consultant
 
Consultant - Class in uchicago.src.repastdemos.regression
This is the agent that moves agents according to how correct they were to the boss's command.
Consultant(RegressionOfficeModel, Office) - Constructor for class uchicago.src.repastdemos.regression.Consultant
 
consumeEvents - Variable in class anl.repast.gis.display.RepastMapMouseInterpreter
 
contains(Integer) - Method in class uchicago.src.repastdemos.hypercycles.HyperCell
 
contains(Object) - Method in class uchicago.src.sim.engine.DefaultGroup
 
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.gui.OvalItem
Does this OvalItem contain the specified point (using screen coordinates).
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.RoundRectItem
Does this RectItem contain Point p?
contains(int, int) - Method in class uchicago.src.sim.gui.TextDisplay.Box
 
contains(Point) - Method in class uchicago.src.sim.network.DefaultDrawableNode
Does this object contain the point specified by p.
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
 
containsAll(Collection) - Method in class uchicago.src.sim.engine.DefaultGroup
 
containsAll(Collection) - Method in class uchicago.src.sim.util.ConservationCollection
 
CONTINUATION - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
control - Variable in class uchicago.src.sim.analysis.DistributedDataRecorder
 
control - Variable in class uchicago.src.sim.analysis.LocalDataRecorder
 
control - Variable in class uchicago.src.sim.engine.RemoteBatchController
 
Controller - Class in uchicago.src.sim.engine
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(ParameterSetter) - 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
 
convertor - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 
COOPERATE - Static variable in class uchicago.src.sim.games.GameChoice
 
copy() - Method in class uchicago.src.collection.ByteMatrix2D
 
copy() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
copy(AbstractChartModel) - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns a deep copy of this AbstractChartModel.
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.SequenceSource
 
copyMatrix() - Method in class uchicago.src.collection.DoubleMatrix
Copies a Double Matrix
copyMatrixTo(DoubleMatrix) - Method in class uchicago.src.collection.DoubleMatrix
Copies the double[] in this Matrix to the specified DoubleMatrix.
copyOutputToConsole() - Method in class uchicago.src.sim.gui.RepastConsole
 
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, 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(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(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.
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.
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.
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.
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
 
createAgents(Class, String) - Method in class anl.repast.gis.data.GeotoolsData
 
createAgents(Class, String) - Method in class anl.repast.gis.data.OpenMapData
Create a list of GisAgents given a class type that implements the GisInterface, and a Shapefile datasource
createAverageDataSource(String, ArrayList, String) - Method in class uchicago.src.sim.analysis.AbstractDataSourceRecorder
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.AbstractDataSourceRecorder
Creates an average data source from a specified list using a method with the specified name.
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.
createAverageDataSource(String, ArrayList, String) - Method in interface uchicago.src.sim.analysis.DataSourceRecorder
Creates an average data source from a specified list using a method with the specified name.
createAverageDataSource(String, ArrayList, String, int, int) - Method in interface uchicago.src.sim.analysis.DataSourceRecorder
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.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.AbstractChartModel
 
createChart() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Creates a OpenSequenceGraph from this SequenceChartModel.
createChiSquare(double) - Static method in class uchicago.src.sim.util.Random
 
createCodeGenerator(Node) - Static method in class uchicago.src.codegen.GeneratorUtilities
 
createCompilerException(String, int) - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
 
createCompilerException(String, int, Exception) - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
 
createConstant(String, RPLObject) - Static method in class uchicago.src.sim.parameter.rpl.RPLFactory
Creates a constant RPLParameter from the specified name and having the specified value.
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.
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.
createDefaultParameterSetter() - Static method in class uchicago.src.sim.parameter.ParameterSetterFactory
Creates a DefaultParameterSetter.
createDistribution(String, double[]) - Method in class uchicago.src.sim.util.DistributionFactory
Creates an Abstract Distribution.
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.
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.
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.
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.
createEmpirical(double[], int) - Static method in class uchicago.src.sim.util.Random
 
createEmpiricalWalker(double[], int) - Static method in class uchicago.src.sim.util.Random
 
createEquation(Object, String, String, double) - Method in class uchicago.src.sim.math.CEquationFactory
Creates and schedule a CEquation.
createEquation(Object, String, String, double, double) - Method in class uchicago.src.sim.math.CEquationFactory
Creates and schedule a CEquation.
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, int, int) - Method in class uchicago.src.sim.analysis.Histogram
Creates an item to be histogramed by this Histogram.
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, int, int) - 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.Histogram
Creates an item to be histogrammed by this Histogram.
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, 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, 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.OpenHistogram
Creates a HistogramItem with specified name to be displayed by this OpenHistogram.
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, String) - 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.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.OpenHistogramStat
Creates a HistogramItem.
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.OpenHistogramStat
Creates a HistogramItem with specified name, list and BinDataSource.
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
 
createInitialLinks() - Method in class uchicago.src.repastdemos.jain.JainModel
 
createInitialPop() - Method in class uchicago.src.repastdemos.jain.JainModel
 
createInstance(ParameterSetter) - Static method in class uchicago.src.sim.parameter.ParameterUtility
Creates an instance of a ParameterUtility.
createInstance() - Static method in class uchicago.src.sim.parameter.ParameterUtility
Creates an instance of a ParameterUtility.
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, int, int) - Method in class uchicago.src.sim.analysis.AbstractDataSourceRecorder
Creates a NumericDataSource using the specified object and the specified method name.
createNumericDataSource(String, Object, String) - Method in class uchicago.src.sim.analysis.AbstractDataSourceRecorder
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.
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 interface uchicago.src.sim.analysis.DataSourceRecorder
Creates a NumericDataSource using the specified object and the specified method name.
createNumericDataSource(String, Object, String) - Method in interface uchicago.src.sim.analysis.DataSourceRecorder
Creates a NumericDataSource using the specified object and the specified method name.
createObjectDataSource(String, Object, String) - Method in class uchicago.src.sim.analysis.AbstractDataSourceRecorder
Creates a DataSource 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.
createObjectDataSource(String, Object, String) - Method in interface uchicago.src.sim.analysis.DataSourceRecorder
Creates a DataSource using the specified object and the specified method name.
createParameter(String, RPLList) - Static method in class uchicago.src.sim.parameter.rpl.RPLFactory
Creates an RPLParameter with specified name whose value is defined by the specified list.
createParameter(String, RPLObject, RPLObject) - Static method in class uchicago.src.sim.parameter.rpl.RPLFactory
Creates an RPLParameter with specified name from the specified starting and ending values.
createParameter(String, RPLObject, RPLObject, RPLObject) - Static method in class uchicago.src.sim.parameter.rpl.RPLFactory
Creates an RPLParameter with specified name from the specified starting, ending and increment values.
createParameters(Object, String[]) - Method in class uchicago.src.sim.parameter.ParameterUtility
Creates a Vector of Parameters based on the current property values of Object o.
createParameterSetter(String) - Static method in class uchicago.src.sim.parameter.ParameterSetterFactory
Creates the appropriate ParameterSetter for the specified file.
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!
createRolfeNet(Class, Class, int, double, double, double, int) - Method in class uchicago.src.sim.network.RolfeNet
 
createRPLList(List) - Static method in class uchicago.src.sim.parameter.rpl.RPLFactory
Creates an RPLList from the specified list.
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.
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, Color, int, Object, String) - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Creates and adds a Sequence to this SequenceGraph.
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().
createSequenceSources(Object) - Static method in class uchicago.src.sim.analysis.ChartSourceFactory
 
createSingleSetParameterSetter(int) - Static method in class uchicago.src.sim.parameter.ParameterSetterFactory
 
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
!!!
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(double, double) - Static method in class uchicago.src.sim.util.Random
 
createUniform() - 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
 
CRLF1 - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
CROSS - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
CSV - Static variable in class uchicago.src.sim.analysis.OpenStats
 
CSV - Static variable in class uchicago.src.sim.analysis.PlotModel
 
curChar - Variable in class uchicago.src.sim.parameter.rpl.RPLParserTokenManager
 
curChar - Variable in error uchicago.src.sim.parameter.rpl.TokenMgrError
 
curFont - Variable in class uchicago.src.sim.gui.TextDisplay
 
curIndex - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 
currentMouseEvent - Variable in class anl.repast.gis.display.RepastMapMouseInterpreter
The last MouseEvent received, for later reference.
currentToken - Variable in exception uchicago.src.sim.parameter.rpl.ParseException
This is the last token that has been consumed successfully.
CustomChartGui - Class in uchicago.src.sim.analysis
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 in uchicago.src.sim.engine
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
 

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 _