-
mapGUI
BodilyMapGUI mapGUI
The GUI for showing the bodily map
-
practitioner
PractitionerAgent practitioner
The last practitioner practitioner created
-
simulation
Simulation simulation
Current simulation
-
numSimulations
int numSimulations
Number of Simulations
-
contSim
int contSim
Counter for the number of simulation that is being run
-
results
double[][] results
Matrix of NxM values where N is the number of practitioners and
M is the number of metrics. Each row has the metrics in the following
order: (Anger, Anxiety, Depression).
This matrix is used for calculating the averages and standard deviations
-
summary
double[][] summary
This matrix stores the summarizes of the results for each metric.
It uses the following summarizes in this order in each row:
- Avaerages
- Standard Deviations
The matrix couldbe represented as summary[summarizeIndex][metricIndex]
-
chooser
javax.swing.JFileChooser chooser
File Chooser for saving the results
-
buttonGroupStrategy
javax.swing.ButtonGroup buttonGroupStrategy
-
jButtonRunSimulation
javax.swing.JButton jButtonRunSimulation
-
jComboBoxInstructor
javax.swing.JComboBox<E> jComboBoxInstructor
-
jLabel1
javax.swing.JLabel jLabel1
-
jLabel2
javax.swing.JLabel jLabel2
-
jLabel3
javax.swing.JLabel jLabel3
-
jLabel6
javax.swing.JLabel jLabel6
-
jLabel7
javax.swing.JLabel jLabel7
-
jLabel8
javax.swing.JLabel jLabel8
-
jLabelCouple
javax.swing.JLabel jLabelCouple
-
jLabelFamilyBabies
javax.swing.JLabel jLabelFamilyBabies
-
jLabelInput1
javax.swing.JLabel jLabelInput1
-
jLabelTrips
javax.swing.JLabel jLabelTrips
-
jRadioButtonDefaultStrategy
javax.swing.JRadioButton jRadioButtonDefaultStrategy
-
jRadioButtonNewPlan
javax.swing.JRadioButton jRadioButtonNewPlan
-
jScrollPane1
javax.swing.JScrollPane jScrollPane1
-
jScrollPane2
javax.swing.JScrollPane jScrollPane2
-
jScrollPane3
javax.swing.JScrollPane jScrollPane3
-
jTable1
javax.swing.JTable jTable1
-
jTableResults
javax.swing.JTable jTableResults
-
jTableSummary
javax.swing.JTable jTableSummary
-
jTextFieldInitialAnger
javax.swing.JTextField jTextFieldInitialAnger
-
jTextFieldInitialAnxiety
javax.swing.JTextField jTextFieldInitialAnxiety
-
jTextFieldInitialDepression
javax.swing.JTextField jTextFieldInitialDepression
-
jTextFieldIterations
javax.swing.JTextField jTextFieldIterations
-
jTextFieldNumPractitioners
javax.swing.JTextField jTextFieldNumPractitioners
-
jTextFieldPlan
javax.swing.JTextField jTextFieldPlan