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 _

G

g2 - Variable in class uchicago.src.sim.gui.Painter
 
Game - Class in uchicago.src.sim.games
Abstracts a prisoner's dilemma cooperation type game.
Game() - Constructor for class uchicago.src.sim.games.Game
 
GameAgent - Interface in uchicago.src.sim.games
Interface for agents who want to play Games.
GameChoice - Class in uchicago.src.sim.games
Typesafe enum for Strategies.
GameUtilities - Class in uchicago.src.sim.games
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
 
generate(int) - Method in class uchicago.src.codegen.ArgGenerator
 
generate(int) - Method in class uchicago.src.codegen.BodyGenerator
 
generate(int) - Method in class uchicago.src.codegen.ClassGenerator
 
generate(int) - Method in interface uchicago.src.codegen.CodeGenerator
 
generate(int) - Method in class uchicago.src.codegen.CompUnitGenerator
 
generate(int) - Method in class uchicago.src.codegen.ImportGenerator
 
generate(int) - Method in class uchicago.src.codegen.IvarGenerator
 
generate(int) - Method in class uchicago.src.codegen.MethodGenerator
 
generateAvgCalculator(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateAvgCalculator(Class, List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
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.
generateMaxCalculator(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMaxCalculator(Class, List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMaxObjectPicker(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMaxObjectPicker(Class, List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMinCalculator(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMinCalculator(Class, List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMinObjectPicker(List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateMinObjectPicker(Class, List, String) - Static method in class uchicago.src.sim.util.ByteCodeBuilder
 
generateNewSeed() - Method in interface uchicago.src.sim.engine.SimModel
Generates a new random number seed and makes it the default.
generateNewSeed() - Method in class uchicago.src.sim.engine.SimModelImpl
Generates a new seed for the random number generator using the current timestamp.
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.
generateParseException() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
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.
generator_allowed - Variable in class uchicago.src.sim.parameter.rpl.RPLParserTokenManager
 
GeneratorException - Exception in uchicago.src.codegen
 
GeneratorException(String, Exception) - Constructor for exception uchicago.src.codegen.GeneratorException
 
GeneratorUtilities - Class in uchicago.src.codegen
 
GeneratorUtilities() - Constructor for class uchicago.src.codegen.GeneratorUtilities
 
GeneticChangeModel - Class in uchicago.src.repastdemos.genetic
This demo illustrates the use of the genetic algorithm package in an agent.
GeneticChangeModel() - Constructor for class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
geometricPdf(int, double) - Static method in class uchicago.src.sim.util.Random
 
GeotoolsAgent - Interface in anl.repast.gis
 
GeotoolsData - Class in anl.repast.gis.data
 
GeotoolsData() - Constructor for class anl.repast.gis.data.GeotoolsData
 
get(int, int) - Method in interface uchicago.src.collection.BaseMatrix
 
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.ByteMatrix2D
Gets the value in the specified cell.
get(int) - Method in class uchicago.src.collection.DoubleMatrix
 
get(int, int) - Method in class uchicago.src.collection.DoubleMatrix
 
get(int, int) - Method in class uchicago.src.collection.NewMatrix
 
get(double) - Method in class uchicago.src.collection.RangeMap
Gets the Object within whose range the specified key falls.
get(int, int) - Method in class uchicago.src.collection.SparseObjectMatrix
 
GET - Static variable in class uchicago.src.reflector.Introspector
 
get(int) - Method in class uchicago.src.sim.engine.DefaultGroup
 
get(int, int) - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
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.AdjacencyDoubleMatrix
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) - Method in class uchicago.src.sim.network.NetworkPath
 
get(int) - Method in class uchicago.src.sim.util.ConservationCollection
 
getAccessorMethod(String, int) - Method in class uchicago.src.reflector.Introspector
 
getAccessorMethods(Class, String[]) - Method in class uchicago.src.reflector.MethodFactory
 
getActionPerformed() - Method in class uchicago.src.repastdemos.neural.Employee
 
getAgentAt(int, int) - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getAgentFromOMGraphic(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
 
getAgentFromOMGraphic(OMGraphic) - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getAgentList() - Method in class anl.repast.gis.display.RepastOMLayer
 
getAgentList() - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getAgentList() - Static method in class uchicago.src.sim.engine.AsynchAgent
 
getAgents() - Method in class uchicago.src.sim.util.AgentDistribution
 
getAgentToMove() - Method in class anl.repast.gis.display.RepastOMLayer
 
getAgentToMove() - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
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. i and j indexes refer to the position of the node in the ArrayList parameter.
getAParameterData() - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
getAParameterData() - Method in class uchicago.src.sim.engine.gui.ParameterWizard
 
getArea(OMGraphic) - Method in class anl.repast.gis.data.OpenMapData
Gets the area for an OMGraphic using the com.bbn.openmap.geo.Geo class
getArea(EsriGraphic) - Method in class anl.repast.gis.data.OpenMapData
Gets the area for an EsriGraphic using the com.bbn.openmap.geo.Geo class
getArea() - Method in class uchicago.src.repastdemos.rabbitPopulation.PopulationDensity
 
getAspiration() - Method in class uchicago.src.repastdemos.enn.EnnAgent
 
getAspiration() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getAttributePosition(String, FeatureType) - Method in class anl.repast.gis.data.GeotoolsData
 
getAttributePosition(String, FeatureType) - Method in class anl.repast.gis.data.OpenMapData
given the feature type and the name, get the Attribute Position
getAttributeValues(String, String) - Method in class anl.repast.gis.data.OpenMapData
for a given attribute in a datasource (.shp file) gets a set of all the attribute's values
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.AdjacencyBitMatrix
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.AdjacencyDoubleMatrix
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.
getBandCount() - Method in class anl.repast.gis.data.ESRIRaster
 
getBDExample() - Method in class uchicago.src.repastdemos.heatBugs.HeatBug
 
getBDExample() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getBeanBowlButton() - Method in class uchicago.src.reflector.IntrospectPanel
 
getBeginColumn() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
getBeginLine() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
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).
getBirthRate() - Method in class uchicago.src.repastdemos.rabbitPopulation.Births
 
getBirths() - Method in class uchicago.src.repastdemos.rabbitPopulation.Births
 
getBirths() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulation
 
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.
getBlockName() - Method in class uchicago.src.sim.parameter.rpl.ASTsubBlock
 
getBorderColor() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current border color.
getBorderColor() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the border color for this NetworkDrawable.
getBorderColor() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the border color for this DefaultDrawableNode.
getBorderWidth() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current border width.
getBorderWidth() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the border width for this NetworkDrawable.
getBorderWidth() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the border width for this DefaultDrawableNode.
getBoss() - Method in class uchicago.src.repastdemos.asynchAgents.Office
 
getBoss() - Method in class uchicago.src.repastdemos.regression.Office
 
getBosses() - Method in class uchicago.src.repastdemos.neural.Office
 
getBossID() - Method in class uchicago.src.repastdemos.neural.Boss
 
getBoundingBox() - Method in class uchicago.src.sim.gui.TextDisplay
Returns the Box that bounds the displayed text in this TextDisplay.
getBounds(String) - Static method in class uchicago.src.sim.gui.FrameFactory
Returns the bounds, if any, associated with this frameName.
getBufferWithIndent(int) - Static method in class uchicago.src.codegen.GeneratorUtilities
 
getButtonAction() - Method in class uchicago.src.sim.engine.SnapshotScheduler
 
getBValue() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getCapName() - Method in class uchicago.src.sim.parameter.AbstractParameterSetter.ParamName
 
getCellAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Cell object at the specified coordinates.
getCellAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
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
 
getCellEditorValue() - Method in class uchicago.src.sim.engine.gui.components.RadioBarPanel
 
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.AbsMulti2DGrid
Gets the size (number of occupants) of the cell at the specified location.
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 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
 
getCenter(Envelope) - Method in class anl.repast.gis.data.GeotoolsData
 
getCenter(EsriGraphic) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the EsriGraphic
getCenter(EsriGraphicList) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the EsriGraphicList
getCenter(OpenMapAgent) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the OMGraphic Requires that the OMGraphic is an instance of EsriGraphic
getCenter(float[]) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents
getCenter(String) - Method in class anl.repast.gis.data.OpenMapData
gets the center of the extents of the datasource Requires that the datasource is a Shapefile
getCenter(float[]) - Method in class anl.repast.gis.display.RepastOMLayer
 
getCenter(float[]) - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getChannel() - Method in class uchicago.src.sim.analysis.DataCallback
 
getChildren() - Method in class uchicago.src.sim.parameter.Parameter
Gets the children of this parameter.
getClassAt(int) - Static method in class uchicago.src.sim.analysis.NetSeqTableRow
 
getClickInterest() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Get the RepastGeometryOfInterest as one that could possibly be in the process of being clicked upon.
getClustring() - Method in class uchicago.src.sim.network.RolfeNet
Gets the double of the parameter for the desired clustring (density of ego network).
getCoinCount() - Method in class uchicago.src.repastdemos.genetic.Competitor
 
getCoinsAtGene(Chromosome) - Static method in class uchicago.src.repastdemos.genetic.MinimizingMakeChangeFitnessFunction
 
getColor() - Method in class uchicago.src.guiUtils.ColorChooserPopup
 
getColor() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the plot uses color.
getColor() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the Color of the sequence created by this SequenceSource.
getColor(Integer) - Method in class uchicago.src.sim.gui.ColorMap
Gets the color mapped to the specified Integer
getColor(int) - Method in class uchicago.src.sim.gui.ColorMap
Gets the color mapped to the specified int
getColor() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current color.
getColor() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the color of this NetworkDrawable.
getColor() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the color of this DefaultDrawableNode.
getColorByName(String) - Static method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Convert a color name into a Color.
getColPayoff(int, int) - Method in class uchicago.src.sim.games.PayoffMatrix
 
getColPayoff(GameChoice, GameChoice) - Method in class uchicago.src.sim.games.PayoffMatrix
 
getColSize() - Method in class uchicago.src.sim.analysis.OpenArrayData
Gets the current column size.
getColumn() - Method in class layout.TableLayout
Gets the sizes of columns in this layout.
getColumn(int) - Method in class layout.TableLayout
Gets the width of a single column in this layout.
getColumn() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
Deprecated.  
getColumnClass(int) - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
getColumnCount() - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
getColumnName(int) - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
getColumns(int) - Method in class anl.repast.gis.data.ESRIRaster
 
getCommands() - Method in class uchicago.src.repastdemos.neural.Employee
 
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.
getCompetitorCount() - Method in class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
getCompetitors() - Method in class uchicago.src.repastdemos.genetic.CompetitionSpace
 
getComponent() - Method in class uchicago.src.reflector.ActionDescriptor
 
getComponent() - Method in class uchicago.src.reflector.ButtonActionDescriptor
 
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.
getConfiguredParameterList() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
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
 
getConsoleErr() - Method in class uchicago.src.sim.engine.AbstractGUIController
 
getConsoleOut() - Method in class uchicago.src.sim.engine.AbstractGUIController
 
getConstants() - Method in class uchicago.src.sim.parameter.rpl.ASTsuite
 
getConstNames() - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
Gets the set of constant parameter names defined during compilation.
getConstraints(Component) - Method in class layout.TableLayout
Gets the constraints of a given component.
getConsultant() - Method in class uchicago.src.repastdemos.asynchAgents.Office
 
getConsultant() - Method in class uchicago.src.repastdemos.neural.Office
 
getConsultant() - Method in class uchicago.src.repastdemos.regression.Office
 
getConsumeEvents() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
 
getContent() - Method in class uchicago.src.repastdemos.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.BufferDataSource
 
getControl(String) - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getController() - Method in interface uchicago.src.sim.engine.SimModel
Gets the BaseController associated with this model.
getController() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the BaseController associated with this model.
getControls() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getControls() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
getCoordinates(int, int) - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
getCurHeight() - Method in class uchicago.src.sim.gui.SimGraphics
 
getCurrentAge() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
getCurrentImage() - Method in class uchicago.src.sim.gui.Painter
Gets the current BufferedImage
getCurrentMouseEvent() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Get the last MouseEvent received.
getCurrentSugar() - Method in class uchicago.src.repastdemos.sugarscape.SugarSpace
 
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.
getCurrentTime() - Method in interface uchicago.src.sim.engine.IController
Returns the current tick value.
getCurrentTime() - Method in class uchicago.src.sim.engine.ScheduleBase
Gets the current clock tick.
getCurrentTime() - Method in interface uchicago.src.sim.engine.TickCounter
 
getCurrentTimeDouble() - Method in class uchicago.src.sim.engine.ScheduleBase
Deprecated.  
getCurrentY() - Method in class uchicago.src.repastdemos.regression.Boss
 
getCurStrategy() - Method in class uchicago.src.repastdemos.enn.EnnAgent
 
getCurWidth() - Method in class uchicago.src.sim.gui.SimGraphics
 
getData() - Method in class uchicago.src.collection.DoubleMatrix
 
getData() - Method in class uchicago.src.sim.analysis.SimData
Get the data stored in this SimData object and clear this object.
getData() - Method in class uchicago.src.sim.analysis.SimDataNew
Get the data stored in this SimData object and clear this object.
getDataBounds() - Method in class anl.repast.gis.display.RepastOMLayer
 
getDataBounds() - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getDataFile(String) - Static method in class uchicago.src.sim.util.SimUtilities
Gets a file based on a certain name.
getDataFileName(String) - Static method in class uchicago.src.sim.util.SimUtilities
Gets a filename based on a certain name.
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.OpenStats
 
getDataType() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
getDataurl() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
getDeathMultiplier() - Method in class uchicago.src.repastdemos.rabbitPopulation.DeathMultiplier
 
getDeathMultiplier() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getDeaths() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getDeaths() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulation
 
getDecimalCount() - Method in class anl.repast.gis.data.dbf.JDBField
Returns the decimal count of the field.
getDefaultModelParameters() - Method in class uchicago.src.sim.engine.BaseController
Gets a Hashtable of the default model parameters.
getDefaultModelParameters(SimModel) - Method in class uchicago.src.sim.parameter.DefaultParameterSetter
Returns a Hashtable whose keys are parameter names and values are parameter values.
getDefaultModelParameters(SimModel) - Method in interface uchicago.src.sim.parameter.ParameterSetter
Returns a Hashtable whose keys are parameter names and values are parameter values.
getDefaultModelParameters(SimModel) - Method in class uchicago.src.sim.parameter.rpl.RPLParameterSetter
Returns a Hashtable whose keys are parameter names and values are parameter values.
getDefaultParameters(SimModel) - Method in class uchicago.src.sim.parameter.ParameterUtility
Returns a Hashtable whose keys are the names of the default parameters and whose values are the values of the parameters.
getDefaultSize() - Method in class uchicago.src.sim.gui.DisplaySurface
Returns the default dimension of this DisplaySurface.
getDegreeHist() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getDelayMaximum() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getDelayMinimum() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getDelta() - Method in class uchicago.src.sim.engine.AsynchSchedule
 
getDelta() - Method in class uchicago.src.sim.engine.CallBackSchedule
 
getDensity() - Method in class uchicago.src.repastdemos.rabbitPopulation.PopulationDensity
 
getDensity() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
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.AdjacencyDoubleMatrix
Gets (computes) the density of this matrix.
getDensity() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
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 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.
getDesiredAmount() - Method in class uchicago.src.repastdemos.genetic.Judge
 
getDialog() - Method in class uchicago.src.sim.engine.gui.ParameterWizard
 
getDialog() - Method in class uchicago.src.sim.engine.LoadModelDialog
 
getDiffusionConstant() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getDiffusionConstant() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getDiffusionConstant() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getDisplay() - Method in class uchicago.src.repastdemos.life.InfiniteLifeSpace
Returns the Displayable appropriate for this space.
getDisplay() - Method in class uchicago.src.repastdemos.life.LifeSpace
Returns the Displayable appropriate for this space.
getDisplay() - Method in interface uchicago.src.repastdemos.life.Space
 
getDisplayable() - Method in class uchicago.src.sim.gui.DisplayInfo
Gets the displayble.
getDisplayable() - Method in class uchicago.src.sim.gui.DisplaySurface.DisplayableOrder
 
getDisplayableInfo() - Method in class uchicago.src.repastdemos.life.InfiniteSpaceDisplay
 
getDisplayableInfo() - Method in class uchicago.src.sim.gui.Display
Gets a list of the DisplayInfo object associated with this Display.
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.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 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.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.
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
 
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.repastdemos.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
Returns a double at (x,y)
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.
getDrawEdgesFirst() - Method in class uchicago.src.sim.gui.Network2DDisplay
Gets whether or not this draws the edges first and then the nodes over them.
getDuration() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getDynamicParameterNames() - Method in class uchicago.src.sim.engine.HomeController
Gets a list of the Dynamic (non-constant) Parameter names.
getDynamicParameterNames() - Method in class uchicago.src.sim.parameter.DefaultParameterSetter
 
getDynamicParameterNames() - Method in interface uchicago.src.sim.parameter.ParameterSetter
 
getDynamicParameterNames() - Method in class uchicago.src.sim.parameter.ParameterUtility
Returns a list of the names of the dynamic default parameters associated with this ParameterUtility.
getDynamicParameterNames() - Method in class uchicago.src.sim.parameter.rpl.RPLParameterSetter
 
getDynParamMethod() - Method in class uchicago.src.sim.analysis.DataFileHeader
 
getEdgeClass() - Method in class uchicago.src.sim.network.RandomDensityNet
Returns the Class of edges to be used in constructing the network.
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.
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
 
getElementAt(int) - Method in class uchicago.src.sim.engine.gui.components.ArrayListListModel
 
getEmployeeCount() - Method in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
getEmployeeCount() - Method in class uchicago.src.repastdemos.neural.NeuralModel
 
getEmployeeCount() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getEmployees() - Method in class uchicago.src.repastdemos.asynchAgents.Office
 
getEmployees() - Method in class uchicago.src.repastdemos.neural.Office
 
getEmployees() - Method in class uchicago.src.repastdemos.regression.Office
 
getEnd() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
getEnd() - Method in class uchicago.src.sim.engine.gui.model.ValueParameter
Deprecated.  
getEnd() - Method in class uchicago.src.sim.parameter.NumericParameter
 
getEnd() - Method in class uchicago.src.sim.parameter.Parameter
 
getEndActions() - Method in class uchicago.src.sim.engine.Schedule
Gets the Vector of BasicActions to execute at the end of the simulation run.
getEndColumn() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
getEndLine() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
getEnhancedJTable() - Method in class uchicago.src.sim.engine.gui.components.EnhancedTableModel
 
getEnvelope(String) - Method in class anl.repast.gis.data.GeotoolsData
 
getEpochsPerIteration() - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
 
getEquation() - Method in class uchicago.src.repastdemos.rabbitPopulation.Births
 
getEquation() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getEquation() - Method in class uchicago.src.repastdemos.rabbitPopulation.PopulationDensity
 
getEquation() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulation
 
getEquation() - Method in class uchicago.src.sim.math.CEquation
 
getError() - Method in class uchicago.src.repastdemos.genetic.Competitor
 
getError() - Method in class uchicago.src.repastdemos.neural.Employee
 
getError() - Method in class uchicago.src.repastdemos.regression.Employee
 
getEsriLayer(String) - Method in class anl.repast.gis.data.OpenMapData
given a shapefile, returns an OpenMap EsriLayer
getEvapRate() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getEvapRate() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getEvapRate() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getExitOnExit() - Method in class uchicago.src.sim.engine.BaseController
Gets whether the simulation application should exit with a System.exit(0) call on exit (pressing the exit button), or dispose of all windows, release the model without killing this instance of the virtual machine.
getExitOnExit() - Method in interface uchicago.src.sim.engine.IController
Gets whether the simulation application should exit with a System.exit(0) call on exit (pressing the exit button), or dispose of all windows, release the model without killing this instance of the virtual machine.
getExtents(String) - Method in class anl.repast.gis.data.OpenMapData
gets the extents for a shapefile The lat/lon extent of the EsriGraphicList contents, returned as miny, minx, maxy maxx in order of the array.
getExtents(EsriGraphicList) - Method in class anl.repast.gis.data.OpenMapData
gets the extents for an EsriGraphicList The lat/lon extent of the EsriGraphicList contents, returned as miny, minx, maxy maxx in order of the array.
getExtents(OMGraphic) - Method in class anl.repast.gis.data.OpenMapData
gets the extents for an OMGraphic The lat/lon extent of the EsriGraphic contents, returned as miny, minx, maxy maxx in order of the array.
getExtents(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
 
getExtents(OMGraphic) - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getFeature(int) - Method in class anl.repast.gis.data.FeatureArrayList
 
getFeatures() - Method in interface uchicago.src.sim.gui.DrawableMultiFeature
 
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.
getField(int) - Method in class anl.repast.gis.data.dbf.DBFReader
Returns a field at a specified position.
getFieldCount() - Method in class anl.repast.gis.data.dbf.DBFReader
Returns the field count of the database file.
getFieldName() - Method in class anl.repast.gis.data.FieldNameAndType
 
getFieldName() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the field name is the data for this SequenceSource is a field.
getFieldType() - Method in class anl.repast.gis.data.FieldNameAndType
 
getFileHeader() - Method in class uchicago.src.sim.analysis.DataFileHeader
Gets the true file header.
getFillPaint() - Method in class anl.repast.gis.DefaultGisAgent
 
getFillPaint() - Method in class anl.repast.gis.DefaultOpenMapAgent
 
getFillPaint(String) - Method in interface anl.repast.gis.MultiLayerOpenMapAgent
 
getFillPaint() - Method in interface anl.repast.gis.OpenMapAgent
 
getFillPaint() - Method in class uchicago.src.repastdemos.openmap.CircleAgent
 
getFillPaint() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
getFillPaint() - Method in class uchicago.src.repastdemos.openmap.URLRasterLocationAgent
 
getFirst() - Method in class uchicago.src.sim.space.OrderedCell
Gets the first (bottom) object in the cell.
getFont() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current label font.
getFont() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the label font for this NetworkDrawable.
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.
getForecastValue() - Method in class uchicago.src.repastdemos.regression.Employee
 
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 anl.repast.gis.display.OpenMapDisplay
 
getFrame() - Method in class uchicago.src.sim.engine.Controller
Returns the JFrame for controller tool bar.
getFrame() - Method in class uchicago.src.sim.gui.DisplaySurface
Returns the JFrame for this DisplaySurface.
getFrameColor() - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
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.
getFullName() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns the name of this data source prefixed by its source.
getFullName() - Method in class uchicago.src.sim.analysis.SequenceSource
 
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.
getGeometryUnder(MouseEvent) - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Return the OMGraphic object that is under a mouse event occurance on the map, null if nothing applies.
getGetMethodForAttributeType(Class, AttributeType) - Method in class anl.repast.gis.data.GeotoolsData
 
getGetMethodForAttributeType(Class, AttributeType) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Attribute type (generally from a Shapefile's dbf file) get the related get method
getGetMethodForName(Class, String) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Column name (generally from a Shapefile's dbf file) get the related get method
getGisAgentIndex() - Method in class anl.repast.gis.DefaultGeotoolsAgent
 
getGisAgentIndex() - Method in class anl.repast.gis.DefaultGisAgent
 
getGisAgentIndex() - Method in class anl.repast.gis.DefaultOpenMapAgent
 
getGisAgentIndex() - Method in interface anl.repast.gis.GisAgent
 
getGisAgentIndex() - Method in class uchicago.src.repastdemos.openmap.CircleAgent
 
getGisAgentIndex() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
getGisAgentIndex() - Method in class uchicago.src.repastdemos.openmap.URLRasterLocationAgent
 
getGoalAmountInDollars() - Method in class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
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.analysis.plot.RepastPlotBox
Return whether the grid is drawn.
getGrid() - Method in class uchicago.src.sim.gui.Display2D
Gets the Discrete2DSpace that is being displayed
getGridDensity() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getGridSize() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getGRP() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Get the GestureResponsePolicy that is being notified of the mouse actions over the layer's OMGraphicList.
getHappyPlay() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getHeader() - Method in class uchicago.src.sim.analysis.SimData
 
getHeader() - Method in class uchicago.src.sim.analysis.SimDataNew
 
getHeader() - Method in class uchicago.src.sim.network.ASCIIFormatter
Returns the block header for the matrices formatter in comment.
getHeader() - Method in class uchicago.src.sim.network.DlFormatter
Gets the dl header created by format(...).
getHeader() - Method in class uchicago.src.sim.network.ExcelFormatter
Gets the header information created by a previous call to format(...).
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.repastdemos.asynchAgents.Office
 
getHeight() - Method in class uchicago.src.repastdemos.genetic.CompetitionSpace
 
getHeight() - Method in class uchicago.src.repastdemos.life.LifeModel
 
getHeight() - Method in class uchicago.src.repastdemos.neural.Office
 
getHeight() - Method in class uchicago.src.repastdemos.regression.Office
 
getHeight() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Gets the height of the area on which to layout the graph.
getHeight() - Method in class uchicago.src.sim.gui.DrawableItem
Gets the height of this DrawableItem.
getHeight() - Method in interface uchicago.src.sim.gui.GraphLayout
Gets the height of the area on which to layout the graph.
getHeight() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the height of this NetworkDrawable.
getHeight() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the height of this NonGridDrawable.
getHeight() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the height of this DefaultDrawableNode.
getHighlightColor() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getHighlightFillPaint() - Method in class anl.repast.gis.display.RepastOMLayer
 
getHighlightFillPaint() - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
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.AbstractChartModel
 
getIcon() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns the Icon representing this type of AbstractChartModel.
getIconHeight() - Method in class uchicago.src.guiUtils.ColorIcon
 
getIconHeight() - Method in class uchicago.src.sim.analysis.MarkIcon
 
getIconHeight() - Method in class uchicago.src.sim.gui.LegendIcon
 
getIconWidth() - Method in class uchicago.src.guiUtils.ColorIcon
 
getIconWidth() - Method in class uchicago.src.sim.analysis.MarkIcon
 
getIconWidth() - Method in class uchicago.src.sim.gui.LegendIcon
 
getId() - Method in class uchicago.src.codegen.ImportGenerator
 
getID() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getId() - Method in class uchicago.src.sim.engine.SimEvent
Gets the id (type) of this SimEvent.
getId() - Method in class uchicago.src.sim.gui.DisplayInfo
Gets the id.
getId() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the node id.
getId() - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
getId() - Method in class uchicago.src.sim.gui.ViewEvent
Get the id of this event
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.repastdemos.heatBugs.HeatBug
 
getIdealTemp() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
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
 
GetImage() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
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.
getIncr() - Method in class uchicago.src.sim.parameter.NumericParameter
 
getIncr() - Method in class uchicago.src.sim.parameter.Parameter
 
getIncrement() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
getIncrement() - Method in class uchicago.src.sim.engine.gui.model.ValueParameter
Deprecated.  
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(Object) - Method in class uchicago.src.sim.space.OrderedCell
Gets the index of the specified object.
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.OrderedMulti2DHexagonalGrid
Gets the index of the specified object at the specified location.
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.OrderedMulti2DTorus
Gets the index of the specified object at the specified location.
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.gui.RectNode
Deprecated. Gets the ArrayList of edges into this RectNode.
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.repastdemos.life.LifeModel
 
getInfo() - Method in interface uchicago.src.sim.parameter.rpl.Node
 
getInfo() - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
getInfoText(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
If applicable, should return a short, informational string about the OMGraphic to be displayed in the InformationDelegator.
getInfoText(OMGraphic) - Method in class anl.repast.gis.display.RepastOMMultiLayer
If applicable, should return a short, informational string about the OMGraphic to be displayed in the InformationDelegator.
getInitialPattern() - Method in class uchicago.src.repastdemos.life.LifeModel
 
getInitialPopulation() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulationModel
 
getInitParam() - Method in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
getInitParam() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getInitParam() - Method in class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
getInitParam() - Method in class uchicago.src.repastdemos.gisModel.GisBugsModel
 
getInitParam() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getInitParam() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getInitParam() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getInitParam() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getInitParam() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getInitParam() - Method in class uchicago.src.repastdemos.jiggle.JiggleModel
 
getInitParam() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getInitParam() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getInitParam() - Method in class uchicago.src.repastdemos.neural.NeuralModel
 
getInitParam() - Method in class uchicago.src.repastdemos.neuralfromfile.NeuralModelFromFile
 
getInitParam() - Method in class uchicago.src.repastdemos.openmap.OpenMapAgentsSampleModel
 
getInitParam() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulationModel
 
getInitParam() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getInitParam() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
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.engine.SimpleModel
 
getInNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge from.
getInputParameterList() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
getInputParameterList() - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
 
getInstance() - Static method in class anl.repast.gis.data.GeotoolsData
 
getInstance() - Static method in class anl.repast.gis.data.OpenMapData
 
getInstance() - Static method in class anl.repast.gis.display.ESRIDisplay
 
getInstance() - Static method in class uchicago.src.guiUtils.ErrorNotifier
 
getInstance() - Static method in class uchicago.src.reflector.MethodFactory
 
getInstance() - Static method in class uchicago.src.sim.games.AlwaysCooperate
 
getInstance() - Static method in class uchicago.src.sim.games.AlwaysDefect
 
getInstance() - Static method in class uchicago.src.sim.games.AntiTitForTat
 
getInstance() - Static method in class uchicago.src.sim.games.TitForTat
 
getInstance() - Static method in class uchicago.src.sim.gui.SimGraphics
 
getInstance() - Static method in class uchicago.src.sim.parameter.ParameterUtility
Returns the single instance of this ParameterUtility.
getIntervalTime() - Method in class uchicago.src.sim.engine.BasicAction
 
getIOString() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
getItemsForMapMenu(MapMouseEvent) - Method in class anl.repast.gis.display.RepastOMLayer
returns a list of JMenuItems when the user right clicks on the map in a location where there is no OMGraphic (no agent)
getItemsForMapMenu(MapMouseEvent) - Method in class anl.repast.gis.display.RepastOMMultiLayer
returns a list of JMenuItems when the user right clicks on the map in a location where there is no OMGraphic (no agent)
getItemsForOMGraphicMenu(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
Return a java.util.List containing input for a JMenu with contents applicable to a popup menu for a location over an OMGraphic.
getItemsForOMGraphicMenu(OMGraphic) - Method in class anl.repast.gis.display.RepastOMMultiLayer
Return a java.util.List containing input for a JMenu with contents applicable to a popup menu for a location over an OMGraphic.
getItemWithMaxValue(String) - Method in class uchicago.src.sim.engine.DefaultGroup
 
getItemWithMaxValue(String) - Method in interface uchicago.src.sim.engine.Group
 
getItemWithMinValue(String) - Method in class uchicago.src.sim.engine.DefaultGroup
 
getItemWithMinValue(String) - Method in interface uchicago.src.sim.engine.Group
 
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.AbsMulti2DGrid
Gets the iterator for the collection of objects at the specified coordinates.
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 interface uchicago.src.sim.space.IMulti2DGrid
Gets the iterator for the collection of objects at the specified coordinates.
getJudge() - Method in class uchicago.src.repastdemos.genetic.CompetitionSpace
 
getLabel() - Method in class uchicago.src.reflector.ActionDescriptor
 
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.
getLabelColor() - Method in class uchicago.src.sim.gui.DrawableItem
Returns the current label color.
getLabelColor() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets label color for this NetworkDrawable.
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.
getLatitude() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
getLatLon() - Method in class uchicago.src.repastdemos.openmap.CircleAgent
 
getLatLon() - Method in class uchicago.src.repastdemos.openmap.URLRasterLocationAgent
 
getLayer(String) - Method in class anl.repast.gis.display.OpenMapDisplay
return the specified layer
getLayer() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
 
getLayerHandler() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getLayers() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getLayoutAlignmentX(Container) - Method in class layout.TableLayout
Returns the alignment along the x axis.
getLayoutAlignmentY(Container) - Method in class layout.TableLayout
Returns the alignment along the y axis.
getLayoutType() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getLayoutType() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
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 anl.repast.gis.data.dbf.JDBField
Returns the length of the field.
getLengthOfHistory() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getLHS() - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Gets the left-hand side name.
getLifeTime() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getLine() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
Deprecated.  
getLineNum() - Method in class uchicago.src.sim.parameter.ParameterLexer
 
getLinkProb() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getList() - Method in class uchicago.src.sim.parameter.Parameter
 
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.
getList() - Method in class uchicago.src.sim.space.OrderedCell
Returns a List of the objects contained in this cell.
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class uchicago.src.sim.analysis.MarkListRenderer
 
getLoadGui() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getLocation() - Method in class uchicago.src.repastdemos.hypercycles.HyperCell
 
getLocator() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getLongitude() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
getMain() - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
Gets the "main" RPLParameter produced by this compiler.
getMap() - Method in class uchicago.src.sim.network.Linker
Returns the probability map.
getMapBean() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getMapHandler() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getMapPanel() - Method in class anl.repast.gis.display.OpenMapDisplay
 
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.ASCIIFormatter
Returns a Vector of appropriately Strings representing the matrices.
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.DlReader
Deprecated. use getMatrices(int matrixType) instead.
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() - 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.ExcelMatrixReader
 
getMatrices(int) - Method in class uchicago.src.sim.network.ExcelMatrixReader
 
getMatrices() - Method in interface uchicago.src.sim.network.NetworkMatrixFormatter
Returns a Vector of appropriate Strings representing the matrices.
getMatrices(int) - Method in interface uchicago.src.sim.network.NetworkMatrixReader
Returns a vector of AdjacencyMatrices.
getMatrices() - Method in interface uchicago.src.sim.network.NetworkMatrixReader
Deprecated.  
getMatrix(int, float[], boolean) - Method in class uchicago.src.sim.network.DegNetGenerator
Returns a random matrix generated using the specified parameters.
getMatrix() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
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.Diffuse2D
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() - 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.RasterSpace
 
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.
getMax(ArrayList, Method) - Static method in class uchicago.src.sim.analysis.StatisticUtilities
Gets the max of the values returned by every member of the specified list when method m is called on them.
getMaxAge() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
getMaxDataSets() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Deprecated.  
getMaxDeathAge() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getMaxDegree() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getMaxDistance() - Method in class uchicago.src.repastdemos.gisModel.GisBugsModel
 
getMaxIdealTemp() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getMaxIdealTemp() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getMaxIdealTemp() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getMaxInitialSugar() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getMaxMetabolism() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getMaxOutputHeat() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getMaxOutputHeat() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getMaxOutputHeat() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getMaxTriggerDistance() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getMaxTriggerTime() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getMaxVision() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getMediaProducers() - Method in interface uchicago.src.sim.engine.SimModel
Gets a Vector of the MediaProducers registered with this model.
getMediaProducers() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets 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 exception anl.repast.gis.data.dbf.JDBFException
Returns the message for the exception.
getMessage() - Method in exception uchicago.src.codegen.GeneratorException
 
getMessage() - Method in exception uchicago.src.sim.parameter.rpl.CompilerException
 
getMessage() - Method in exception uchicago.src.sim.parameter.rpl.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error uchicago.src.sim.parameter.rpl.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception uchicago.src.sim.util.RepastException
 
getMetabolism() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
getMethod - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 
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.
getMin(ArrayList, Method) - Static method in class uchicago.src.sim.analysis.StatisticUtilities
Gets the min of the values returned by every member of the specified list when method m is called on them.
getMinDeathAge() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getMinIdealTemp() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getMinIdealTemp() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getMinIdealTemp() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getMinimumSize() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the minimum size of this component.
getMinInitialSugar() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getMinOutputHeat() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getMinOutputHeat() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getMinOutputHeat() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getMode() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getModel() - Method in class anl.repast.gis.display.OpenMapDisplay
Gets the SimModel, if any, associated with this OpenMapDisplay.
getModel() - Method in class uchicago.src.sim.analysis.AddChartGui
Returns null on cancel.
getModel() - Method in class uchicago.src.sim.analysis.EditChartGui
Returns the AbstractChartModel edited by this EditChartGui.
getModel() - Method in class uchicago.src.sim.engine.AsynchAgent
The model this agent is working with, used to get the schedule for the scheduling methods
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.engine.LoadModelDialog
Returns the selected SimModel if any, otherwise null.
getModelDataSources() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
getModelDataSources() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns the GuiChartDataSources for this SequenceChartModel.
getModelHeader() - Method in class uchicago.src.sim.analysis.SimData
 
getModelHeader() - Method in class uchicago.src.sim.analysis.SimDataNew
 
getModelManipulator() - Method in interface uchicago.src.sim.engine.SimModel
Gets the ModelManipulator.
getModelManipulator() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the ModelManipulator.
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) - Method in class uchicago.src.sim.parameter.ParameterUtility
Returns a Hashtable of all the current property name and value pairs for the specified model.
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, 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, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the extended Moore neighbors of the object(s) at x, y.
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, 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.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.AbsMulti2DHexagonalTorus
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, 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) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the Moore neighbors of the specified coordinate. doubles are returned by row starting with the "NW corner" and ending with the "SE corner."
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) - Method in class uchicago.src.sim.space.Diffuse2DHexagonal
The notion of a Moore neighborhood is incoherent on a hexagonal grid.
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, boolean) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the Moore neighbors of the object at x, y.
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, 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.Object2DHexagonalGrid
The notion of a Moore neighborhood is incoherent for a hexagonal grid.
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.AbsMulti2DGrid
Gets the extended Moore neighbors of the object(s) at x, y.
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, 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.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.AbsMulti2DHexagonalTorus
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, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Gets the extended Moore neighbors of the object(s) at x, y.
getMouseModeServiceList() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Return a list of the modes that are interesting to the MapMouseListener.
getMouseTimerInterval() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
 
getMoveFromPoint(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
 
getMoveFromPoint(OMGraphic) - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getMovementInterest() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Get the RepastGeometryOfInterest for something that the mouse is over.
getName() - Method in class anl.repast.gis.data.dbf.JDBField
Returns the name of the field.
getName() - Method in class anl.repast.gis.display.RepastOMLayer
 
getName() - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
getName() - Method in class uchicago.src.codegen.ImportGenerator
 
getName() - Method in class uchicago.src.reflector.PropertyDescriptor
 
getName() - Method in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
getName() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getName() - Method in class uchicago.src.repastdemos.enn.EnnModel
 
getName() - Method in class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
getName() - Method in class uchicago.src.repastdemos.gisModel.GisBugsModel
 
getName() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getName() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getName() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getName() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getName() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getName() - Method in class uchicago.src.repastdemos.jiggle.JiggleModel
 
getName() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getName() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getName() - Method in class uchicago.src.repastdemos.neural.NeuralModel
 
getName() - Method in class uchicago.src.repastdemos.openmap.OpenMapAgentsSampleModel
 
getName() - Method in class uchicago.src.repastdemos.rabbitPopulation.Births
 
getName() - Method in class uchicago.src.repastdemos.rabbitPopulation.DeathMultiplier
 
getName() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getName() - Method in class uchicago.src.repastdemos.rabbitPopulation.PopulationDensity
 
getName() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulation
 
getName() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulationModel
 
getName() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getName() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getName() - Method in class uchicago.src.sim.analysis.AverageDataSource
Gets the name of this datasource
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.OpenArrayData
 
getName() - Method in class uchicago.src.sim.analysis.OpenStats
 
getName() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the name of this SequenceSource.
getName() - Method in class uchicago.src.sim.engine.BasicAction
Gets the name of this BasicAction.
getName() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
getName() - Method in interface uchicago.src.sim.engine.MediaScheduler
 
getName() - Method in interface uchicago.src.sim.engine.SimModel
Gets the name of the model/simulation.
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.gui.Named
 
getName() - Method in class uchicago.src.sim.gui.ProducerNamePair
 
getName() - Method in class uchicago.src.sim.parameter.Parameter
Gets the name of this parameter.
getName() - Method in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
Gets the name of this RPLParameter.
getName() - Method in class uchicago.src.sim.parameter.rpl.ASTConstant
 
getName() - Method in class uchicago.src.sim.parameter.rpl.ASTParameter
 
getName() - Method in interface uchicago.src.sim.parameter.rpl.RPLParameter
Gets the name of this RPLParameter.
getNeighbors() - Method in class anl.repast.gis.DefaultGeotoolsAgent
 
getNeighbors() - Method in class anl.repast.gis.DefaultGisAgent
 
getNeighbors() - Method in class anl.repast.gis.DefaultOpenMapAgent
 
getNeighbors() - Method in interface anl.repast.gis.GisAgent
 
getNeighbors() - Method in class uchicago.src.repastdemos.openmap.CircleAgent
 
getNeighbors() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
getNeighbors() - Method in class uchicago.src.repastdemos.openmap.URLRasterLocationAgent
 
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, 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, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalTorus
Returns the rings of neighbors 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) - 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, 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, 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[], 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 class uchicago.src.sim.space.MooreMultiNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in class uchicago.src.sim.space.MooreNeighborhooder
 
getNeighbors(int, int, int[], boolean) - Method in interface uchicago.src.sim.space.Neighborhooder
 
getNeighbors(int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
Gets the neighbors of the object 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.
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.VNNeighborhooder
 
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.MooreMultiNeighborhooder
 
getNeighborsList(int, int, int[], boolean) - Method in class uchicago.src.sim.space.VNMultiNeighborhooder
 
getNeighborsLoc(int, int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DHexagonalGrid
Returns the rings of neighbors surrounding the cell 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.AbsMulti2DHexagonalTorus
Returns the rings of neighbors surrounding the cell at x, y.
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, int[], boolean) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
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.VNMultiNeighborhooder
 
getNeighs(int, int, int[], boolean) - Method in class uchicago.src.sim.space.HexMultiNeighborhooder
 
getNestedParameters() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
getNet() - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
 
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.
getNetwork(String, int, Class, Class) - Static method in class uchicago.src.sim.network.NetworkFactory
Deprecated. use NetworkFactory(String, int, Class, Class, int) instead.
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
getNeuralNetFileName() - Method in class uchicago.src.repastdemos.neuralfromfile.NeuralModelFromFile
 
getNewValue() - Method in class uchicago.src.sim.util.ProbeEvent
Returns the new value of the property being written.
getNextAvailableTime() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getNextAvailableTime() - Method in interface uchicago.src.sim.engine.IAsynchAgent
 
getNextDelay() - Method in class uchicago.src.sim.engine.AsynchAgent
 
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
 
getNextToken() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
getNextToken() - Method in class uchicago.src.sim.parameter.rpl.RPLParserTokenManager
 
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.
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.
getNode() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Deprecated.  
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.RandomDensityNet
Returns the Class of nodes to be used in constructing the network.
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.
getNodeForLink() - Method in class uchicago.src.sim.network.Linker
Returns a random object from the probabililty map created by the ProbabilityRule.
getNodeLabel() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the node's label
getNodeLabel() - Method in class uchicago.src.sim.gui.RectNode
Deprecated.  
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.
getNoTimerOverOMGraphic() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Get whether the timer should be ignored when movement is occuring over an OMGraphic.
getNType() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getNumAgents() - Method in class uchicago.src.repastdemos.gisModel.GisBugsModel
 
getNumAgents() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
getNumBalls() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getNumBallsInAir() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getNumber() - Method in class uchicago.src.sim.parameter.ParameterLexer
 
getNumberOfCoinsAtGene(Chromosome, int) - Static method in class uchicago.src.repastdemos.genetic.MinimizingMakeChangeFitnessFunction
Retrieves the number of coins represented by the given potential solution at the given gene position.
getNumberOfSkills() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getNumberOfTasks() - Method in class uchicago.src.repastdemos.asynchAgents.Employee
 
getNumBugs() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getNumBugs() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getNumBugs() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getNumCols() - Method in interface uchicago.src.collection.BaseMatrix
 
getNumCols() - Method in class uchicago.src.collection.DoubleMatrix
 
getNumCols() - Method in class uchicago.src.collection.NewMatrix
 
getNumCols() - Method in class uchicago.src.collection.SparseObjectMatrix
 
getNumCols() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
getNumColumn() - Method in class layout.TableLayout
Gets the number of columns in this layout.
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.repastdemos.life.InfiniteLifeSpace
Returns the number of LifeAgents around the x, y coordinate.
getNumNeighbors(int, int) - Method in class uchicago.src.repastdemos.life.LifeSpace
Returns the number of LifeAgents around the x, y coordinate.
getNumNeighbors(int, int) - Method in interface uchicago.src.repastdemos.life.Space
 
getNumNodes() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getNumNodes() - Method in class uchicago.src.repastdemos.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.repastdemos.jiggle.JiggleModel
 
getNumRects() - Method in class uchicago.src.repastdemos.jiggle.JiggleModel
 
getNumRow() - Method in class layout.TableLayout
Gets the number of rows in this layout.
getNumRows() - Method in interface uchicago.src.collection.BaseMatrix
 
getNumRows() - Method in class uchicago.src.collection.DoubleMatrix
 
getNumRows() - Method in class uchicago.src.collection.NewMatrix
 
getNumRows() - Method in class uchicago.src.collection.SparseObjectMatrix
 
getNumRows() - Method in class uchicago.src.sim.analysis.OpenArrayData
 
getNumRows() - Method in class uchicago.src.sim.analysis.OpenStats
 
getNumRows() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
getNumRuns() - Method in class uchicago.src.sim.parameter.Parameter
Gets the number of runs associated with this Parameter.
getNumTriggered() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
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
getObject(int) - Method in class uchicago.src.sim.space.OrderedCell
Gets the object at the specified index.
getObjectAt(int, int) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Object 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.Diffuse2D
Gets the object (a Long) 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) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the object at (x,y)
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.Object2DTorus
Gets the object at the specified coordinate
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.OrderedMulti2DHexagonalGrid
Gets the object at the specified location and index.
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.OrderedMulti2DTorus
Gets the object at the specified location and index.
getObjectAt(int, int) - Method in class uchicago.src.sim.space.RasterSpace
Return the object at an integer point.
getObjectAt(double, double) - Method in class uchicago.src.sim.space.RasterSpace
Return the object at a coordinate point.
getObjectsAt(int, int) - Method in class uchicago.src.repastdemos.life.InfiniteSpaceDisplay
Gets a list of objects at the specified screen (pixel) 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.Network2DDisplay
Gets a list of the objects that contain the specified screen coordinate.
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.Object2DHexaDisplay
Gets the object at the specified screen coordinates for probing.
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.gui.TextDisplay
 
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.Value2DHexaDisplay
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.space.AbsMulti2DGrid
Gets the List of objects at the specified coordinates.
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 interface uchicago.src.sim.space.IMulti2DGrid
Gets the List of objects at the specified coordinates.
getObjectsFrame(Object) - Static method in class uchicago.src.sim.util.ProbeUtilities
retrieves the IntrospectFrame that an object is being probed under
getOfficeHeight() - Method in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
getOfficeHeight() - Method in class uchicago.src.repastdemos.neural.NeuralModel
 
getOfficeHeight() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getOfficeWidth() - Method in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
getOfficeWidth() - Method in class uchicago.src.repastdemos.neural.NeuralModel
 
getOfficeWidth() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getOMGraphic() - Method in class anl.repast.gis.DefaultGisAgent
 
getOMGraphic() - Method in class anl.repast.gis.DefaultOpenMapAgent
 
getOMGraphic() - Method in interface anl.repast.gis.OpenMapAgent
 
getOMGraphic() - Method in class uchicago.src.repastdemos.openmap.CircleAgent
 
getOMGraphic() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
getOMGraphic() - Method in class uchicago.src.repastdemos.openmap.URLRasterLocationAgent
 
getOpenMap() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getOptionsMenu() - Method in class uchicago.src.sim.gui.DisplaySurface
Returns the options menu for this DisplaySurface.
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 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.gui.OvalNode
Deprecated. Gets the ArrayList of Edge out of this OvalNode.
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.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.repastdemos.heatBugs.HeatBug
 
getOutputHeat() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getOutputLocation() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
getOutputLocation() - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
returns the user selected output location
getOutputParameterList() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
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.
getParameter(String) - Method in class uchicago.src.sim.parameter.DefaultParameterSetter
Gets the current value of a named parameter.
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.
getParameterDescriptors() - Method in class uchicago.src.repastdemos.heatBugs.HeatBug
 
getParameterDescriptors() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getParameterDescriptors() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrap
 
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.engine.SimModelImpl
Gets a hashtable of ParameterDescriptors where key is parameter name, and value is the ParameterDescriptor.
getParameterFile() - Method in class uchicago.src.sim.engine.LoadModelDialog
Returns the parameter file name as a String.
getParameterFileName() - Method in class uchicago.src.sim.engine.gui.RepastParamPanel
 
getParameterList() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
getParameterNames() - Method in class uchicago.src.sim.engine.HomeController
Gets a list of the parameter names.
getParameters() - Method in class uchicago.src.sim.parameter.ParameterReader
Gets the parameters read by this Parameter reader
getParameters() - Method in class uchicago.src.sim.parameter.XMLParameterReader
Deprecated.  
getParameterType(String) - Method in class uchicago.src.sim.parameter.DefaultParameterSetter
 
getParameterType() - Method in class uchicago.src.sim.parameter.Parameter
 
getParameterValue(String, SimModel) - Method in class uchicago.src.sim.parameter.DefaultParameterSetter
Gets the current value of a named parameter.
getParameterValue(String, SimModel) - Method in interface uchicago.src.sim.parameter.ParameterSetter
Gets the current value of a named parameter.
getParameterValue(String, SimModel) - Method in class uchicago.src.sim.parameter.rpl.RPLParameterSetter
 
getParamNames() - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
Gets the set of parameter names defined during compilation.
getParamWizardPanel() - Method in class uchicago.src.sim.engine.gui.ParameterWizard
 
getParent() - Method in class uchicago.src.sim.parameter.Parameter
Gets the parent parameter of this parameter
getPath(DefaultNode) - Method in class uchicago.src.sim.network.ShortestNetworkPath
 
getPause() - Method in class uchicago.src.repastdemos.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.repastdemos.enn.EnnAgent
 
getPayoff() - Method in interface uchicago.src.sim.games.GameAgent
Gets the current payoff for this agent.
getPercentFull() - Method in class uchicago.src.repastdemos.life.LifeModel
 
getPercentLeft() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getPersistentObj(Object) - Method in class uchicago.src.sim.analysis.DataFileHeader
Gets a persistent object.
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.engine.HomeController
Get an object that has been stored between runs
getPersistentObj(Object) - Method in interface uchicago.src.sim.engine.IController
Gets a stored persistent (over the life of many runs) object.
getPersistentObj(Object) - Method in class uchicago.src.sim.engine.RemoteBatchController
retrieve a persistent object
getPi() - Method in class uchicago.src.sim.network.ShortestNetworkPath
 
getPixelMooreNghValues(int, int, int) - Method in class anl.repast.gis.data.ESRIRaster
 
getPixelValue(int, int, int) - Method in class anl.repast.gis.data.ESRIRaster
 
getPixelValueAtMap(double, double, int) - Method in class anl.repast.gis.data.ESRIRaster
 
getPlot() - Method in class uchicago.src.repastdemos.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.OpenArrayData
 
getPointLabels() - Method in class uchicago.src.sim.analysis.OpenStats
 
getPointToCenterOnComponent(Component, Component) - Static method in class uchicago.src.guiUtils.GuiUtilities
 
getPolynomimalCoefficient1() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getPolynomimalCoefficient2() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getPolynomimalCoefficient3() - Method in class uchicago.src.repastdemos.regression.RegressionOfficeModel
 
getPop() - Method in class uchicago.src.repastdemos.jain.JainNode
 
getPopulation() - Method in class uchicago.src.repastdemos.rabbitPopulation.Births
 
getPopulation() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getPopulation() - Method in class uchicago.src.repastdemos.rabbitPopulation.PopulationDensity
 
getPopulation() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulation
 
getPreferredSize() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the preferred size of this component.
getPreferredSize() - Method in class uchicago.src.sim.gui.DisplaySurface
Gets the preferred size of this DisplaySurface.
getPrevStrategy() - Method in class uchicago.src.repastdemos.enn.EnnAgent
 
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.
getProbability(Object) - Method in class uchicago.src.sim.network.UniformReinforcement
Gets 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.repastdemos.asynchAgents.Employee
 
getProbedProperties() - Method in class uchicago.src.repastdemos.hypercycles.HyperCell
 
getProbedProperties() - Method in class uchicago.src.repastdemos.rabbitPopulation.Births
 
getProbedProperties() - Method in class uchicago.src.repastdemos.rabbitPopulation.DeathMultiplier
 
getProbedProperties() - Method in class uchicago.src.repastdemos.rabbitPopulation.Deaths
 
getProbedProperties() - Method in class uchicago.src.repastdemos.rabbitPopulation.PopulationDensity
 
getProbedProperties() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulation
 
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.gui.ProbeableNumber
Returns a list of properties suitable for probing.
getProducer() - Method in class uchicago.src.sim.gui.ProducerNamePair
 
getProjection() - Method in class anl.repast.gis.display.OpenMapDisplay
get the current OpenMapProjection
getProjection(String) - Method in class anl.repast.gis.display.OpenMapDisplay
get the current projection for the specified layer
getProjection(Layer) - Method in class anl.repast.gis.display.OpenMapDisplay
get the current projection for the specified layer
getPropertiesValues() - Method in class uchicago.src.reflector.Introspector
Returns a String of "property: value" for all the properties.
getPropertiesValues() - Method in interface uchicago.src.sim.engine.SimModel
Gets a list of the simulation properties and values.
getPropertiesValues() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets a String listing the model parameters and values.
getPropertyAsString(String) - Method in class uchicago.src.reflector.Introspector
 
getPropertyClass(String) - Method in class uchicago.src.reflector.Introspector
Returns the class of the named property.
getPropertyHandler() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getPropertyId() - Method in class uchicago.src.sim.engine.PropertyEvent
Gets the property identifier for this event.
getPropertyName() - Method in class uchicago.src.reflector.FileWidget
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyButton
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyCheckBox
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyComboBox
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyLabel
 
getPropertyName() - Method in class uchicago.src.reflector.PropertyTextField
 
getPropertyName() - Method in interface uchicago.src.reflector.PropertyWidget
 
getPropertyName() - Method in class uchicago.src.reflector.RangeWidget
 
getPropertyName() - Method in class uchicago.src.sim.math.CEquationPropertyWidget
 
getPropertyName() - Method in class uchicago.src.sim.util.ProbeEvent
Returns the property name being written or read.
getPropertyNames() - Method in class uchicago.src.reflector.Introspector
 
getPropertyNamesHeader(SimModel) - Method in class uchicago.src.sim.parameter.ParameterUtility
 
getPropertyValue(String) - Method in class uchicago.src.reflector.Introspector
 
getPropertyValue() - Method in class uchicago.src.sim.engine.PropertyEvent
Gets the value of this property.
getPropertyValues(SimModel) - Method in class uchicago.src.sim.parameter.ParameterUtility
 
getPropertyWidget() - Method in interface uchicago.src.reflector.WidgetInfo
Gets a PropertyWidget for the specified object.
getPropertyWidget() - Method in class uchicago.src.sim.math.CEquationWidgetInfo
 
getPropValues() - Method in class uchicago.src.reflector.Introspector
Get the property value pairs as a Hashtable.
getPutPersistenceObject(Object, Object) - Method in class uchicago.src.sim.engine.HomeController
 
getPutPersistentObject(Object, Object) - Method in class uchicago.src.sim.engine.RemoteBatchController
 
getRandomDistribution() - Method in class uchicago.src.sim.engine.AsynchAgent
 
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.
getRandomItem() - Method in class uchicago.src.sim.engine.DefaultGroup
 
getRandomItem() - Method in interface uchicago.src.sim.engine.Group
 
getRandomMoveProb() - Method in class uchicago.src.repastdemos.heatBugs.HeatBug
 
getRandomMoveProb() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getRandomMoveProbability() - Method in class uchicago.src.repastdemos.gisModel.GisBugsModel
 
getRandomMoveProbability() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getRandomMoveProbability() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getRandomMoveProbability() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
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 exception uchicago.src.reflector.InvokerException
 
getReciProb() - Method in class uchicago.src.sim.network.RolfeNet
 
getReferences() - Method in class uchicago.src.sim.parameter.rpl.ASTsuite
 
getRemoveProb() - Method in class uchicago.src.repastdemos.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.repastdemos.sugarscape.SugarModel
 
getRHS() - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Gets the right-hand side name.
getRngSeed() - Method in interface uchicago.src.sim.engine.SimModel
Gets the default random number seed.
getRngSeed() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the current random seed.
getRootNodes() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
getRow() - Method in class layout.TableLayout
Gets the height of a single row in this layout.
getRow(int) - Method in class layout.TableLayout
Gets the sizes of a row in this layout.
getRow(int) - Method in class uchicago.src.collection.BitMatrix2D
 
getRow(int) - Method in class uchicago.src.collection.ByteMatrix2D
 
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.sim.network.AdjacencyBitMatrix
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.AdjacencyDoubleMatrix
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.
getRowCount() - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
getRowPayoff(int, int) - Method in class uchicago.src.sim.games.PayoffMatrix
Returns the payoff for row player.
getRowPayoff(GameChoice, GameChoice) - Method in class uchicago.src.sim.games.PayoffMatrix
 
getRows(int) - Method in class anl.repast.gis.data.ESRIRaster
 
getRPLConstant() - Method in class uchicago.src.sim.parameter.rpl.ASTConstant
 
getRPLErrorMessage() - Method in exception uchicago.src.sim.parameter.rpl.ParseException
 
getRPLList() - Method in class uchicago.src.sim.parameter.rpl.ASTlist
 
getRPLParameter() - Method in class uchicago.src.sim.parameter.rpl.ASTParameter
 
getRsub0() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getRsub1() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getRunCount() - Method in class uchicago.src.sim.engine.AbstractGUIController
Returns the current run count.
getRunCount() - Method in class uchicago.src.sim.engine.BatchController
Gets the number of the current batch run
getRunCount() - Method in class uchicago.src.sim.engine.HomeController
Gets the current Tick count
getRunCount() - Method in interface uchicago.src.sim.engine.IController
Gets the number of the run that this controller is running.
getRunCount() - Method in class uchicago.src.sim.engine.RemoteBatchController
 
getRunCount() - Method in class uchicago.src.sim.engine.ThinController
Always returns 1.
getRuns() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
getSchedule() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getSchedule() - Method in class uchicago.src.repastdemos.enn.EnnModel
 
getSchedule() - Method in class uchicago.src.repastdemos.gisModel.GisBugsModel
 
getSchedule() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getSchedule() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getSchedule() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getSchedule() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getSchedule() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getSchedule() - Method in class uchicago.src.repastdemos.jiggle.JiggleModel
 
getSchedule() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getSchedule() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getSchedule() - Method in class uchicago.src.repastdemos.openmap.OpenMapAgentsSampleModel
 
getSchedule() - Method in class uchicago.src.repastdemos.rabbitPopulation.RabbitPopulationModel
 
getSchedule() - Method in class uchicago.src.repastdemos.sugarscape.SugarModel
 
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.engine.SimpleModel
 
getSeed() - Static method in class uchicago.src.sim.util.Random
Gets the current randon number generator seed.
getSelectedItem() - Method in class uchicago.src.repastdemos.neuralfromfile.AgentSelectorDialog
 
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.OpenArrayData
 
getSeriesLabel(int) - Method in class uchicago.src.sim.analysis.OpenStats
 
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.OpenArrayData
 
getSeriesName(int) - Method in class uchicago.src.sim.analysis.OpenStats
 
getSetMethodForAttributeType(Class, AttributeType) - Method in class anl.repast.gis.data.GeotoolsData
 
getSetMethodForAttributeType(Class, AttributeType) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Attribute type (generally from a Shapefile's dbf file) get the related set method
getSetMethodForName(Class, String) - Method in class anl.repast.gis.data.OpenMapData
helper function given an Column name (generally from a Shapefile's dbf file) get the related set method
getShortName() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns the name of this data source.
getShortName() - Method in class uchicago.src.sim.analysis.SequenceSource
 
getShortName() - Method in class uchicago.src.sim.parameter.rpl.JavaClass
Gets the short unqualified name of the class represented by this JavaClass.
getShpType(String) - Method in class anl.repast.gis.data.OpenMapData
 
getSimModel() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns the SimModel associated with this AbstractChartModel.
getSize() - Method in class uchicago.src.repastdemos.life.InfiniteSpaceDisplay
 
getSize() - Method in class uchicago.src.repastdemos.sugarscape.SugarSpace
 
getSize() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Gets the size of the plot.
getSize() - Method in class uchicago.src.sim.engine.gui.components.ArrayListListModel
 
getSize() - Method in class uchicago.src.sim.gui.Display
Gets the size of this Display.
getSize() - Method in class uchicago.src.sim.gui.Display2D
Gets the size of the display.
getSize() - Method in interface uchicago.src.sim.gui.Displayable
Gets the size of the display.
getSize() - Method in class uchicago.src.sim.gui.HexaDisplay2D
 
getSize() - Method in class uchicago.src.sim.gui.Network2DDisplay
Gets the size of this VectorDisplay.
getSize() - Method in class uchicago.src.sim.gui.VectorDisplay
Gets the size of this VectorDisplay.
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.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.space.AbsMulti2DGrid
Gets the dimension of the space
getSize() - Method in class uchicago.src.sim.space.Diffuse2D
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.space.Object2DGrid
Gets the size as a Dimension.
getSize() - Method in class uchicago.src.sim.space.RasterSpace
 
getSizeX() - Method in class uchicago.src.collection.DoubleMatrix
The x dimension of this Matrix
getSizeX() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the size of the x dimension
getSizeX() - Method in class uchicago.src.sim.space.Diffuse2D
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.sim.space.Object2DGrid
Gets the size of the x dimension.
getSizeX() - Method in class uchicago.src.sim.space.RasterSpace
 
getSizeY() - Method in class uchicago.src.collection.DoubleMatrix
The y dimension of this Matrix
getSizeY() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the size of the y dimension
getSizeY() - Method in class uchicago.src.sim.space.Diffuse2D
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.sim.space.Object2DGrid
Gets the size of the y dimension.
getSizeY() - Method in class uchicago.src.sim.space.RasterSpace
 
getSkills() - Method in class uchicago.src.repastdemos.hypercycles.HyperCell
 
getSkills() - Method in class uchicago.src.repastdemos.hypercycles.HyperModel
 
getSkillSet() - Method in class uchicago.src.repastdemos.hypercycles.HyperCell
 
getSomeList() - Method in class uchicago.src.sim.engine.gui.components.ArrayListListModel
 
getSpaceHeight() - Method in class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
getSpaceWidth() - Method in class uchicago.src.repastdemos.genetic.GeneticChangeModel
 
getStart() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
getStart() - Method in class uchicago.src.sim.engine.gui.model.ValueParameter
Deprecated.  
getStart() - Method in class uchicago.src.sim.parameter.NumericParameter
 
getStart() - Method in class uchicago.src.sim.parameter.Parameter
 
getStartRemoveAfter() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getStartTime() - Method in class uchicago.src.sim.engine.AsynchSchedule
 
getStaticFieldType(String) - Method in class uchicago.src.sim.parameter.rpl.JavaClass
Returns the type of the named static field.
getStaticFieldValue(String) - Method in class uchicago.src.sim.parameter.rpl.JavaClass
Returns the value of the named static field.
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.repastdemos.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
getString() - Method in class uchicago.src.sim.parameter.ParameterLexer
 
getStringBounds(String, Font) - Method in class uchicago.src.sim.gui.SimGraphics
Get the bounding rectangle for the specified string and the specified font.
getStringBounds(String) - Method in class uchicago.src.sim.gui.SimGraphics
Get the bounding rectangle for the specified string using the current font.
getStringValue() - Method in class uchicago.src.sim.engine.AddIncrementer
 
getStringValue() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
getStringValue() - Method in interface uchicago.src.sim.engine.Incrementer
 
getStringValue() - Method in class uchicago.src.sim.engine.ListIncrementer
 
getStringValue() - Method in class uchicago.src.sim.parameter.NumericParameter
Returns the current value
getStringValue() - Method in class uchicago.src.sim.parameter.Parameter
Gets the current value of this parameter as a string.
getSubBlocks() - Method in class uchicago.src.sim.parameter.rpl.ASTsuite
 
getSubpathDistance(DefaultNode, DefaultNode) - Method in class uchicago.src.sim.network.NetworkPath
 
getSubRuns() - Method in class uchicago.src.sim.parameter.Parameter
 
GetSuffix(int) - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
getSugar() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
getSugarAt(int, int) - Method in class uchicago.src.repastdemos.sugarscape.SugarSpace
 
getSValue() - Method in class uchicago.src.sim.analysis.AverageSequence
Compute and return the average.
getSValue() - Method in class uchicago.src.sim.analysis.MaxSequence
Compute and return the maximum, if the list this sequence is based off of is empty this will return Double.MIN_VALUE.
getSValue() - Method in class uchicago.src.sim.analysis.MinSequence
Compute and return the minimum, if the list this sequence is based on is empty this will return Double.MAX_VALUE.
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.
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class uchicago.src.guiUtils.ColorCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class uchicago.src.sim.engine.gui.components.RadioBarPanel
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class uchicago.src.sim.engine.gui.components.RadioBarPanel
 
getTabPane() - Method in class uchicago.src.sim.engine.Controller
Returns the JTabbedPane that contains the parameter panel etc.
getTaskList() - Method in class uchicago.src.repastdemos.asynchAgents.Employee
 
getTasksAssignedPerTick() - Method in class uchicago.src.repastdemos.asynchAgents.AsynchAgentsModel
 
getTasksAssignedPerTick() - Method in class uchicago.src.repastdemos.asynchAgents.Boss
 
getTasksAssignedPerTick() - Method in class uchicago.src.repastdemos.asynchAgents.Office
 
getTermX() - Method in class uchicago.src.sim.space.RasterSpace
 
getTermY() - Method in class uchicago.src.sim.space.RasterSpace
 
getTest() - Method in interface uchicago.src.codegen.Stepper
 
getThe_geom() - Method in class anl.repast.gis.DefaultGeotoolsAgent
 
getThe_geom() - Method in interface anl.repast.gis.GeotoolsAgent
 
getTick() - Method in class uchicago.src.sim.engine.BatchEvent
 
getTickCount() - Method in interface uchicago.src.sim.engine.SimModel
Gets the current tick count for the execution of this model
getTickCount() - Method in class uchicago.src.sim.engine.SimModelImpl
Gets the current tick count
getTitle() - Method in class anl.repast.gis.display.RepastOMLayer
 
getTitle() - Method in class anl.repast.gis.display.RepastOMMultiLayer
 
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.OpenGraph
Returns the title of this graph.
getTitle() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the title of the graph, or an empty string if there is none.
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
getToken(int) - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
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. buttons.
getToolTipTextFor(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
If applicable, should return a tool tip for the OMGraphic.
getToolTipTextFor(OMGraphic) - Method in class anl.repast.gis.display.RepastOMMultiLayer
If applicable, should return a tool tip for the OMGraphic.
getTotalNumberOfCoins(Chromosome) - Static method in class uchicago.src.repastdemos.genetic.MinimizingMakeChangeFitnessFunction
Returns the total number of coins represented by all of the genes in the given potential solution.
getTotalTime() - Method in class uchicago.src.sim.engine.AsynchSchedule
 
getTrapDensity() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getTreeTop() - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
Provides access to specified parameters data model
getTriggerProbability() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrapModel
 
getType() - Method in class anl.repast.gis.data.dbf.JDBField
Returns the type of the field.
getType() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
getType() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns "OpenSequenceGraph".
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.engine.BatchEvent
 
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.parameter.rpl.RPLBooleanValue
Returns boolean.class.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Returns the type of this RPLDottedName.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLDoubleValue
Returns double.class.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLFloatValue
Returns float.class.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLIntValue
Returns int.class.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLList
Gets the type of objects contained by this list.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLLongValue
Returns long.class.
getType() - Method in interface uchicago.src.sim.parameter.rpl.RPLObject
Gets the type of this RPLObject.
getType() - Method in class uchicago.src.sim.parameter.rpl.RPLStringValue
Returns String.class.
getUnhappiness() - Method in class uchicago.src.repastdemos.heatBugs.HeatBug
 
getUnhappiness() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getUnhappyPlay() - Method in class uchicago.src.repastdemos.enn.EnnBase
 
getUpdate() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
 
getUpdateEveryN() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getUpdateEveryN() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getUtilization() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getUtilizedTime() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getVal() - Method in class uchicago.src.sim.engine.ScheduleBase.Order
 
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.AddIncrementer
Returns the value of this incrementer in parameter file format.
getValAsParameterSet() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
getValAsParameterSet() - Method in interface uchicago.src.sim.engine.Incrementer
 
getValAsParameterSet() - Method in class uchicago.src.sim.engine.ListIncrementer
 
getValAsParameterSet() - Method in class uchicago.src.sim.parameter.Parameter
 
getValue() - Method in class uchicago.src.reflector.FileWidget
 
getValue() - Method in class uchicago.src.reflector.PairComboBox
 
getValue() - Method in class uchicago.src.reflector.PropertyButton
 
getValue() - Method in class uchicago.src.reflector.PropertyCheckBox
 
getValue() - Method in class uchicago.src.reflector.PropertyComboBox
 
getValue() - Method in class uchicago.src.reflector.PropertyLabel
 
getValue() - Method in class uchicago.src.reflector.PropertyTextField
 
getValue() - Method in interface uchicago.src.reflector.PropertyWidget
 
getValue() - Method in class uchicago.src.reflector.RangeWidget
 
getValue() - Method in class uchicago.src.sim.engine.AddIncrementer
 
getValue() - Method in class uchicago.src.sim.engine.ConstIncrementer
 
getValue() - Method in class uchicago.src.sim.engine.gui.components.RadioBarPanel
 
getValue() - Method in class uchicago.src.sim.engine.gui.model.ConstantParameter
 
getValue() - Method in class uchicago.src.sim.engine.gui.model.ListParameter
 
getValue() - Method in interface uchicago.src.sim.engine.Incrementer
 
getValue() - Method in class uchicago.src.sim.engine.ListIncrementer
 
getValue() - Method in class uchicago.src.sim.math.CEquationPropertyWidget
 
getValue() - Method in class uchicago.src.sim.parameter.NumericParameter
 
getValue() - Method in class uchicago.src.sim.parameter.Parameter
Gets the current value of this parameter as an Object.
getValue(SimModel) - Method in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
Gets the current value of this RPLParameter.
getValue() - Method in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
Gets the current value of this AbstractRPLParameter.
getValue() - Method in class uchicago.src.sim.parameter.rpl.ASTdotted_name
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.ASTFalse
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.ASTFloat
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.ASTInt
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.ASTString
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.ASTTrue
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.BlockRPLParameter
Throws an UnsupportedOperationException as a BlockRPLParameter has no value to get.
getValue() - Method in class uchicago.src.sim.parameter.rpl.BooleanRPLConstant
Gets the current value of this parameter.
getValue() - Method in class uchicago.src.sim.parameter.rpl.ListRPLParameter
Gets the current value of this ListRPLParameter.
getValue() - Method in interface uchicago.src.sim.parameter.rpl.Node
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.NumericRPLConstant
Gets the current value of this constant.
getValue() - Method in class uchicago.src.sim.parameter.rpl.NumericRPLParameter
Returns the current value of this NumericRPLParameter as a Double.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLBooleanValue
Gets the value of the RPLBooleanValue as a Boolean.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Returns the value of this RPLDottedName.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLDoubleValue
Gets the value of the RPLDoubleValue as a Double.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLFloatValue
Gets the value of this RPLFloatValue as a Float.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLIntValue
Gets the value of this RPLIntValue as an Int.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLLongValue
Gets the value of this RPLLongValue as an Long.
getValue() - Method in interface uchicago.src.sim.parameter.rpl.RPLObject
Gets the value of this RPLObject.
getValue(SimModel) - Method in interface uchicago.src.sim.parameter.rpl.RPLParameter
Gets the current value of this RPLParameter.
getValue() - Method in class uchicago.src.sim.parameter.rpl.RPLStringValue
Returns the value of this RPLStringValue
getValue() - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
getValue() - Method in class uchicago.src.sim.parameter.rpl.StringRPLConstant
Returns the value of this StringRPLConstant.
getValueAt(int) - Method in class uchicago.src.sim.analysis.NetSeqTableRow
 
getValueAt(int, int) - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
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 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.Diffuse2D
Gets the value at the specified coordinate.
getValueAt(int, int) - Method in interface uchicago.src.sim.space.Discrete2DSpace
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.Object2DHexagonalTorus
Gets the value at (x,y)
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.RasterSpace
Get the value at an integer point.
getValueAt(double, double) - Method in class uchicago.src.sim.space.RasterSpace
Get the value at a coordinate point.
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.repastdemos.life.InfiniteSpaceDisplay
Gets the x origin of the view window.
getViewY() - Method in class uchicago.src.repastdemos.life.InfiniteSpaceDisplay
Gets the y origin of the view window.
getVision() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
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.AbsMulti2DGrid
Gets the extended von Neumann neighbors of the objects(s) at x, y.
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, 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.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.AbsMulti2DHexagonalTorus
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, 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, 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.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.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.AbsMulti2DHexagonalGrid
The notion of VonNeumann neighbors is incoherent on a Hexagonal grid.
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, 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.AbsMulti2DTorus
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.AbsMulti2DTorus
Gets the extended von Neumann neighbors of the objects(s) at x, y.
getVonNeumannNeighbors(int, int) - Method in class uchicago.src.sim.space.Diffuse2D
Gets the von Neumann neighbors of the specified coordinate.
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) - 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.Diffuse2DHexagonal
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, boolean) - Method in class uchicago.src.sim.space.Object2DGrid
Gets the extended von Neumann neighbors of the object at x, y.
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, int, int, boolean) - Method in class uchicago.src.sim.space.Object2DHexagonalGrid
The notion of a vonNeumann neighborhood is incoherent for a hexagonal grid.
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.PropertyDescriptor
Returns the PropertyWidget associated with this PropertyDescriptor.
getWidget(String) - Method in class uchicago.src.reflector.WidgetFactory
 
getWidth() - Method in class uchicago.src.repastdemos.asynchAgents.Office
 
getWidth() - Method in class uchicago.src.repastdemos.genetic.CompetitionSpace
 
getWidth() - Method in class uchicago.src.repastdemos.life.LifeModel
 
getWidth() - Method in class uchicago.src.repastdemos.neural.Office
 
getWidth() - Method in class uchicago.src.repastdemos.regression.Office
 
getWidth() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
Gets the width of the area on which to layout the graph.
getWidth() - Method in class uchicago.src.sim.gui.DrawableItem
Gets the width of this DrawableItem.
getWidth() - Method in interface uchicago.src.sim.gui.GraphLayout
Gets the width of the area on which to layout the graph.
getWidth() - Method in interface uchicago.src.sim.gui.NetworkDrawable
Gets the width of this NetworkDrawable.
getWidth() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the width of this NonGridDrawable.
getWidth() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the width of this DefaultDrawableNode.
getWorldXSize() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getWorldXSize() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getWorldXSize() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getWorldXSize() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getWorldXSize() - Method in class uchicago.src.repastdemos.jiggle.JiggleModel
 
getWorldXSize() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getWorldYSize() - Method in class uchicago.src.repastdemos.heatBugs.HBNoGui
 
getWorldYSize() - Method in class uchicago.src.repastdemos.heatBugs.HeatBugsModel
 
getWorldYSize() - Method in class uchicago.src.repastdemos.hexabugs.HexaBugsModel
 
getWorldYSize() - Method in class uchicago.src.repastdemos.jain.JainModel
 
getWorldYSize() - Method in class uchicago.src.repastdemos.jiggle.JiggleModel
 
getWorldYSize() - Method in class uchicago.src.repastdemos.jinGirNew.JinGirNewModelII
 
getWrappedNumber() - Method in class uchicago.src.sim.util.ByteWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.DoubleWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.FloatWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.IntWrapper
Gets the wrapped value as a Number.
getWrappedNumber() - Method in class uchicago.src.sim.util.LongWrapper
Gets the wrapped value as a Number.
getX() - Method in class uchicago.src.repastdemos.enn.EnnAgent
 
getX() - Method in class uchicago.src.repastdemos.gisModel.GisBug
 
getX() - Method in class uchicago.src.repastdemos.heatBugs.HeatBug
 
getX() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getX() - Method in class uchicago.src.repastdemos.life.LifeAgent
 
getX() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrap
 
getX() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
getX() - Method in interface uchicago.src.sim.gui.Drawable
Gets the x coordinate of this drawable.
getX() - Method in interface uchicago.src.sim.gui.Drawable2DGridNode
Returns the x (column) coordinate of the cell in which this node resides.
getX() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the x coordinate of this drawable.
getX() - Method in class uchicago.src.sim.gui.OvalNetworkItem
 
getX() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the x coordinate.
getX() - Method in class uchicago.src.sim.gui.ProbeableNumber
Gets the x coordinate.
getX() - Method in class uchicago.src.sim.gui.RectNetworkItem
 
getX() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Gets the x coordinate.
getX() - Method in class uchicago.src.sim.gui.RoundRectNetworkItem
 
getX() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the x coordinate for displaying text.
getX() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the x coordinate for this node.
getXAutoExpand() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns whether the plot's x-axis scale will expand to include new points that will not fit in the current scale.
getXAxisTitle() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the x-axis title for the chart produced by this AbstractChartModel.
getXIncrement() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Get the the amount to increase or decrease the x-axis scale when a x value is out of the range of the current scale.
getXLabel() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the label for the X (horizontal) axis, or null if none has been set.
getXLog() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the X axis is drawn with a logarithmic scale.
getXML() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Returns an XML string of the attributes of this AbstractChartModel.
getXML() - Method in class uchicago.src.xml.XMLFactory
 
getXMLAttributes() - Method in class uchicago.src.xml.XMLFactory
 
getXMLEnd() - Method in class uchicago.src.xml.XMLFactory
 
getXMLStart() - Method in class uchicago.src.xml.XMLFactory
 
getXMLStartAttrib() - Method in class uchicago.src.xml.XMLFactory
 
getXRange() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Returns the range of the x-axis as a double[] where the min is the 0th elements and the max the 1st.
getXRange() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the X range.
getXRangeIncr() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the amount to increment the displayed x-axis range when autoscaling the the chart produced by this AbstractChartModel.
getXRangeMax() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial maximum value for the x-axis of the chart produced by this AbstractChartModel.
getXRangeMin() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial minimum value for the x-axis of the chart produced by this AbstractChartModel.
getXScale() - Method in class uchicago.src.sim.gui.SimGraphics
 
getXSize() - Method in class uchicago.src.repastdemos.life.InfiniteLifeSpace
Returns the width of this InfiniteLifeSpace.
getXSize() - Method in class uchicago.src.repastdemos.life.LifeSpace
Returns the width of this LifeSpace.
getXSize() - Method in interface uchicago.src.repastdemos.life.Space
 
getXSize() - Method in class uchicago.src.repastdemos.sugarscape.SugarSpace
 
getXTicks() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the X ticks that have been specified, or null if none.
getXVal(int) - Method in class uchicago.src.sim.analysis.PlotModel
 
getXValCount() - Method in class uchicago.src.sim.analysis.PlotModel
 
getXViewPolicy() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns the current view policy for the x-axis.
getXY(Node) - Method in class uchicago.src.sim.network.PajekNetReader
Returns an int[x,y] with the coordinates of the node if they were read from the Pajek *.net file.
getY() - Method in class uchicago.src.repastdemos.enn.EnnAgent
 
getY() - Method in class uchicago.src.repastdemos.gisModel.GisBug
 
getY() - Method in class uchicago.src.repastdemos.heatBugs.HeatBug
 
getY() - Method in class uchicago.src.repastdemos.hexabugs.HexaBug
 
getY() - Method in class uchicago.src.repastdemos.life.LifeAgent
 
getY() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrap
 
getY() - Method in class uchicago.src.repastdemos.sugarscape.SugarAgent
 
getY() - Method in interface uchicago.src.sim.gui.Drawable
Gets the y coordinate of the this drawable.
getY() - Method in interface uchicago.src.sim.gui.Drawable2DGridNode
Returns the y (row) coordinate of the cell in which this node resides.
getY() - Method in interface uchicago.src.sim.gui.NonGridDrawable
Gets the y coordinate of the this drawable.
getY() - Method in class uchicago.src.sim.gui.OvalNetworkItem
 
getY() - Method in class uchicago.src.sim.gui.OvalNode
Deprecated. Gets the y coordinate.
getY() - Method in class uchicago.src.sim.gui.ProbeableNumber
Gets the y coordinate.
getY() - Method in class uchicago.src.sim.gui.RectNetworkItem
 
getY() - Method in class uchicago.src.sim.gui.RectNode
Deprecated. Gets the y coordinate.
getY() - Method in class uchicago.src.sim.gui.RoundRectNetworkItem
 
getY() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the y coordinate for displaying text.
getY() - Method in class uchicago.src.sim.network.DefaultDrawableNode
Gets the y coordinate for this node.
getYAutoExpand() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns whether the plot's y-axis scale will expand to include new points that will not fit in the current scale.
getYAxisTitle() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the y-axis title for the chart produced by this AbstractChartModel.
getYIncrement() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Get the the amount to increase or decrease the y-axis scale when a y value is out of the range of the current scale.
getYLabel() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the label for the Y (vertical) axis, or null if none has been set.
getYLog() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the Y axis is drawn with a logarithmic scale.
getYRange() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
Gets the range of the y-axis as a double[] where the min is the 0th elements and the max the 1st.
getYRange() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the Y range.
getYRangeIncr() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Sets the amount to increment the displayed y-axis range when autoscaling the the chart produced by this AbstractChartModel.
getYRangeMax() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial maximum value for the y-axis of the chart produced by this AbstractChartModel.
getYRangeMin() - Method in class uchicago.src.sim.analysis.AbstractChartModel
Gets the initial minimum value for the y-axis of the chart produced by this AbstractChartModel.
getYScale() - Method in class uchicago.src.sim.gui.SimGraphics
 
getYSize() - Method in class uchicago.src.repastdemos.life.InfiniteLifeSpace
Returns the height of this InfiniteLifeSpace.
getYSize() - Method in class uchicago.src.repastdemos.life.LifeSpace
Returns the height of this LifeSpace.
getYSize() - Method in interface uchicago.src.repastdemos.life.Space
 
getYSize() - Method in class uchicago.src.repastdemos.sugarscape.SugarSpace
 
getYTicks() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the Y ticks that have been specified, or null if none.
getYVal(int, int) - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
 
getYVal(int, int) - Method in class uchicago.src.sim.analysis.PlotModel
 
getYViewPolicy() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns the current view policy for the y-axis.
GisAgent - Interface in anl.repast.gis
 
GisBug - Class in uchicago.src.repastdemos.gisModel
The Bugs that run about the RasterSpace.
GisBug(RasterSpace, Object2DGrid, double, double, float, double) - Constructor for class uchicago.src.repastdemos.gisModel.GisBug
 
GisBugsModel - Class in uchicago.src.repastdemos.gisModel
A simple model where "bugs" run around a landscape created out of a GIS raster file.
GisBugsModel() - Constructor for class uchicago.src.repastdemos.gisModel.GisBugsModel
 
gisPropertyList() - Method in class anl.repast.gis.DefaultGeotoolsAgent
 
gisPropertyList() - Method in class anl.repast.gis.DefaultGisAgent
 
gisPropertyList() - Method in class anl.repast.gis.DefaultOpenMapAgent
 
gisPropertyList() - Method in interface anl.repast.gis.GisAgent
This list is expected to consist of pairs of Strings.
gisPropertyList() - Method in class uchicago.src.repastdemos.openmap.CircleAgent
 
gisPropertyList() - Method in class uchicago.src.repastdemos.openmap.PointAgent
 
gisPropertyList() - Method in class uchicago.src.repastdemos.openmap.URLRasterLocationAgent
 
go - Variable in class uchicago.src.sim.engine.BaseController
when true the simulation runs, when false it stops
gradeEmployees() - Method in class uchicago.src.repastdemos.asynchAgents.Consultant
 
GraphLayout - Interface in uchicago.src.sim.gui
An Interface for laying out graphs (ie networks of nodes and edges).
gray - Static variable in class uchicago.src.sim.gui.ColorMap
 
green - Static variable in class uchicago.src.sim.gui.ColorMap
 
grid - Variable in class uchicago.src.sim.gui.Display2D
 
gridDensity - Variable in class uchicago.src.repastdemos.enn.EnnBase
 
Group - Interface in uchicago.src.sim.engine
 
groupToExecute - Variable in class uchicago.src.sim.engine.ScheduleBase
 
grp - Variable in class anl.repast.gis.display.RepastMapMouseInterpreter
 
GuiChartDataSource - Interface in uchicago.src.sim.analysis
Interface for data sources for gui created charts.
GUIControllerAbstract - Class in uchicago.src.sim.engine.gui.components
 
GUIControllerAbstract() - Constructor for class uchicago.src.sim.engine.gui.components.GUIControllerAbstract
 
guiInit() - Method in class uchicago.src.guiUtils.Wizard
 
GuiUtilities - Class in uchicago.src.guiUtils
 
GuiUtilities() - Constructor for class uchicago.src.guiUtils.GuiUtilities
 

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 _