Package | Description |
---|---|
instructor |
In this package, the user can implement their own mindfulness
programs by extending the "InstructorAgent" class and
implementing the "live" method.
|
mindfulness |
This package includes the classes that are specefically
related with mindful activities and their influence on
emotions.
|
simulation |
This package contains the classes that are useful for
agent-based simulators in general.
|
Modifier and Type | Class and Description |
---|---|
class |
InstructorAgent
This class represents the instructor.
|
class |
Song
It represents the program for instructing mindfulness proposed by
Song et al. (2015).
|
class |
Wongtongkam
It represents an instructor with the mindfulness program
proposed by Wongtongkam et al. (2015).
|
class |
WongtongkamAlternative
It represents the plan for instructing mindfulness proposed by
Wongtongkam et al. (2015).
|
Modifier and Type | Class and Description |
---|---|
class |
PractitionerAgent
This class simulates a practitioner agent.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Agent> |
Simulation.getAgents()
Returns the list of the agents of the simulation
|
Modifier and Type | Method and Description |
---|---|
void |
Simulation.register(Agent agent)
Register an agent in the simulation
|