Uses of Class
org.baseagent.sim.SimulationComponent
Packages that use SimulationComponent
Package
Description
-
Uses of SimulationComponent in org.baseagent
Subclasses of SimulationComponent in org.baseagentModifier 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
Subclasses of SimulationComponent in org.baseagent.commsModifier 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
Methods in org.baseagent.data with parameters of type SimulationComponentModifier 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
Subclasses of SimulationComponent in org.baseagent.embodied -
Uses of SimulationComponent in org.baseagent.grid
Subclasses of SimulationComponent in org.baseagent.grid -
Uses of SimulationComponent in org.baseagent.path
Classes in org.baseagent.path with type parameters of type SimulationComponent -
Uses of SimulationComponent in org.baseagent.sim
Subclasses of SimulationComponent in org.baseagent.simMethods in org.baseagent.sim with parameters of type SimulationComponentModifier 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
Subclasses of SimulationComponent in org.baseagent.ui -
Uses of SimulationComponent in org.baseagent.ui.defaults
Methods in org.baseagent.ui.defaults with parameters of type SimulationComponent -
Uses of SimulationComponent in org.baseagent.ui.indicator
Methods in org.baseagent.ui.indicator that return SimulationComponentConstructors in org.baseagent.ui.indicator with parameters of type SimulationComponentModifierConstructorDescriptionIndicator
(SimulationComponent associatedComponent) Indicator
(SimulationComponent associatedComponent, int x, int y, int width, int height)