Package org.baseagent.sim
Class SimulationComponent
java.lang.Object
org.baseagent.sim.SimulationComponent
- All Implemented Interfaces:
SimulationListener
- Direct Known Subclasses:
Agent
,Communicator
,Environment
,Grid
,Item
,Patch
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract SimulationComponent.Type
getType()
getUUID()
void
setSimulation
(Simulation simulation) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.baseagent.sim.SimulationListener
onAfterStepEnded, onAfterStepStarted, onBeforeStepEnded, onBeforeStepStarted, onSimulationComponentAdded, onSimulationComponentRemoved, onSimulationEnded, onSimulationPaused, onSimulationResumed, onSimulationStarted, onSimulationStopped, onStepEnded, onStepStarted
-
Constructor Details
-
SimulationComponent
public SimulationComponent() -
SimulationComponent
-
-
Method Details
-
getUUID
-
setSimulation
-
getSimulation
-
getType
-