- Task - Interface in edu.utdallas.mavs.divas.core.sim.agent.task
-
This interface describes the operations of agent task.
- TaskModule<KM extends KnowledgeModule<?>> - Interface in edu.utdallas.mavs.divas.core.sim.agent.task
-
This interface describes the behavior of an agent's task module.
- terminate() - Method in class edu.utdallas.mavs.divas.core.host.Heartbeat
-
Handles the time keeper shutdown
- terminate() - Method in class edu.utdallas.mavs.divas.core.host.Host
-
Terminates and tear down simulation host resources
- terminate() - Method in class edu.utdallas.mavs.divas.core.host.HostConfigManager
-
Terminates the ConfigurationManager
- terminate() - Method in class edu.utdallas.mavs.divas.core.host.IdManager
-
Terminates the IdManager
- terminate() - Method in class edu.utdallas.mavs.divas.core.sim.env.AbstractEnvironment
-
- terminate() - Method in interface edu.utdallas.mavs.divas.core.sim.env.Environment
-
Terminates the environment by destroying all the cell controllers, clearing the event listeners,
deleting the observers and disconnecting from the communication module.
- terminate() - Method in class edu.utdallas.mavs.divas.core.sim.Simulation
-
Disconnects the simulation communication module
- terminate() - Method in class edu.utdallas.mavs.divas.gui.mvp.view.swing.frames.agentspec.ModelCanvasApplication
-
- terminate() - Method in class edu.utdallas.mavs.divas.gui.mvp.view.swing.frames.ConsoleFrame
-
- terminate() - Method in class edu.utdallas.mavs.divas.gui.services.process.ProcessLauncher
-
- terminate() - Method in class edu.utdallas.mavs.divas.mts.LocalMTS
-
Terminates the LocalMTS
services, by deleting the observers list and terminating the multithreader.
- terminate() - Method in class edu.utdallas.mavs.divas.mts.MTSBroker
-
Terminates the current MTSBroker
services.
- terminate() - Method in class edu.utdallas.mavs.divas.mts.MTSClient
-
Terminates all publication topics, all subscription topics, and both the connection and context for this ComunicationModule
.
- terminate() - Method in class edu.utdallas.mavs.divas.utils.Multithreader
-
Terminates the multithreader.
- terminateQuietly() - Method in class edu.utdallas.mavs.divas.mts.MTSClient
-
Terminates all publication topics, all subscription topics, and both the connection and context for this ComunicationModule
quietly.
- Terrain - Class in edu.utdallas.mavs.divas.visualization.vis3D.vo.effect
-
This class describes the terrain showed in the 3D visualization.
- testConfig() - Method in class edu.utdallas.mavs.divas.core.sim.agent.ConfigTest
-
- TestFindAllObjects() - Method in class edu.utdallas.mavs.divas.visualization.utils.VisResourcesRepositoryTest
-
Tests find all objects
- testJme3BoxIntersection() - Method in class edu.utdallas.mavs.divas.core.sim.agent.IntersectionTest
-
- testJme3SphereIntersection() - Method in class edu.utdallas.mavs.divas.core.sim.agent.IntersectionTest
-
- testNifty() - Method in class edu.utdallas.mavs.divas.visualization.utils.NiftyTest
-
- testSimConfig() - Method in class edu.utdallas.mavs.divas.core.sim.agent.ConfigTest
-
- testStreamLoading() - Method in class edu.utdallas.mavs.divas.core.sim.agent.EnvSpecLoadingTest
-
- Thing - Class in edu.utdallas.mavs.divas.core.sim.agent.knowledge.ontology
-
Any thing.
- Thing() - Constructor for class edu.utdallas.mavs.divas.core.sim.agent.knowledge.ontology.Thing
-
- threadEnding(Thread) - Method in class edu.utdallas.mavs.divas.gui.mvp.view.swing.frames.ConsoleFrame
-
Notifies the ConsoleFrame that the thread is ending.
- tick(TickMsg) - Method in class edu.utdallas.mavs.divas.core.sim.Simulation
-
Ticks the simulation, triggering its execution.
- TickMsg - Class in edu.utdallas.mavs.divas.core.msg
-
This class describes the Tick
message.
- TickMsg(long, Phase, long, int) - Constructor for class edu.utdallas.mavs.divas.core.msg.TickMsg
-
Constructs the TickMsg
object.
- timeControlTopic - Static variable in class edu.utdallas.mavs.divas.mts.DivasTopic
-
A message topic for controlling simulation beats or cycles.
- TITLE - Static variable in class edu.utdallas.mavs.divas.gui.mvp.view.swing.StyleHelper
-
- toggleDragAndDropOnOff() - Method in class edu.utdallas.mavs.divas.visualization.vis3D.appstate.SimulatingAppState
-
Toggles the drag and drop state of this application state ON/OFF
- ToolBox - Class in edu.utdallas.mavs.divas.visualization.vis2D.panels
-
This class is the parent panel or the container panel for all the tools panels used
to interact with the simulation.
- ToolBox() - Constructor for class edu.utdallas.mavs.divas.visualization.vis2D.panels.ToolBox
-
Constructs the container panel for all tools panels in the 2D visualizer.
- ToolsMenu - Class in edu.utdallas.mavs.divas.gui.mvp.view.swing.menus
-
- ToolsMenu() - Constructor for class edu.utdallas.mavs.divas.gui.mvp.view.swing.menus.ToolsMenu
-
- ToolsMenuHandler - Class in edu.utdallas.mavs.divas.gui.mvp.view.swing.handlers
-
- ToolsMenuHandler() - Constructor for class edu.utdallas.mavs.divas.gui.mvp.view.swing.handlers.ToolsMenuHandler
-
- toString() - Method in class edu.utdallas.mavs.divas.core.client.SimCommander
-
- toString() - Method in class edu.utdallas.mavs.divas.core.config.ConfigKey
-
- toString() - Method in class edu.utdallas.mavs.divas.core.config.DisplayResolution
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.agent.AbstractAgent
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.agent.planning.Plan
-
Format plan for printing
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.agent.task.AbstractTask
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.common.state.CellState
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.common.state.EnvObjectState
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.common.state.VirtualState
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.env.CellBounds
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.env.CellID
-
- toString() - Method in class edu.utdallas.mavs.divas.core.sim.Simulation
-
- toString() - Method in class edu.utdallas.mavs.divas.gui.mvp.view.swing.RatioOffsetLayout
-
- toString() - Method in class edu.utdallas.mavs.divas.mts.MTSBroker
-
- toString() - Method in class edu.utdallas.mavs.divas.mts.MTSPayload
-
Returns a formatted string containing the values of the message's
attributes.
- toString() - Method in class edu.utdallas.mavs.divas.utils.ExtensibleEnum
-
- toString() - Method in class edu.utdallas.mavs.divas.visualization.vis3D.common.CursorType
-
- toString() - Method in class edu.utdallas.mavs.divas.visualization.vis3D.common.InputMapping
-
- toString() - Method in class edu.utdallas.mavs.divas.visualization.vis3D.common.InputMode
-
- trackAgent(int) - Method in class edu.utdallas.mavs.divas.visualization.vis3D.appstate.SimulatingAppState
-
Tracks a specific agent in the visualizer
- trackAgentsInRange(int, int) - Method in class edu.utdallas.mavs.divas.visualization.vis3D.appstate.SimulatingAppState
-
Tracks agents in a specified range in the visualizer
- triggerEvent(List<EnvEvent>) - Method in class edu.utdallas.mavs.divas.visualization.vis2D.spectator.PlayGround2D
-
Adds the list of events received from the simulation to the designated list of either
the explosion or fireworks events, and assigning an age of 0 to each new event.
- triggerEvent(EnvEvent, long) - Method in class edu.utdallas.mavs.divas.visualization.vis3D.spectator.PlayGround
-
Trigger an event in the visualization
- TYPE - Static variable in class edu.utdallas.mavs.divas.gui.event.SimStatusUpdateEvent
-
- TYPE - Static variable in class edu.utdallas.mavs.divas.gui.event.SimSummaryUpdateEvent
-