- RADIUS - Static variable in class sociogram.SociogramGUI
-
Radius in pixels of the sociogram
- readIterations() - Method in class sociogram.MainGUI
-
Returns the number of iterations indicated by the user
- readSimulations() - Method in class sociogram.MainGUI
-
Returns the number of simulations indicated by the user
- readSpeed() - Method in class sociogram.MainGUI
-
Returns the speed (iterations/second) of the simulation indicated
by the user
- recordValues() - Method in class simulation.MeasurementEvolution
-
The implementation must record the measurment values specific of
each simulator.
- recordValues(int, double[]) - Method in class simulation.MeasurementEvolution
-
Records the measurement values of a particular iteration
- recordValues() - Method in class sociogram.MeasurementEvolutionSociogram
-
Measures the group sociometrics of the current sociogram for a
particular iteration, obtaining the information from the blackboard.
- register(Agent) - Method in class simulation.Simulation
-
Register an agent in the simulation
- REJECTION_COLOR - Static variable in class sociogram.SociogramGUI
-
Color of the rejection relationships among agents
- REJECTION_THRESHOLD - Static variable in class sociogram.Sociogram
-
Relationship Value from which it is considered to be a rejection.
- RELATION_FORMAT - Static variable in class sociogram.Sociogram
-
Format of the double values printed in the text file for representing
the sociogram relations.
- results - Variable in class sociogram.MainGUI
-
Matrix of NxM values where N is the number of simulations and
M is the number of metrics.
- run(int) - Method in class simulation.Simulation
-
Runs the whole simulation with the left number of iterations
indicated in the parameter.
- run(int) - Method in class simulation.SimulationAnimation
-
Runs the whole simulation with the number of iterations indicated
in the parameter in a animated simulation repainting the GUI.
- run() - Method in class simulation.SimulationAnimation
-
Runs after each time the timer runs out of time
- runSimulation(HashMap<String, Object>) - Method in class trainingsoci.TrainableSoci
-
It runs a simulation with the input and output in a
generic format for being trained.
- runSimulationActionPerformed(ActionEvent) - Method in class sociogram.MainGUI
-
Method for running the simulations, executed when pressing the "Run
Simulation" button.