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 TypeClassDescriptionclassAn important aspect about this general Agent is that the only thing it maintains is internal state and knowledge.classclassclassclassA Patch is like a rubber stamp applied to each location on a grid.classA 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 TypeClassDescriptionclassclassclassSends 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 TypeMethodDescriptionvoidDataCollector.add(SimulationComponent component, String key, Object value) voidDataCollector.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 TypeMethodDescriptionvoidSimulation.add(SimulationComponent simulatee) default voidSimulationListener.onSimulationComponentAdded(Simulation simulation, SimulationComponent component) default voidSimulationListener.onSimulationComponentRemoved(Simulation simulation, SimulationComponent component) voidSimulation.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)