- valueOf(String) - Static method in enum emotions.Emotion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum emotions.OrtogonalEmotion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum mindfulness.Practice
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum emotions.Emotion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum emotions.OrtogonalEmotion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum mindfulness.Practice
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class simulation.MeasurementEvolution
-
Measurement values of the metrics for each iteration, in which
values[iteration][metric] represents for a particular iteration the
measurement value of the corresponding metric number.