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

GET - Static variable in class uchicago.src.reflector.Introspector
 
GUIControllerAbstract - class uchicago.src.sim.engine.gui.components.GUIControllerAbstract.
 
GUIControllerAbstract() - Constructor for class uchicago.src.sim.engine.gui.components.GUIControllerAbstract
 
Game - class uchicago.src.sim.games.Game.
Abstracts a prisoner's dilemma cooperation type game.
Game() - Constructor for class uchicago.src.sim.games.Game
 
GameAgent - interface uchicago.src.sim.games.GameAgent.
Interface for agents who want to play Games.
GameChoice - class uchicago.src.sim.games.GameChoice.
Typesafe enum for Strategies.
GameUtilities - class uchicago.src.sim.games.GameUtilities.
Utility methods for payoff matrix games.
GameUtilities() - Constructor for class uchicago.src.sim.games.GameUtilities
 
GeneratorException - exception uchicago.src.codegen.GeneratorException.
 
GeneratorException(String, Exception) - Constructor for class uchicago.src.codegen.GeneratorException
 
GeneratorUtilities - class uchicago.src.codegen.GeneratorUtilities.
 
GeneratorUtilities() - Constructor for class uchicago.src.codegen.GeneratorUtilities
 
GeotoolsAgent - interface anl.repast.gis.GeotoolsAgent.
 
GeotoolsData - class anl.repast.gis.data.GeotoolsData.
 
GeotoolsData() - Constructor for class anl.repast.gis.data.GeotoolsData
 
GetImage() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
GetSuffix(int) - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
 
GisAgent - interface anl.repast.gis.GisAgent.
 
Graph - interface uchicago.src.sim.topology.graph.Graph.
This represents a more specific RelationTopology, where relationships are represented by edges.
GraphLayout - interface uchicago.src.sim.gui.GraphLayout.
An Interface for laying out graphs (ie networks of nodes and edges).
GraphRenderer - class uchicago.src.sim.topology.graph.renderer.GraphRenderer.
This class should be used to render a graph.
GraphRenderer() - Constructor for class uchicago.src.sim.topology.graph.renderer.GraphRenderer
 
GraphTest - class uchicago.src.sim.topology.graph.test.GraphTest.
 
GraphTest(String) - Constructor for class uchicago.src.sim.topology.graph.test.GraphTest
 
GridAgent - interface uchicago.src.sim.topology.space2.GridAgent.
Created by IntelliJ IDEA.
Group - interface uchicago.src.sim.engine.Group.
 
GroupTest - class uchicago.src.sim.test.GroupTest.
Tests ActionQueue.
GroupTest(String) - Constructor for class uchicago.src.sim.test.GroupTest
 
GroupTest.GroupItem - class uchicago.src.sim.test.GroupTest.GroupItem.
 
GroupTest.GroupItem(int) - Constructor for class uchicago.src.sim.test.GroupTest.GroupItem
 
GuiChartDataSource - interface uchicago.src.sim.analysis.GuiChartDataSource.
Interface for data sources for gui created charts.
GuiUtilities - class uchicago.src.guiUtils.GuiUtilities.
 
GuiUtilities() - Constructor for class uchicago.src.guiUtils.GuiUtilities
 
g2 - Variable in class uchicago.src.sim.gui.Painter
 
game(Player) - Method in class uchicago.src.sim.topology.demo.Player
 
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
 
geometricPdf(int, double) - Static method in class uchicago.src.sim.util.Random
 
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(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.topology.graph.util.Queue
 
get(int) - Method in class uchicago.src.sim.util.ConservationCollection
 
getAParameterData() - Method in class uchicago.src.sim.engine.gui.ParameterWizard
 
getAParameterData() - Method in class uchicago.src.sim.engine.gui.components.ParameterDataObjectTableModel
 
getAccessorMethod(String, int) - Method in class uchicago.src.reflector.Introspector
 
getAccessorMethods(Class, String[]) - Method in class uchicago.src.reflector.MethodFactory
 
getAdjacentNodes(Object, EdgeType) - Method in class uchicago.src.sim.topology.graph.DirectedGraph
Get the Nodes that share an edge with the parameter with the proper directionality.
getAdjacentNodes(Object, double, EdgeType) - Method in class uchicago.src.sim.topology.graph.DirectedGraph
Get a list of the vertices that are attached to the specified vertex of the given direction and within the given distance.
getAdjacentNodes(Object, EdgeType) - Method in interface uchicago.src.sim.topology.graph.Graph
Get the Nodes that share an edge with the parameter with the proper directionality.
getAdjacentNodes(Object, double, EdgeType) - Method in interface uchicago.src.sim.topology.graph.Graph
 
getAdjacentNodes(Object, EdgeType) - Method in class uchicago.src.sim.topology.graph.UndirectedGraph
Get the Nodes that share an edge with the parameter with the proper directionality.
getAdjacentNodes(Object, double, EdgeType) - Method in class uchicago.src.sim.topology.graph.UndirectedGraph
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.AbstractNeighborhood
 
getAgentCount(Location, int, boolean) - Method in interface uchicago.src.sim.topology.space.Neighborhood
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d2.HexNeighborhood
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d2.MooreNeighborhood
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d2.VonNeumannNeighborhood
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d3.Hex3DNeighborhood
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d3.Moore3DNeighborhood
 
getAgentCount(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d3.VonNeumannNeighborhood
 
getAgentFromOMGraphic(OMGraphic) - Method in class anl.repast.gis.display.RepastOMLayer
 
getAgentList() - Method in class anl.repast.gis.display.RepastOMLayer
 
getAgentList() - Static method in class uchicago.src.sim.engine.AsynchAgent
 
getAgentToMove() - Method in class anl.repast.gis.display.RepastOMLayer
 
getAgents() - Method in class uchicago.src.sim.util.AgentDistribution
 
getAllDegree(Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns the number of arcs node is involved in.
getAllShortPathMatrix(List) - Static method in class uchicago.src.sim.network.NetUtilities
Returns a DenseDoubleMatrix2D in which the i,j th entry gives the length of the shortest path between i and j. i and j indexes refer to the position of the node in the ArrayList parameter.
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
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.
getAveragePayoff() - Method in class uchicago.src.sim.topology.demo.Player
 
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.
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).
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.
getBorderColor() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
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.
getBorderWidth() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
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
 
getCapName() - Method in class uchicago.src.sim.parameter.AbstractParameterSetter.ParamName
 
getCapacity() - Method in interface uchicago.src.sim.topology.space.Location
 
getCapacity() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace.Abstract2DLocation
 
getCapacity() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace.Abstract3DLocation
 
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
 
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
 
getClassification(Object) - Method in class uchicago.src.sim.topology.graph.util.DepthFirstSearch
This returns the classification of an edge between nodes (u,v).
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).
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.
getColor() - Method in class uchicago.src.guiUtils.ColorChooserPopup
 
getColor() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the Color of the sequence created by this SequenceSource.
getColor() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Return whether the plot uses color.
getColor(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.
getColor() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
getColorByName(String) - Static method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Convert a color name into a Color.
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
 
getComment() - Method in class uchicago.src.sim.network.AbstractAdjacencyMatrix
Gets the comment, if any, associated with this matrix.
getComment() - Method in interface uchicago.src.sim.network.AdjacencyMatrix
Gets the comment, if any, associated with this matrix.
getComponent() - Method in class uchicago.src.reflector.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
 
getConnectRadius() - Method in class uchicago.src.sim.network.SquareLatticeNet
 
getConnected() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Return whether the default is to connect subsequent points with a line.
getConsoleErr() - Method in class uchicago.src.sim.engine.AbstractGUIController
 
getConsoleOut() - Method in class uchicago.src.sim.engine.AbstractGUIController
 
getConstNames() - Method in class uchicago.src.sim.parameter.rpl.RPLCompiler
Gets the set of constant parameter names defined during compilation.
getConstants() - Method in class uchicago.src.sim.parameter.rpl.ASTsuite
 
getConstraints(Component) - Method in class layout.TableLayout
Gets the constraints of a given component.
getConsumeEvents() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
 
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
 
getCurWidth() - Method in class uchicago.src.sim.gui.SimGraphics
 
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.
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.  
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.
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
 
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 file 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.  
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.
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.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.
getDialog() - Method in class uchicago.src.sim.engine.LoadModelDialog
 
getDialog() - Method in class uchicago.src.sim.engine.gui.ParameterWizard
 
getDisplayHeight() - Method in class uchicago.src.sim.gui.SimGraphics
 
getDisplayWidth() - Method in class uchicago.src.sim.gui.SimGraphics
 
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.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.
getDistance() - Method in class uchicago.src.sim.network.NetworkPath
 
getDistance() - Method in class uchicago.src.sim.topology.graph.util.ShortestPath
Get the distance (in weight) between the start node and the current node.
getDistribution() - Method in class uchicago.src.sim.util.AgentDistribution
 
getDocumentBase() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Deprecated.  
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)
getDoubleE() - Method in class uchicago.src.sim.test.RPLParameterTest.TestSimModel
 
getDrawEdgesFirst() - Method in class uchicago.src.sim.gui.Network2DDisplay
Gets whether or not this draws the edges first and then the nodes over them.
getDrawableNetwork(Class, Class, int, int) - Method in class uchicago.src.sim.network.PajekNetReader
Returns a list of nodes of type nodeClass forming network corresponding to the *.net file with edges of class edgeClass and strength corresponding to the arcs and edges in the file.
getDuration() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getDynParamMethod() - Method in class uchicago.src.sim.analysis.DataFileHeader
 
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
 
getEdge(Object, Object) - Method in class uchicago.src.sim.topology.graph.UndirectedGraph
 
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.
getEdgeSet(Object, EdgeType) - Method in class uchicago.src.sim.topology.graph.DirectedGraph
 
getEdgeSet(Object) - Method in class uchicago.src.sim.topology.graph.UndirectedGraph
 
getEdges(Object, EdgeType) - Method in class uchicago.src.sim.topology.graph.DirectedGraph
Returns the edge objects of the given directionality for the object.
getEdges(Object, EdgeType) - Method in interface uchicago.src.sim.topology.graph.Graph
Returns the edge objects of the given directionality for the object.
getEdges(Object, EdgeType) - Method in class uchicago.src.sim.topology.graph.UndirectedGraph
Returns the edge objects of the given directionality for the object.
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
 
getElementOne() - Method in class uchicago.src.sim.topology.graph.DefaultEdge
 
getElementOne() - Method in interface uchicago.src.sim.topology.graph.Edge
 
getElementTwo() - Method in class uchicago.src.sim.topology.graph.DefaultEdge
 
getElementTwo() - Method in interface uchicago.src.sim.topology.graph.Edge
 
getEnd() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
getEnd() - Method in class uchicago.src.sim.engine.gui.model.ValueParameter
 
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.sim.math.CEquation
 
getEsriLayer(String) - Method in class anl.repast.gis.data.OpenMapData
given a shapefile, returns an OpenMap EsriLayer
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
 
getFQClassName() - Method in class uchicago.src.sim.util.Disassembler
Returns the fully qualified name of the Class whose .class file is being disassembled.
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() - Method in interface anl.repast.gis.OpenMapAgent
 
getFilledGrid(int, int, Class) - Static method in class uchicago.src.sim.topology.ContextFactory
 
getFirst() - Method in class uchicago.src.sim.space.OrderedCell
Gets the first (bottom) object in the cell.
getFirst() - Method in class uchicago.src.sim.topology.space.d2.OrderedMulti2DGrid.OrderedMulti2DLocation
Gets the first (bottom) object in the cell.
getFirst() - Method in class uchicago.src.sim.topology.space.d3.OrderedMulti3DGrid.OrderedMulti3DLocation
Gets the first (bottom) object in the cell.
getFloatD() - Method in class uchicago.src.sim.test.DefaultParameterTest.TestSimModel
 
getFloatD() - Method in class uchicago.src.sim.test.RPLParameterTest.TestSimModel
 
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.
getFont() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
getFontSize() - Method in class uchicago.src.sim.gui.TextDisplay
Gets the current font size.
getFooInt() - Method in class uchicago.src.sim.test.RPLParameterTest.TestSimModel
 
getFormat() - Method in class uchicago.src.sim.gui.BufferSourceStream
 
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.
getFrom() - Method in class uchicago.src.sim.topology.graph.DirectedEdge
 
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
 
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.
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
 
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
getGridFromList(int, int, List, boolean) - Static method in class uchicago.src.sim.topology.ContextFactory
 
getGui() - Method in interface uchicago.src.sim.topology.DisplayableContext
 
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.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.
getHeight() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
getHighlightColor() - Method in class anl.repast.gis.display.OpenMapDisplay
 
getHighlightFillPaint() - Method in class anl.repast.gis.display.RepastOMLayer
 
getHistogram() - Method in class uchicago.src.sim.analysis.Histogram
Returns the Histogram1D object of which this Histogram is a view.
getID() - Method in class uchicago.src.sim.engine.AsynchAgent
 
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.
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.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.
getId() - Method in class uchicago.src.sim.test.ScheduleTestAgent
 
getImage() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
 
getImpulses() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Return whether a line will be drawn from any plotted point down to the x axis.
getInDegree() - Method in class uchicago.src.sim.network.DefaultNode
Gets the in degree of this DefaultNode.
getInDegree(Node) - Static method in class uchicago.src.sim.network.NetUtilities
Returns the in degree (number of in edges) of the node.
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.
getInNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge from.
getInNodes(Object) - Method in class uchicago.src.sim.topology.graph.DirectedGraph
Get all of the vertices that the given vertex has an in edge from.
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
 
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.
getIndexOf(Object) - Method in class uchicago.src.sim.topology.space.d2.OrderedMulti2DGrid.OrderedMulti2DLocation
Gets the index of the specified object.
getIndexOf(Object) - Method in class uchicago.src.sim.topology.space.d3.OrderedMulti3DGrid.OrderedMulti3DLocation
Gets the index of the specified object.
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.
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
 
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.
getIntA() - Method in class uchicago.src.sim.test.DefaultParameterTest.TestSimModel
 
getIntA() - Method in class uchicago.src.sim.test.RPLParameterTest.TestSimModel
 
getIntervalTime() - Method in class uchicago.src.sim.engine.BasicAction
 
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
 
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)
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.
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.
getLHS() - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Gets the left-hand side name.
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.
getLabelColor() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
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.
getLast() - Method in class uchicago.src.sim.topology.space.d2.OrderedMulti2DGrid.OrderedMulti2DLocation
Gets the last (top) object in the cell.
getLast() - Method in class uchicago.src.sim.topology.space.d3.OrderedMulti3DGrid.OrderedMulti3DLocation
Gets the last (top) object in the cell.
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.
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.
getLine() - Method in class uchicago.src.sim.parameter.rpl.SimpleCharStream
Deprecated.  
getLineNum() - Method in class uchicago.src.sim.parameter.ParameterLexer
 
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
 
getLocation(Object) - Method in interface uchicago.src.sim.topology.graph.renderer.RenderableGraphLayout
 
getLocation() - Method in interface uchicago.src.sim.topology.space.Agent
 
getLocation(Object) - Method in interface uchicago.src.sim.topology.space.Space
Attempts to get the Location for a specific object.
getLocation(int, int) - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace
Gets the Object2DLocation object at the specified coordinates.
getLocation(Object) - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace
 
getLocation(int, int) - Method in class uchicago.src.sim.topology.space.d2.Multi2DGrid
Gets the Object2DLocation object at the specified coordinates.
getLocation(int, int) - Method in class uchicago.src.sim.topology.space.d2.Object2DGrid
Gets the Object2DLocation object at the specified coordinates.
getLocation(int, int) - Method in interface uchicago.src.sim.topology.space.d2.Object2DSpace
Gets the Object2DLocation object at the specified coordinates.
getLocation(int, int) - Method in class uchicago.src.sim.topology.space.d2.OrderedMulti2DGrid
Gets the Object2DLocation object at the specified coordinates.
getLocation(int, int, int) - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace
Gets the Object2DLocation object at the specified coordinates.
getLocation(Object) - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace
 
getLocation(int, int, int) - Method in class uchicago.src.sim.topology.space.d3.Multi3DGrid
Gets the Object2DLocation object at the specified coordinates.
getLocation(int, int, int) - Method in class uchicago.src.sim.topology.space.d3.Object3DGrid
Gets the Location object at the specified coordinates.
getLocation(int, int, int) - Method in interface uchicago.src.sim.topology.space.d3.Object3DSpace
Gets the Object2DLocation object at the specified coordinates.
getLocation(int, int, int) - Method in class uchicago.src.sim.topology.space.d3.OrderedMulti3DGrid
Gets the Object2DLocation object at the specified coordinates.
getLocation(Object) - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
 
getLocation(int, int) - Static method in class uchicago.src.sim.topology.space2.Location
 
getLocation(Object) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
 
getLocation(int, int) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
 
getLocator() - Method in class uchicago.src.sim.gui.BufferDataSource
 
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
 
getMarkStyle() - Method in class uchicago.src.sim.analysis.SequenceSource
Returns the mark style (the shape of the point) for this SequenceSource.
getMarksStyle() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Get the marks style, which is one of "none", "points", "dots", or "various".
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
 
getMatrix() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace
Returns the matrix collection object associated with this 2d grid
getMatrix() - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
Gets the matrix collection class that contains all the values
getMatrix() - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Returns the matrix collection object associated with this 2d grid
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.
getMaxDataSets() - Method in class uchicago.src.sim.analysis.plot.RepastPlot
Deprecated.  
getMaxIter() - Method in class uchicago.src.sim.topology.demo.Model
 
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 class anl.repast.gis.data.dbf.JDBFException
Returns the message for the exception.
getMessage() - Method in class uchicago.src.codegen.GeneratorException
 
getMessage() - Method in class uchicago.src.sim.parameter.rpl.CompilerException
 
getMessage() - Method in class 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 class uchicago.src.sim.parameter.rpl.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in class uchicago.src.sim.util.RepastException
 
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.
getMinimumSize() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the minimum size of this component.
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.
getMooreNeighbors(int, int, boolean) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the Moore neighbors of the object at x, y.
getMooreNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the extended Moore neighbors of the object at x, y.
getMooreNeighborsLoc(int, int, boolean) - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Gets the Moore neighbors of the object(s) at x, y.
getMooreNeighborsLoc(int, int, int, int, boolean) - Method in class uchicago.src.sim.space.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
 
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 uchicago.src.codegen.ImportGenerator
 
getName() - Method in class uchicago.src.reflector.PropertyDescriptor
 
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 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 class uchicago.src.sim.engine.gui.model.DataParameter
 
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.ASTConstant
 
getName() - Method in class uchicago.src.sim.parameter.rpl.ASTParameter
 
getName() - Method in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
Gets the name of this RPLParameter.
getName() - Method in interface uchicago.src.sim.parameter.rpl.RPLParameter
Gets the name of this RPLParameter.
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.AbstractNeighborhood
 
getNeighborhoodSize(Location, int, boolean) - Method in interface uchicago.src.sim.topology.space.Neighborhood
 
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d2.HexNeighborhood
This method actually uses the following calculation to determine the number of cells included in a neighborhood. 3n^2 - 3n + 1 RePast calculates neighs using 1 as the first set (not including the origin cell.
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d2.MooreNeighborhood
This method actually uses the following calculation to determine the number of cells included in a neighborhood
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d2.VonNeumannNeighborhood
This method actually uses the following calculation to determine the number of cells included in a neighborhood. 2n^2 + 2n + 1 RePast calculates neighs using 1 as the first set (not including the origin cell.
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d3.Hex3DNeighborhood
This method actually uses the following calculation to determine the number of cells included in a neighborhood. 3n^2 - 3n + 1 RePast calculates neighs using 1 as the first set (not including the origin cell.
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d3.Moore3DNeighborhood
This method actually uses the following calculation to determine the number of cells included in a neighborhood
getNeighborhoodSize(Location, int, boolean) - Method in class uchicago.src.sim.topology.space.d3.VonNeumannNeighborhood
This method actually uses the following calculation to determine the number of cells included in a neighborhood. 2n^2 + 2n + 1 RePast calculates neighs using 1 as the first set (not including the origin cell.
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(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
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.
getNoTimerOverOMGraphic() - Method in class anl.repast.gis.display.RepastMapMouseInterpreter
Get whether the timer should be ignored when movement is occuring over an OMGraphic.
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.
getNodes() - Method in class uchicago.src.sim.topology.graph.DirectedGraph
 
getNodes() - Method in interface uchicago.src.sim.topology.graph.Graph
 
getNodes() - Method in class uchicago.src.sim.topology.graph.UndirectedGraph
 
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.
getNumOutEdges() - Method in class uchicago.src.sim.network.DefaultNode
Returns the number of out edges contained by the Node.
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.
getNumber() - Method in class uchicago.src.sim.parameter.ParameterLexer
 
getOMGraphic() - Method in class anl.repast.gis.DefaultGisAgent
 
getOMGraphic() - Method in class anl.repast.gis.DefaultOpenMapAgent
 
getOMGraphic() - Method in interface anl.repast.gis.OpenMapAgent
 
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.
getObject(int) - Method in class uchicago.src.sim.topology.space.d2.OrderedMulti2DGrid.OrderedMulti2DLocation
Gets the object at the specified index.
getObject(int) - Method in class uchicago.src.sim.topology.space.d3.OrderedMulti3DGrid.OrderedMulti3DLocation
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.
getObjectAt(int, int, int) - Method in class uchicago.src.sim.topology.space.d2.OrderedMulti2DGrid
Gets the object at the specified location and index.
getObjectAt(int, int) - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
Gets the Object at the specified coordinate.
getObjectAt(int, int) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the object at (x,y)
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
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
 
getOther() - Method in class uchicago.src.sim.topology.demo.Player
 
getOtherElement(Object) - Method in class uchicago.src.sim.topology.graph.DefaultEdge
 
getOtherElement(Object) - Method in interface uchicago.src.sim.topology.graph.Edge
 
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.
getOutNodes(Object) - Method in class uchicago.src.sim.topology.graph.DirectedGraph
Get all of the vertices that the given vertex has an out edge to.
getOutputLocation() - Method in class uchicago.src.sim.engine.gui.components.ParameterData
 
getOutputLocation() - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
returns 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
 
getPAdapt() - Method in class uchicago.src.sim.topology.demo.Model
 
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.
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
 
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 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.
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
 
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
 
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
 
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 interface uchicago.src.sim.games.GameAgent
Gets the current payoff for this agent.
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
 
getPlayerID() - Method in class uchicago.src.sim.topology.demo.Player
 
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
 
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.
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 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
getPropValues() - Method in class uchicago.src.reflector.Introspector
Get the property value pairs as a Hashtable.
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
 
getPutPersistenceObject(Object, Object) - Method in class uchicago.src.sim.engine.HomeController
 
getPutPersistentObject(Object, Object) - Method in class uchicago.src.sim.engine.RemoteBatchController
 
getRHS() - Method in class uchicago.src.sim.parameter.rpl.RPLDottedName
Gets the right-hand side name.
getRPLConstant() - Method in class uchicago.src.sim.parameter.rpl.ASTConstant
 
getRPLErrorMessage() - Method in class 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
 
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.
getRandomGrid(int, int, double, Class) - Static method in class uchicago.src.sim.topology.ContextFactory
 
getRandomItem() - Method in class uchicago.src.sim.engine.DefaultGroup
 
getRandomItem() - Method in interface uchicago.src.sim.engine.Group
 
getRandomNodeIn() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of in edges.
getRandomNodeOut() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of out edges.
getRandomSeed() - Method in class uchicago.src.sim.engine.BaseController
Gets the current random seed for the current model
getRandomToNode() - Method in class uchicago.src.sim.network.DefaultNode
Gets a node at random from the list of nodes that this node has an edge to.
getReason() - Method in class uchicago.src.reflector.InvokerException
 
getReciProb() - Method in class uchicago.src.sim.network.RolfeNet
 
getReferences() - Method in class uchicago.src.sim.parameter.rpl.ASTsuite
 
getRelated(Object, String, double) - Method in interface uchicago.src.sim.topology.Context
Get all of the elements related to the parameter that share the given relationship within the distance.
getRelated(Object, String, double) - Method in class uchicago.src.sim.topology.DefaultContext
Get all of the elements related to the parameter that share the given relationship within the distance.
getRelated(Object, String, double) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Get all of the elements related to the parameter that share the given relationship within the distance.
getRelated(Object, String) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
 
getRelationTopology(String) - Method in interface uchicago.src.sim.topology.Context
Get the actual topology defined by the relationType.
getRelationTopology(String) - Method in class uchicago.src.sim.topology.DefaultContext
Get the actual topology defined by the relationType.
getRelationTopology(String) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Get the actual topology defined by the relationType.
getRelationType() - Method in class uchicago.src.sim.topology.DefaultModifyableTopology
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in interface uchicago.src.sim.topology.RelationTopology
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.graph.AbstractGraph
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.space.AbstractNeighborhood
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DTopology
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DTopology
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.space2.MooreTopology
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.space2.OccupationTopology
Get the type of relationship/topology that is represented by this Class.
getRelationType() - Method in class uchicago.src.sim.topology.space2.VonNeumannTopology
Get the type of relationship/topology that is represented by this Class.
getRelationTypes() - Method in interface uchicago.src.sim.topology.Context
Return a list Strings for the all of the relationship types used by this class.
getRelationTypes() - Method in class uchicago.src.sim.topology.DefaultContext
Return a list Strings for the all of the relationship types used by this class.
getRelationTypes() - Method in class uchicago.src.sim.topology.space2.Object2DGrid
 
getRelations(Object) - Method in class uchicago.src.sim.topology.DefaultModifyableTopology
Get all of the relationships that the given element has with other elements.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.DefaultModifyableTopology
Gets all of the Objects within a given range.
getRelations(Object, double) - Method in interface uchicago.src.sim.topology.RelationTopology
Gets all of the Objects within a given range.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.graph.AbstractGraph
Gets all of the Objects within a given range.
getRelations(Object) - Method in class uchicago.src.sim.topology.graph.AbstractGraph
 
getRelations(Object, double) - Method in class uchicago.src.sim.topology.space.AbstractNeighborhood
 
getRelations(Object) - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DTopology
Get all of the relationships that the given element has with other elements.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DTopology
Get all of the relationships that the given element has with other elements in this location.
getRelations(Object) - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DTopology
Get all of the relationships that the given element has with other elements.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DTopology
Get all of the relationships that the given element has with other elements in this location.
getRelations(int, int, int[], boolean) - Method in class uchicago.src.sim.topology.space2.AbstractDiscrete2DTopology
 
getRelations(int, int, int[], boolean) - Method in class uchicago.src.sim.topology.space2.MooreTopology
 
getRelations(Object) - Method in class uchicago.src.sim.topology.space2.MooreTopology
Get all of the relationships that the given element has with other elements.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.space2.MooreTopology
Gets all of the Objects within a given range.
getRelations(Object) - Method in class uchicago.src.sim.topology.space2.OccupationTopology
Get all of the relationships that the given element has with other elements.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.space2.OccupationTopology
Gets all of the Objects within a given range.
getRelations(int, int, int[], boolean) - Method in class uchicago.src.sim.topology.space2.VonNeumannTopology
 
getRelations(Object) - Method in class uchicago.src.sim.topology.space2.VonNeumannTopology
Get all of the relationships that the given element has with other elements.
getRelations(Object, double) - Method in class uchicago.src.sim.topology.space2.VonNeumannTopology
Gets all of the Objects within a given range.
getRelationshipType() - Method in class uchicago.src.sim.topology.demo.Player
 
getRepastParameterPanel() - Method in class uchicago.src.sim.engine.AbstractGUIController
Creates an IntrospectPanel that contains the parameters for all repast models.
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
 
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.
getRunCount() - Method in class uchicago.src.sim.test.GroupTest.GroupItem
 
getRuns() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
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.
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.
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
getShape() - Method in class uchicago.src.sim.topology.graph.renderer.OvalNodeStyle
 
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.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
 
getSize() - Method in interface uchicago.src.sim.topology.space.Space
Gets the dimension of the space
getSize() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace
 
getSize() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace
 
getSize() - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
Gets the dimension of the space
getSize() - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the size as a Dimension.
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
 
getSizeX() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace
 
getSizeX() - Method in interface uchicago.src.sim.topology.space.d2.Object2DSpace
 
getSizeX() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace
 
getSizeX() - Method in interface uchicago.src.sim.topology.space.d3.Object3DSpace
 
getSizeX() - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
Gets the size of the x dimension
getSizeX() - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the size of the x dimension.
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
 
getSizeY() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace
 
getSizeY() - Method in interface uchicago.src.sim.topology.space.d2.Object2DSpace
 
getSizeY() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace
 
getSizeY() - Method in interface uchicago.src.sim.topology.space.d3.Object3DSpace
 
getSizeY() - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
Gets the size of the y dimension
getSizeY() - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the size of the y dimension.
getSizeZ() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace
 
getSizeZ() - Method in interface uchicago.src.sim.topology.space.d3.Object3DSpace
 
getSmallWorldFromList(List, int, int, boolean, int, double) - Static method in class uchicago.src.sim.topology.ContextFactory
 
getSomeList() - Method in class uchicago.src.sim.engine.gui.components.ArrayListListModel
 
getSpace() - Method in class uchicago.src.sim.topology.space.AbstractNeighborhood
 
getSpace() - Method in interface uchicago.src.sim.topology.space.Location
 
getSpace() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace.Abstract2DLocation
 
getSpace() - Method in class uchicago.src.sim.topology.space.d2.HexNeighborhood
 
getSpace() - Method in class uchicago.src.sim.topology.space.d2.MooreNeighborhood
 
getSpace() - Method in class uchicago.src.sim.topology.space.d2.VonNeumannNeighborhood
 
getSpace() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace.Abstract3DLocation
 
getSpace() - Method in class uchicago.src.sim.topology.space.d3.Hex3DNeighborhood
 
getSpace() - Method in class uchicago.src.sim.topology.space.d3.Moore3DNeighborhood
 
getSpace() - Method in class uchicago.src.sim.topology.space.d3.VonNeumannNeighborhood
 
getStart() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
getStart() - Method in class uchicago.src.sim.engine.gui.model.ValueParameter
 
getStart() - Method in class uchicago.src.sim.parameter.NumericParameter
 
getStart() - Method in class uchicago.src.sim.parameter.Parameter
 
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
 
getStrB() - Method in class uchicago.src.sim.test.DefaultParameterTest.TestSimModel
 
getStrB() - Method in class uchicago.src.sim.test.RPLParameterTest.TestSimModel
 
getStrategy() - Method in interface uchicago.src.sim.games.GameAgent
Gets the current strategy (GameAgent.LEFT or GameAgent.RIGHT)
getStreams() - Method in class uchicago.src.sim.gui.BufferDataSource
 
getStrength() - Method in class uchicago.src.sim.network.DefaultEdge
Gets the strength of this edge
getStrength() - Method in interface uchicago.src.sim.network.Edge
Gets the strength of this edge
getStrength() - Method in class uchicago.src.sim.topology.graph.DefaultEdge
 
getStrength() - Method in interface uchicago.src.sim.topology.graph.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
 
getSubRuns() - Method in class uchicago.src.sim.parameter.Parameter
 
getSubpathDistance(DefaultNode, DefaultNode) - Method in class uchicago.src.sim.network.NetworkPath
 
getTabPane() - Method in class uchicago.src.sim.engine.Controller
Returns the JTabbedPane that contains the parameter panel etc.
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
 
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
getTicks() - Method in class uchicago.src.sim.test.ScheduleTestAgent
 
getTitle() - Method in class anl.repast.gis.display.RepastOMLayer
 
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
getTo() - Method in class uchicago.src.sim.topology.graph.DirectedEdge
 
getToNodes() - Method in class uchicago.src.sim.network.DefaultNode
Gets all of the Nodes that this DefaultNode has an edge to.
getToken(int) - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
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.
getTopology() - Method in class uchicago.src.sim.topology.demo.Model
 
getTotalTime() - Method in class uchicago.src.sim.engine.AsynchSchedule
 
getTreeTop() - Method in class uchicago.src.sim.engine.gui.components.ParameterWizardPanel
Provides access to specified parameters data model
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.
getType() - Method in class uchicago.src.sim.topology.demo.Player
 
getUpdate() - Method in class uchicago.src.sim.gui.AbstractGraphLayout
 
getUtilization() - Method in class uchicago.src.sim.engine.AsynchAgent
 
getUtilizedTime() - Method in class uchicago.src.sim.engine.AsynchAgent
 
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.
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.
getVal() - Method in class uchicago.src.sim.test.GroupTest.GroupItem
 
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 interface uchicago.src.sim.engine.Incrementer
 
getValue() - Method in class uchicago.src.sim.engine.ListIncrementer
 
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 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() - 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.ASTdotted_name
 
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.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.
getValueAt(int, int) - Method in interface uchicago.src.sim.topology.space2.Discrete2DSpace
Gets the value at the specified coordinate if appropriate.
getValueAt(int, int) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the double value at (x,y) if possible
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
 
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.
getVonNeumannNeighbors(int, int, boolean) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the von Neumann neighbors of the object at x, y.
getVonNeumannNeighbors(int, int, int, int, boolean) - Method in class uchicago.src.sim.topology.space2.Object2DGrid
Gets the extended von Neumann neighbors of the object at x, y.
getWeight(Object) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Gets the weight of the specified node.
getWeightListIndex(Object) - Method in class uchicago.src.sim.network.AbstractProbabilityRule
Returns the index position in the list of weights for the specified object.
getWidget() - Method in class uchicago.src.reflector.PropertyDescriptor
Returns the PropertyWidget associated with this PropertyDescriptor.
getWidget(String) - Method in class uchicago.src.reflector.WidgetFactory
 
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.
getWidth() - Method in class uchicago.src.sim.topology.graph.renderer.NodeStyle
 
getWorld() - Method in class uchicago.src.sim.topology.demo.Model
 
getWorld() - Method in class uchicago.src.sim.topology.demo.Player
 
getWorldSize() - Method in class uchicago.src.sim.topology.demo.Model
 
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 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.
getX() - Method in class uchicago.src.sim.test.EquationTarget
 
getX() - Method in class uchicago.src.sim.topology.demo.Player
 
getX() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace.Abstract2DLocation
 
getX() - Method in interface uchicago.src.sim.topology.space.d2.Object2DLocation
 
getX() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace.Abstract3DLocation
 
getX() - Method in interface uchicago.src.sim.topology.space.d3.Object3DLocation
 
getX() - Method in interface uchicago.src.sim.topology.space2.GridAgent
 
getX() - Method in class uchicago.src.sim.topology.space2.Location
 
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
 
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 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.
getY() - Method in class uchicago.src.sim.test.EquationTarget
 
getY() - Method in class uchicago.src.sim.topology.demo.Player
 
getY() - Method in class uchicago.src.sim.topology.space.d2.AbstractObject2DSpace.Abstract2DLocation
 
getY() - Method in interface uchicago.src.sim.topology.space.d2.Object2DLocation
 
getY() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace.Abstract3DLocation
 
getY() - Method in interface uchicago.src.sim.topology.space.d3.Object3DLocation
 
getY() - Method in interface uchicago.src.sim.topology.space2.GridAgent
 
getY() - Method in class uchicago.src.sim.topology.space2.Location
 
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
 
getYTicks() - Method in class uchicago.src.sim.analysis.plot.RepastPlotBox
Get the Y ticks that have been specified, or null if none.
getYVal(int, int) - Method in class uchicago.src.sim.analysis.OpenSeqStatistic
 
getYVal(int, int) - Method in class uchicago.src.sim.analysis.PlotModel
 
getYViewPolicy() - Method in class uchicago.src.sim.analysis.OpenSequenceGraph
Returns the current view policy for the y-axis.
getZ() - Method in class uchicago.src.sim.test.EquationTarget
 
getZ() - Method in class uchicago.src.sim.topology.space.d3.AbstractObject3DSpace.Abstract3DLocation
 
getZ() - Method in interface uchicago.src.sim.topology.space.d3.Object3DLocation
 
getpALLC() - Method in class uchicago.src.sim.topology.demo.Model
 
getpALLD() - Method in class uchicago.src.sim.topology.demo.Model
 
getpATFT() - Method in class uchicago.src.sim.topology.demo.Model
 
getpTFT() - Method in class uchicago.src.sim.topology.demo.Model
 
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.
go - Variable in class uchicago.src.sim.engine.BaseController
when true the simulation runs, when false it stops
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
 
groupToExecute - Variable in class uchicago.src.sim.engine.ScheduleBase
 
grp - Variable in class anl.repast.gis.display.RepastMapMouseInterpreter
 
guiInit() - Method in class uchicago.src.guiUtils.Wizard
 

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 _