Uses of Class
org.baseagent.sim.SimulationComponent
Package
Description
-
Uses of SimulationComponent in org.baseagent
Modifier and TypeClassDescriptionclass
An important aspect about this general Agent is that the only thing it maintains is internal state and knowledge.class
class
class
class
A Patch is like a rubber stamp applied to each location on a grid.class
A pheromone is a beacon that dissipates over time and eventually goes away -
Uses of SimulationComponent in org.baseagent.comms
Modifier and TypeClassDescriptionclass
class
class
Sends the message to all listeners who are within the range specified in the constructor.class
-
Uses of SimulationComponent in org.baseagent.data
Modifier and TypeMethodDescriptionvoid
DataCollector.add
(SimulationComponent component, String key, Object value) void
DataCollector.add
(SimulationComponent component, Map<String, Object> data) DataCollector.get
(SimulationComponent id, String key) -
Uses of SimulationComponent in org.baseagent.embodied
-
Uses of SimulationComponent in org.baseagent.grid
-
Uses of SimulationComponent in org.baseagent.path
-
Uses of SimulationComponent in org.baseagent.sim
Modifier and TypeMethodDescriptionvoid
Simulation.add
(SimulationComponent simulatee) default void
SimulationListener.onSimulationComponentAdded
(Simulation simulation, SimulationComponent component) default void
SimulationListener.onSimulationComponentRemoved
(Simulation simulation, SimulationComponent component) void
Simulation.remove
(SimulationComponent simulatee) -
Uses of SimulationComponent in org.baseagent.ui
-
Uses of SimulationComponent in org.baseagent.ui.defaults
-
Uses of SimulationComponent in org.baseagent.ui.indicator
ModifierConstructorDescriptionIndicator
(SimulationComponent associatedComponent) Indicator
(SimulationComponent associatedComponent, int x, int y, int width, int height)