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 _

T

TableLayout - Class in layout
TableLayout is a layout manager that arranges components in rows and columns like a spreadsheet.
TableLayout() - Constructor for class layout.TableLayout
Constructs an instance of TableLayout.
TableLayout(double[][]) - Constructor for class layout.TableLayout
Constructs an instance of TableLayout.
TableLayout.Entry - Class in layout
 
TableLayout.Entry(Component, TableLayoutConstraints) - Constructor for class layout.TableLayout.Entry
Constructs an Entry that binds a component to a set of constraints.
TableLayoutConstants - Interface in layout
Constants used by TableLayout.
TableLayoutConstraints - Class in layout
The following inner class is used to bind components to their constraints.
TableLayoutConstraints() - Constructor for class layout.TableLayoutConstraints
Constructs an TableLayoutConstraints with the default settings.
TableLayoutConstraints(String) - Constructor for class layout.TableLayoutConstraints
Constructs an TableLayoutConstraints from a string.
TableLayoutConstraints(int, int, int, int, int, int) - Constructor for class layout.TableLayoutConstraints
Constructs an TableLayoutConstraints a set of constraints.
tabPane - Variable in class uchicago.src.sim.engine.Controller
 
takeSnapshot() - Method in class anl.repast.gis.display.OpenMapDisplay
 
takeSnapshot() - Method in class uchicago.src.sim.analysis.plot.OpenGraph
 
takeSnapshot() - Method in class uchicago.src.sim.gui.DisplaySurface
Takes a snapshot of the current displayed image and writes it to the file specified by setSnapshotFileName(String fileName).
takeSnapshot(DataOutputStream) - Method in class uchicago.src.sim.gui.DummyPainter
Empty dummy method.
takeSnapshot(DataOutputStream) - Method in class uchicago.src.sim.gui.LocalPainter
Takes a snapshot of the current screen image and writes it to the specified output stream
takeSnapshot() - Method in interface uchicago.src.sim.gui.MediaProducer
 
takeSnapshot(DataOutputStream) - Method in class uchicago.src.sim.gui.Painter
Takes a snapshot of the current screen image.
takeSugarAt(int, int) - Method in class uchicago.src.repastdemos.sugarscape.SugarSpace
 
TARGET - Static variable in class uchicago.src.repastdemos.hypercycles.HyperGame
 
Task - Class in uchicago.src.repastdemos.asynchAgents
The class representing a task assigned to an employee by the boss.
Task() - Constructor for class uchicago.src.repastdemos.asynchAgents.Task
 
tasksAssignedPerTick - Variable in class uchicago.src.repastdemos.asynchAgents.Boss
 
tbFrame - Variable in class uchicago.src.sim.engine.Controller
 
Test - Class in uchicago.src.sim.engine
 
Test() - Constructor for class uchicago.src.sim.engine.Test
 
TEXT - Static variable in class uchicago.src.guiUtils.Token
 
text - Variable in class uchicago.src.guiUtils.Token
 
text - Variable in class uchicago.src.sim.gui.TextDisplay
 
textColor - Variable in class uchicago.src.sim.gui.TextDisplay
 
TextDisplay - Class in uchicago.src.sim.gui
A Display class that can be used to display lines of text on a DisplaySurface.
TextDisplay(int, int, Color) - Constructor for class uchicago.src.sim.gui.TextDisplay
Constructs a TextDisplay to display text at the specified coordinates in the specified color.
TextDisplay(int, int, int, int, Color) - Constructor for class uchicago.src.sim.gui.TextDisplay
Constructs a TextDisplay to display text at the specified coordinates in the specified color.
TextDisplay.Box - Class in uchicago.src.sim.gui
 
TextDisplay.Box() - Constructor for class uchicago.src.sim.gui.TextDisplay.Box
 
tf_dotted_name() - Method in class uchicago.src.sim.parameter.rpl.RPLParser
 
ThinController - Class in uchicago.src.sim.engine
Provides minimal (thin) controller support for running a simulation.
ThinController(boolean) - Constructor for class uchicago.src.sim.engine.ThinController
Creates a ThinController, specifying whether this is a graphical controller or not.
ThreadedAction - Class in uchicago.src.sim.engine
A wrapper that executes BasicActions within a Thread.
ThreadedAction(BasicAction, double) - Constructor for class uchicago.src.sim.engine.ThreadedAction
 
throwError(String) - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
throwError(String, Exception) - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
TICK_CHANGED - Static variable in class uchicago.src.sim.engine.BatchEvent
 
tickCount - Variable in class uchicago.src.sim.engine.Controller
 
TickCounter - Interface in uchicago.src.sim.engine
Interface for classes that can return current time.
ticks - Variable in class uchicago.src.sim.engine.ScheduleBase
 
time - Variable in class uchicago.src.sim.engine.BaseController
the tick count
TitForTat - Class in uchicago.src.sim.games
 
title - Variable in class uchicago.src.sim.analysis.AbstractChartModel
 
title - Variable in class uchicago.src.sim.analysis.OpenStats
 
title - Variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
title - Variable in class uchicago.src.sim.analysis.PlotModel
 
tmpList - Variable in class uchicago.src.sim.gui.Network2DDisplay
 
to - Variable in class uchicago.src.sim.network.DefaultEdge
 
toArray() - Method in class uchicago.src.sim.engine.DefaultGroup
 
toArray(Object[]) - Method in class uchicago.src.sim.engine.DefaultGroup
 
toArray() - Method in class uchicago.src.sim.util.ConservationCollection
 
toArray(Object[]) - Method in class uchicago.src.sim.util.ConservationCollection
 
TOGGLE_LINKS - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_NODES - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_UPDATE_LAYOUT - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_VIEW - Static variable in interface uchicago.src.sim.gui.Displayable
 
TOGGLE_WRAP - Static variable in interface uchicago.src.sim.gui.Displayable
 
Token - Class in uchicago.src.guiUtils
 
Token(int, String, int, int, int) - Constructor for class uchicago.src.guiUtils.Token
 
token - Variable in class uchicago.src.sim.parameter.rpl.RPLParser
 
Token - Class in uchicago.src.sim.parameter.rpl
Describes the input token stream.
Token() - Constructor for class uchicago.src.sim.parameter.rpl.Token
 
token_source - Variable in class uchicago.src.sim.parameter.rpl.RPLParser
 
tokenImage - Variable in exception uchicago.src.sim.parameter.rpl.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
Tokenizer - Interface in uchicago.src.guiUtils
 
TokenMgrError - Error in uchicago.src.sim.parameter.rpl
 
TokenMgrError() - Constructor for error uchicago.src.sim.parameter.rpl.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error uchicago.src.sim.parameter.rpl.TokenMgrError
 
TokenMgrError(String, int, int) - Constructor for error uchicago.src.sim.parameter.rpl.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error uchicago.src.sim.parameter.rpl.TokenMgrError
 
toolBar - Variable in class uchicago.src.sim.engine.Controller
 
toolkit - Variable in class uchicago.src.sim.gui.Painter
 
TOP - Static variable in interface layout.TableLayoutConstants
Indicates that the component is top justified in its cell
top - Variable in class uchicago.src.guiUtils.Wizard
 
topGroup - Variable in class uchicago.src.sim.engine.ScheduleBase
 
torus - Variable in class uchicago.src.sim.space.AbstractNeighborhooder
 
Torus - Interface in uchicago.src.sim.space
Identity interface that indentifies all implementors as tori.
toss(BasicAction) - Method in class uchicago.src.sim.engine.ActionQueue
 
toString() - Method in class anl.repast.gis.data.dbf.JDBField
Returns the String representation of the JDBField.
toString() - Method in class anl.repast.gis.data.FieldNameAndType
 
toString() - Method in class layout.TableLayout
Converts this TableLayout to a string.
toString() - Method in class layout.TableLayoutConstraints
Gets a string representation of this TableLayoutConstraints.
toString() - Method in class uchicago.src.collection.BitMatrix2D
 
toString() - Method in class uchicago.src.collection.ByteMatrix2D
 
toString() - Method in class uchicago.src.guiUtils.Token
 
toString() - Method in class uchicago.src.reflector.ComboPair
 
toString() - Method in class uchicago.src.repastdemos.genetic.CoinStruct
 
toString() - Method in class uchicago.src.repastdemos.hypercycles.HyperCell
 
toString() - Method in class uchicago.src.repastdemos.hypercycles.HyperCycle
 
toString() - Method in class uchicago.src.repastdemos.neuralfromfile.TrainedEmployee
 
toString() - Method in class uchicago.src.sim.analysis.Histogram
Returns a String representation of the histogram.
toString() - Method in class uchicago.src.sim.engine.ActionQueue
 
toString() - Method in class uchicago.src.sim.engine.gui.model.ConstantParameter
 
toString() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
toString() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
toString() - Method in class uchicago.src.sim.engine.gui.model.ListParameter
 
toString() - Method in class uchicago.src.sim.engine.gui.model.ParamBlockParameter
 
toString() - Method in class uchicago.src.sim.engine.gui.model.ValueParameter
Deprecated.  
toString() - Method in class uchicago.src.sim.engine.ModelTreeNode
 
toString() - Method in class uchicago.src.sim.games.AlwaysCooperate
 
toString() - Method in class uchicago.src.sim.games.AlwaysDefect
 
toString() - Method in class uchicago.src.sim.games.AntiTitForTat
 
toString() - Method in class uchicago.src.sim.games.TitForTat
 
toString() - Method in class uchicago.src.sim.gui.ProducerNamePair
 
toString() - Method in class uchicago.src.sim.network.AdjacencyBitMatrix
Returns a String representation of this AdjacencyMatrix (comment etc.)
toString() - Method in class uchicago.src.sim.network.AdjacencyByteMatrix
Returns a String representation of this AdjacencyMatrix (comment etc.)
toString() - Method in class uchicago.src.sim.network.AdjacencyDoubleMatrix
Returns a String representation of this AdjacencyMatrix (comment etc.)
toString() - Method in class uchicago.src.sim.parameter.rpl.BlockRPLParameter
 
toString() - Method in class uchicago.src.sim.parameter.rpl.BooleanRPLConstant
 
toString() - Method in class uchicago.src.sim.parameter.rpl.ListRPLParameter
 
toString() - Method in class uchicago.src.sim.parameter.rpl.NumericRPLConstant
 
toString() - Method in class uchicago.src.sim.parameter.rpl.NumericRPLParameter
 
toString() - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
toString(String) - Method in class uchicago.src.sim.parameter.rpl.SimpleNode
 
toString() - Method in class uchicago.src.sim.parameter.rpl.StringRPLConstant
 
toString() - Method in class uchicago.src.sim.parameter.rpl.Token
Returns the image.
toString() - Method in class uchicago.src.sim.space.ObjectLocation
 
toXML() - Method in class uchicago.src.sim.analysis.AbstractChartModel
 
toXML() - Method in interface uchicago.src.sim.analysis.GuiChartDataSource
Returns an XML representation of this GuiChartDataSource.
toXML() - Method in class uchicago.src.sim.analysis.SequenceChartModel
Returns an XML representation of this SequenceChartModel.
toXML() - Method in class uchicago.src.sim.analysis.SequenceSource
 
toXMLCloseString() - Method in class uchicago.src.sim.engine.gui.model.ConstantParameter
 
toXMLCloseString() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
toXMLCloseString() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
toXMLCloseString() - Method in class uchicago.src.sim.engine.gui.model.ListParameter
 
toXMLCloseString() - Method in class uchicago.src.sim.engine.gui.model.ParamBlockParameter
 
toXMLOpenString() - Method in class uchicago.src.sim.engine.gui.model.ConstantParameter
 
toXMLOpenString() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
 
toXMLOpenString() - Method in class uchicago.src.sim.engine.gui.model.IncrementParameter
 
toXMLOpenString() - Method in class uchicago.src.sim.engine.gui.model.ListParameter
 
toXMLOpenString() - Method in class uchicago.src.sim.engine.gui.model.ParamBlockParameter
 
toXMLString() - Method in class uchicago.src.sim.engine.gui.model.DataParameter
Deprecated. use toXMLOpenString
TRAILING_COMMENT - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
train(InputPatternListener) - Method in class uchicago.src.sim.adaptation.neural.RepastNeuralWrapper
Trains a network.
TrainedEmployee - Class in uchicago.src.repastdemos.neuralfromfile
An employee that performs actions based on a neural network stored in a file.
TrainedEmployee(double, double) - Constructor for class uchicago.src.repastdemos.neuralfromfile.TrainedEmployee
 
TrainedEmployee() - Constructor for class uchicago.src.repastdemos.neuralfromfile.TrainedEmployee
 
TrainedEmployee(double, double, String) - Constructor for class uchicago.src.repastdemos.neuralfromfile.TrainedEmployee
This constructor creates an employee who's decisions are made by the neural network stored in a file.
transform(String, String, String) - Static method in class uchicago.src.sim.util.XSLTTransformer
Transforms a given xml file using a given XSLT translation file, writing the result to a given output file.
transform(InputStream, InputStream, String) - Static method in class uchicago.src.sim.util.XSLTTransformer
Transforms a given xml file using a given XSLT translation file, writing the result to a given output file.
TRIANGLE - Static variable in class uchicago.src.sim.analysis.plot.OpenGraph
 
trigger() - Method in class uchicago.src.repastdemos.mousetrap.MouseTrap
Triggers this MouseTrap.
trim() - Method in interface uchicago.src.collection.BaseMatrix
 
trim() - Method in class uchicago.src.collection.DoubleMatrix
 
trim() - Method in class uchicago.src.collection.NewMatrix
Releases any superfulous memory.
trim() - Method in class uchicago.src.collection.SparseObjectMatrix
 
trim() - Method in class uchicago.src.sim.space.AbsMulti2DGrid
Releases any superfluous memory.
trim() - Method in class uchicago.src.sim.space.AbsMulti2DTorus
Releases any superfluous memory.
trimToSize() - Method in class uchicago.src.collection.SparseObjectMatrix
 
TRIPLE_STRING - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
TRIPLE_STRING2 - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
TRUE - Static variable in interface uchicago.src.sim.parameter.rpl.RPLParserConstants
 
type - Variable in class uchicago.src.guiUtils.Token
 
type - Variable in class uchicago.src.sim.network.DefaultEdge
 
type - Variable in class uchicago.src.sim.parameter.rpl.AbstractRPLParameter
 

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 _