A B C D E F G I K L M N O P Q R S T U V W 
All Classes All Packages

T

TimeChecker - Class in microsim.statistics
The time checker is used by all the classes implementing the IUpdatableSource interface to avoid repetitive updates.
Every time the updateSource method of the user class is invoked, it asks to TimeChecker if the update has been done yet at the current simulation time.
If the time checker is disabled it force the users to always update themselves.
TimeChecker() - Constructor for class microsim.statistics.TimeChecker
 
TimeSeries - Class in microsim.statistics
It is a collection of series (data panel).
TimeSeries() - Constructor for class microsim.statistics.TimeSeries
Create a new time series container.
timestamp - Variable in class microsim.data.db.Experiment
 
toArray() - Method in class microsim.space.SparseObjectSpace
Return an array of objects stored into the grid.
Torus - microsim.space.turtle.AbstractTurtle.MoveMode
 
torusX(int) - Method in class microsim.space.AbstractSpace
Check the given x coordinate considering the grid as a toroid.
torusX(int) - Method in interface microsim.space.ObjectSpace
 
torusY(int) - Method in class microsim.space.AbstractSpace
Check the given y coordinate considering the grid as a toroid.
torusY(int) - Method in interface microsim.space.ObjectSpace
 
toString() - Method in class microsim.event.SingleTargetEvent
Return a string describing event.
toString() - Method in class microsim.event.SystemEvent
Return a string describing event.
toString() - Method in class microsim.space.AbstractSpace
Return a string representing the content of the grid.
toString() - Method in class microsim.space.SpacePosition
 
toString() - Method in class microsim.statistics.CrossSection.Double
 
toString() - Method in class microsim.statistics.CrossSection.Float
 
toString() - Method in class microsim.statistics.CrossSection.Integer
 
toString() - Method in class microsim.statistics.CrossSection.Long
 
toString() - Method in class microsim.statistics.Series.Double
 
toString() - Method in class microsim.statistics.Series.Float
 
toString() - Method in class microsim.statistics.Series.Integer
 
toString() - Method in class microsim.statistics.Series.Long
 
toString() - Method in class microsim.statistics.weighted.Weighted_CrossSection.Double
 
toString() - Method in class microsim.statistics.weighted.Weighted_CrossSection.Float
 
toString() - Method in class microsim.statistics.weighted.Weighted_CrossSection.Integer
 
toString() - Method in class microsim.statistics.weighted.Weighted_CrossSection.Long
 
toStringKey(Object) - Static method in class microsim.data.MultiKeyCoefficientMap
 
turnCardinalLeft(int) - Method in class microsim.space.turtle.AbstractTurtle
 
turnCardinalLeft(int) - Method in class microsim.space.turtle.DigitalTurtle
 
turnCardinalLeft(int) - Method in class microsim.space.turtle.Turtle
 
turnCardinalRight(int) - Method in class microsim.space.turtle.AbstractTurtle
 
turnCardinalRight(int) - Method in class microsim.space.turtle.DigitalTurtle
 
turnCardinalRight(int) - Method in class microsim.space.turtle.Turtle
 
turnLeft(int) - Method in class microsim.space.turtle.AbstractTurtle
Change the current heading rotating it to the left.
turnLeft(int) - Method in class microsim.space.turtle.DigitalTurtle
 
turnLeft(int) - Method in class microsim.space.turtle.Turtle
Change the current heading rotating it to the left.
turnRight(int) - Method in class microsim.space.turtle.AbstractTurtle
Change the current heading rotating it to the right.
turnRight(int) - Method in class microsim.space.turtle.DigitalTurtle
 
turnRight(int) - Method in class microsim.space.turtle.Turtle
Change the current heading rotating it to the right.
Turtle - Class in microsim.space.turtle
An agent able to move itself upon an object grid.
Turtle() - Constructor for class microsim.space.turtle.Turtle
 
Turtle(ObjectSpace) - Constructor for class microsim.space.turtle.Turtle
Create a turtle with a given identifier on the given grid at position (0,0).
Turtle(ObjectSpace, int, int) - Constructor for class microsim.space.turtle.Turtle
Create a turtle with a given identifier on the given grid at the given position.
A B C D E F G I K L M N O P Q R S T U V W 
All Classes All Packages