PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
ComputedVariable Struct Reference

#include <ScaleDefinition.h>

Public Member Functions

 ComputedVariable ()
 

Public Attributes

std::string expression
 
std::string type
 
std::vector< NormThresholdnorms
 

Detailed Description

Definition at line 248 of file ScaleDefinition.h.

Constructor & Destructor Documentation

◆ ComputedVariable()

ComputedVariable::ComputedVariable ( )
inline

Definition at line 253 of file ScaleDefinition.h.

253: type("number") {}

Member Data Documentation

◆ expression

std::string ComputedVariable::expression

Definition at line 249 of file ScaleDefinition.h.

◆ norms

std::vector<NormThreshold> ComputedVariable::norms

Definition at line 251 of file ScaleDefinition.h.

◆ type

std::string ComputedVariable::type

Definition at line 250 of file ScaleDefinition.h.


The documentation for this struct was generated from the following file: