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 _

N

name - Variable in class uchicago.src.sim.analysis.DistributedDataRecorder
 
name - Variable in class uchicago.src.sim.analysis.NetSeqTableRow
 
name - Variable in class uchicago.src.sim.engine.SimpleModel
 
name - Variable in class uchicago.src.sim.gui.DisplaySurface
The name of this display.
name - Variable in class uchicago.src.sim.parameter.AbstractParameterSetter.ParamName
 
name - Variable in class uchicago.src.sim.parameter.Parameter
 
name - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 
Name() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
NAME - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
NAME_AND_TYPE - Static variable in class uchicago.src.sim.util.Disassembler
 
Named - Interface in uchicago.src.sim.gui
Interface for Named objects.
nameList - Variable in class uchicago.src.sim.engine.BatchController
 
nameList - Variable in class uchicago.src.sim.engine.HomeController
 
nameParam - Variable in class uchicago.src.sim.engine.BatchController
 
nameParam - Variable in class uchicago.src.sim.engine.HomeController
 
needsUpdate - Variable in class uchicago.src.sim.gui.DisplaySurface
Whether or not this DisplaySurface needs to be updated.
negativeBinomial - Static variable in class uchicago.src.sim.util.Random
 
Neighborhooder - Interface in uchicago.src.sim.space
 
net - Variable in class uchicago.src.repastdemos.neural.Employee
This is the neural network used by this employee
net - Variable in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
The net being wrapped
NetSeqTableRow - Class in uchicago.src.sim.analysis
Represents a row in the model contained by the table in NetSequenceSetPanel.
NetSeqTableRow(String, Sequence, Color) - Constructor for class uchicago.src.sim.analysis.NetSeqTableRow
 
NetSequenceGraph - Class in uchicago.src.sim.analysis
A graph that captures a series of points (sequences) specialized for network statistics.
NetSequenceGraph(String, SimModel, List) - Constructor for class uchicago.src.sim.analysis.NetSequenceGraph
Creates a NetSequencePlot with the specified title for the specified model.
NetSequenceGraph(String, SimModel, String, int, List) - Constructor for class uchicago.src.sim.analysis.NetSequenceGraph
Creates a NetSequencePlot with the specified title, model, file name and file format.
NetSequenceSetupPanel - Class in uchicago.src.sim.analysis
The setup panel displayed on a tab in a NetSequencePlot.
NetSequenceSetupPanel(ArrayList) - Constructor for class uchicago.src.sim.analysis.NetSequenceSetupPanel
 
netStarted(NeuralNetEvent) - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
 
netStopped - Variable in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
Whether or not the network is running (training/retrieving).
netStopped(NeuralNetEvent) - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
 
netStoppedError(NeuralNetEvent, String) - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
 
NetUtilities - Class in uchicago.src.sim.network
Performs various common operations on passed networks and returns them, and/or returns a statistic on a passed network and returns the result.
NetUtilities() - Constructor for class uchicago.src.sim.network.NetUtilities
No-Argument constructor for convenience / aliasing.
Network2DDisplay - Class in uchicago.src.sim.gui
Displays nodes and links that inhabit a VectorSpace, that is, nodes (and their links) that do not inhabit a grid.
Network2DDisplay(VectorSpace, int, int) - Constructor for class uchicago.src.sim.gui.Network2DDisplay
Creates a Network2DDisplay of the specified width and height for displaying the DrawableNonGridNodes and DrawableEdges in the specified space.
Network2DDisplay(List, int, int) - Constructor for class uchicago.src.sim.gui.Network2DDisplay
Creates a Network2DDisplay of the specified width and height for displaying the DrawableNonGridNodes in the list.
Network2DDisplay(GraphLayout) - Constructor for class uchicago.src.sim.gui.Network2DDisplay
Creates a Network2DDisplay using the specified GraphLayout.
Network2DGridDisplay - Class in uchicago.src.sim.gui
Displays a 2D grid of Drawable2DNodes and DrawableEDges.
Network2DGridDisplay(Discrete2DSpace) - Constructor for class uchicago.src.sim.gui.Network2DGridDisplay
Creates a new Network2DGridDisplay for the specified grid.
NetworkConstants - Interface in uchicago.src.sim.network
Constants used by the network package.
NetworkConvertor - Class in uchicago.src.sim.network
Utility class to convert one kind of network representation to another.
NetworkDrawable - Interface in uchicago.src.sim.gui
 
NetworkFactory - Class in uchicago.src.sim.network
Creates a list of nodes with their links from various sources.
NetworkMatrixFormatter - Interface in uchicago.src.sim.network
A formatter interface for network matrices.
NetworkMatrixReader - Interface in uchicago.src.sim.network
Interface for reading a network matrix.
NetworkPath - Class in uchicago.src.sim.network
 
NetworkPath(double) - Constructor for class uchicago.src.sim.network.NetworkPath
 
NetworkRecorder - Class in uchicago.src.sim.network
Records a network as a matrix or matrices in the appropriate format.
NetworkRecorder(int, String, SimModel) - Constructor for class uchicago.src.sim.network.NetworkRecorder
Constructs a NetworkRecorder with the specified format and file name.
NetworkRecorder.MatrixData - Class in uchicago.src.sim.network
 
NetworkRecorder.MatrixData() - Constructor for class uchicago.src.sim.network.NetworkRecorder.MatrixData
 
NeuralException - Exception in uchicago.src.sim.adaptation.neural
An exception thrown by the NeuralNetwork functions of RePast.
NeuralException(String, Exception) - Constructor for exception uchicago.src.sim.adaptation.neural.NeuralException
 
NeuralException(String) - Constructor for exception uchicago.src.sim.adaptation.neural.NeuralException
 
NeuralModel - Class in uchicago.src.repastdemos.neural
This demo illustrates the use of the neural network package in an agent.
NeuralModel() - Constructor for class uchicago.src.repastdemos.neural.NeuralModel
 
NeuralModelFromFile - Class in uchicago.src.repastdemos.neuralfromfile
This demo model is the same as the NeuralModel except that it allows for the neural network the Employees use to be loaded from a file.
NeuralModelFromFile() - Constructor for class uchicago.src.repastdemos.neuralfromfile.NeuralModelFromFile
 
NeuralUtils - Class in uchicago.src.sim.adaptation.neural
Some utility functions for creating neural networks.
NEWLINE - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
newLine - Static variable in class uchicago.src.sim.util.SimUtilities
 
NEWLINE1 - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
NEWLINE2 - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
NEWLINE3 - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
NewMatrix - Class in uchicago.src.collection
 
NewMatrix(int, int) - Constructor for class uchicago.src.collection.NewMatrix
Cols, rows instead of row cols because intended to work with xSize and ySize dimensions.
newStderr - Static variable in class uchicago.src.sim.gui.RepastConsole
 
newStdout - Static variable in class uchicago.src.sim.gui.RepastConsole
 
newToken(int) - Static method in class uchicago.src.sim.parameter.rpl.Token
Returns a new Token object, by default.
next() - Method in class uchicago.src.sim.analysis.SimData.SimDataIterator
Returns the next element in the iteration.
next() - Method in class uchicago.src.sim.analysis.SimDataNew.SimDataIterator
Returns the next element in the iteration.
next() - Method in class uchicago.src.sim.parameter.AbstractParameterSetter.ParamNameIterator
 
next() - Method in class uchicago.src.sim.parameter.rpl.AbstractConstantParameter
Constants do not have "next" value and so this throws an UnsupportedOperationException if called.
next() - Method in class uchicago.src.sim.parameter.rpl.AbstractDynamicParameter
Increments the value of this RPLParameter to the "next" value.
next() - Method in class uchicago.src.sim.parameter.rpl.BlockRPLParameter
Increments value of the current child of this BlockRPLParameter.
next() - Method in interface uchicago.src.sim.parameter.rpl.RPLParameter
Increments the value of this RPLParameter to the "next" value.
next - Variable in class uchicago.src.sim.parameter.rpl.Token
A reference to the next regular (non-special) token from the input stream.
nextBurr1(double, int) - Static method in class uchicago.src.sim.util.Random
 
nextBurr2(double, double, int) - Static method in class uchicago.src.sim.util.Random
 
nextCauchy() - Static method in class uchicago.src.sim.util.Random
 
nextDouble() - Method in class uchicago.src.sim.math.Pareto
 
nextDouble(double, double) - Method in class uchicago.src.sim.math.Pareto
 
nextDouble() - Method in class uchicago.src.sim.stats.Pareto
 
nextDouble(double, double) - Method in class uchicago.src.sim.stats.Pareto
 
nextErlang(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextGeometric(double) - Static method in class uchicago.src.sim.util.Random
 
nextLambda(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextLaplace() - Static method in class uchicago.src.sim.util.Random
 
nextLogistic() - Static method in class uchicago.src.sim.util.Random
 
nextModel(Introspector) - Method in class uchicago.src.sim.engine.HomeController
This is the synchronized method that does all of the work for the remote controllers.
nextPowLaw(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextRecord() - Method in class anl.repast.gis.data.dbf.DBFReader
Returns an array of objects, representing one record in the database file.
nextToken() - Method in interface uchicago.src.guiUtils.Tokenizer
 
nextToken() - Method in class uchicago.src.sim.parameter.ParameterLexer
Get the next token in the input stream
nextTriangular() - Static method in class uchicago.src.sim.util.Random
 
nextWeibull(double, double) - Static method in class uchicago.src.sim.util.Random
 
nextX - Variable in class uchicago.src.sim.space.Diffuse2D
 
nextY - Variable in class uchicago.src.sim.space.Diffuse2D
 
nextZipfInt(double) - Static method in class uchicago.src.sim.util.Random
 
nickels - Variable in class uchicago.src.repastdemos.genetic.CoinStruct
 
NICKELS_POS - Static variable in class uchicago.src.repastdemos.genetic.MinimizingMakeChangeFitnessFunction
 
NO_DRAW - Static variable in class uchicago.src.sim.gui.DisplayInfo
 
NO_INTERPOLATIONN - Static variable in class uchicago.src.sim.util.Random
 
node - Variable in class uchicago.src.sim.gui.OvalNode
Deprecated.  
Node - Interface in uchicago.src.sim.network
A simple interface for a graph node in a networked space.
Node - Interface in uchicago.src.sim.parameter.rpl
 
nodeInPath(Node) - Method in class uchicago.src.sim.network.NetworkPath
 
nodeList - Variable in class uchicago.src.sim.gui.AbstractGraphLayout
 
nodePoint - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
nodesToMatrices(List) - Static method in class uchicago.src.sim.network.NetworkConvertor
Deprecated. use nodesToMatrices(List nodeList, int matrixType) instead.
nodesToMatrices(List, int) - Static method in class uchicago.src.sim.network.NetworkConvertor
Converts the network(s) described by a list Nodes to a Vector of AdjacencyMatrices.
NonGridDrawable - Interface in uchicago.src.sim.gui
Objects that are drawn in non-grid displays.
norm(int, int) - Static method in class uchicago.src.sim.util.SimUtilities
Normalize the specified value to the specified size
normal - Static variable in class uchicago.src.sim.util.Random
 
normalizedCartesianCoordsToScreenCoords(double, double) - Method in class uchicago.src.repastdemos.asynchAgents.Consultant
 
normalizedCartesianCoordsToScreenCoords(double, double) - Method in class uchicago.src.repastdemos.genetic.Judge
 
notify_controller() - Method in class uchicago.src.sim.engine.gui.components.RadioBarPanel
Notifies the controller that the scenario has been changed.
notifyMonitor() - Method in class uchicago.src.sim.engine.BaseController
Notifies object monitor that controlls pausing.
noTimerOverOMGraphic - Variable in class anl.repast.gis.display.RepastMapMouseInterpreter
 
NULL - Static variable in interface uchicago.src.sim.games.GameAgent
 
NUMBER - Static variable in class uchicago.src.guiUtils.Token
 
NUMBER - Static variable in class uchicago.src.sim.parameter.ParameterLexer
 
Number() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
numBins - Variable in class uchicago.src.sim.analysis.Histogram
The number of bins in this Histogram
numBins - Variable in class uchicago.src.sim.analysis.HistogramItem
 
NumericDataSource - Interface in uchicago.src.sim.analysis
Interface for data sources whose data is recorded by DataRecorder and is numeric.
NumericParameter - Class in uchicago.src.sim.parameter
A numeric batch run parameter.
NumericParameter() - Constructor for class uchicago.src.sim.parameter.NumericParameter
 
numericPropertyChanged(PropertyEvent) - Method in interface uchicago.src.sim.engine.PropertyListener
Invoked when a numeric property has been changed.
numericPropertyChanged(PropertyEvent) - Method in class uchicago.src.sim.engine.PropertyListenerAdapter
Invoked when a numeric property has been changed.
NumericRPLConstant - Class in uchicago.src.sim.parameter.rpl
Defines a numeric constant parameter.
NumericRPLConstant(String, double) - Constructor for class uchicago.src.sim.parameter.rpl.NumericRPLConstant
Creates a NumericRPLConstant with the specified name and value.
NumericRPLParameter - Class in uchicago.src.sim.parameter.rpl
Defines a dynamic numeric parameter.
NumericRPLParameter(String, double, double) - Constructor for class uchicago.src.sim.parameter.rpl.NumericRPLParameter
Creates a NumericRPLParameter with the specified name, starting value and ending value.
NumericRPLParameter(String, double, double, double) - Constructor for class uchicago.src.sim.parameter.rpl.NumericRPLParameter
Creates a NumericRPLParameter with the specified name, starting value, ending value and amount to increment.
numRuns - Variable in class uchicago.src.sim.parameter.Parameter
 
numRunsIndex - Variable in class uchicago.src.sim.parameter.Parameter
 

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 _