|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <ScaleDefinition.h>
Public Member Functions | |
| ComputedVariable () | |
Public Attributes | |
| std::string | expression |
| std::string | type |
| std::vector< NormThreshold > | norms |
Definition at line 248 of file ScaleDefinition.h.
|
inline |
Definition at line 253 of file ScaleDefinition.h.
| std::string ComputedVariable::expression |
Definition at line 249 of file ScaleDefinition.h.
| std::vector<NormThreshold> ComputedVariable::norms |
Definition at line 251 of file ScaleDefinition.h.
| std::string ComputedVariable::type |
Definition at line 250 of file ScaleDefinition.h.