Package | Description |
---|---|
mindfulness |
This package includes the classes that are specefically
related with mindful activities and their influence on
emotions.
|
Modifier and Type | Method and Description |
---|---|
void |
MindfulnessKnowledge.applyPractice(PractitionerAgent practitioner,
Practice practice)
It applies a mindfulness practice on a practitioner simulating its
influence in the emotions of the practitioner.
|
void |
MindfulnessKnowledge.applyPracticeWhenProgress(PractitionerAgent practitioner,
Practice practice,
int numAgents)
It applies a mindfulness practice on a practitioner considering
they can progress or not with the corresponding Deck random generator.
|
void |
MainGUI.printEmotionResults(PractitionerAgent practitioner,
int row)
Prints the predominantEmotions of a practitioner in a row of the table
with the results.
|