- saveJTable(JTable, PrintStream, int) - Method in class mindfulness.MainGUI
-
It saves the contents of the JTable.
- saveValues(PrintStream) - Method in class simulation.MeasurementEvolution
-
Save the all the recorded measurement values by printing these in an
open PrintStream
- setEmotion(Emotion) - Method in class emotions.BodilyMapGUI
-
Sets a particular emotion to be shown in its panel
- setEmotion(Emotion) - Method in class emotions.BodilyMapPanel
-
It sets an emotion and graphically shows its bodily map
- setFeeling(OrtogonalEmotion, double) - Method in class mindfulness.PractitionerAgent
-
It sets the initial feeling about an emotion
- setMeasurementEvolution(MeasurementEvolution) - Method in class simulation.SimulationAnimation
-
Sets a reference to the measurement value given in the parameter
- setObserver(ObserverAnimation) - Method in class simulation.SimulationAnimation
-
Sets the observer for notififying the end of the simulation
- setSpeed(double) - Method in class simulation.SimulationAnimation
-
Set the speed (iterations/second) translating it to miliseconds of the
interval of each iteration.
- showSummary() - Method in class mindfulness.MainGUI
-
It shows the summary in the GUI
- simulation - package simulation
-
This package contains the classes that are useful for
agent-based simulators in general.
- Simulation - Class in simulation
-
It represents a simulation with a multi-agent system.
- Simulation() - Constructor for class simulation.Simulation
-
Creates a simulation with an empty list of agents
- SimulationAnimation - Class in simulation
-
A class for make a simulation but with a timer to make the simulation slower
and repaint a GUI to show the animation.
- SimulationAnimation(JFrame) - Constructor for class simulation.SimulationAnimation
-
Constructor with a GUI
- Song - Class in instructor
-
It represents the program for instructing mindfulness proposed by
Song et al. (2015).
- Song(Simulation) - Constructor for class instructor.Song
-
Constructor that sets the simulation with the super constructor.