Package | Description |
---|---|
instructor |
In this package, the user can implement their own mindfulness
programs by extending the "InstructorAgent" class and
implementing the "live" method.
|
simulation |
This package contains the classes that are useful for
agent-based simulators in general.
|
Constructor and Description |
---|
InstructorAgent(Simulation simulation)
It creates instructor agent with the necessary mindfulness knowledge.
|
Song(Simulation simulation)
Constructor that sets the simulation with the super constructor.
|
Wongtongkam(Simulation simulation)
Constructor that stores a reference to the simulation.
|
WongtongkamAlternative(Simulation simulation)
Constructor that sets the simulation with the super constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
SimulationAnimation
A class for make a simulation but with a timer to make the simulation slower
and repaint a GUI to show the animation.
|