- main(String[]) - Static method in class sociogram.MainGUI
-
- main(String[]) - Static method in class sociogram.SociogramGUI
-
- main(String[]) - Static method in class sociogram.Test
-
- main(String[]) - Static method in class trainingsoci.TestTraining
-
- MainGUI - Class in sociogram
-
Graphical User Interface (GUI) for performing simulations.
- MainGUI() - Constructor for class sociogram.MainGUI
-
Creates new form MainGUI
- MARGIN_LEFT_LEGEND - Static variable in class sociogram.SociogramGUI
-
Features of the Legend
- MARGIN_TOP_LEGEND - Static variable in class sociogram.SociogramGUI
-
- matrix - Variable in class sociogram.Sociogram
-
Adyacency matrix with their relationship with values in the
interval [-1,+1], where negative values expresses rejection and positive
values represents selection
- measureIAg() - Method in class sociogram.Sociogram
-
- measureICg() - Method in class sociogram.Sociogram
-
Measure the Coherence of the group with the sociometric ICg described in
(Barrasa & Gil, 2008).
- measureIDg() - Method in class sociogram.Sociogram
-
Measure the Dissociation of the group with the sociometric IDg described in
(Barrasa & Gil, 2008).
- measureIIg() - Method in class sociogram.Sociogram
-
Measure the Intensity of the Group with the sociometric IIg described
in (Barrasa & Gil, 2008).
- measurement - Variable in class simulation.SimulationAnimation
-
For recording the evolution of some measurement values of certain
metrics.
- measurement - Variable in class sociogram.MainGUI
-
Reference to the Measurement Evolution of Sociograms
- MeasurementEvolution - Class in simulation
-
This class records the evolution of several metrics for each iteration.
- MeasurementEvolution(int, int) - Constructor for class simulation.MeasurementEvolution
-
Constructor of the class.
- MeasurementEvolutionSociogram - Class in sociogram
-
This class measures the evolution of sociograms with groug sociometrics
proposed by (Barrasa, 2008) that are provided by Sociogram class.
- MeasurementEvolutionSociogram(int) - Constructor for class sociogram.MeasurementEvolutionSociogram
-
Constructor of the class.
- measurements - Variable in class sociogram.MainGUI
-
Measurement evolutions of each simulation
- measureRe(int) - Method in class sociogram.Sociogram
-
Measure the Reciprocity of Selections: number of selections of an
agent that have been selected back with reciprocal selections.
- measureRr(int) - Method in class sociogram.Sociogram
-
Measure the Reciprocity of Rejections: number of rejections of an
agent that have been rejected back with reciprocal rejections.
- measureSe(int) - Method in class sociogram.Sociogram
-
Measure the selections receibed by subject.
- measureSr(int) - Method in class sociogram.Sociogram
-
Measure the rejections receibed by the subject.
- METRIC_FORMAT - Static variable in class simulation.MeasurementEvolution
-
Format of the double values printed in the text file for representing
the sociogrametric values.
- METRIC_FORMAT - Static variable in class sociogram.Sociogram
-
Format of the double values printed in the text file for representing
the sociogrametric values, and it is also used from the GUI.
- metrics - Variable in class simulation.MeasurementEvolution
-
Names of the metrics.