|
PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
|
#include <Study.h>
Public Member Functions | |
| Test () | |
| bool | Exists (const std::string &studyPath) const |
| std::vector< std::string > | GetAvailableLanguages (const std::string &studyPath) const |
| const ParameterVariant * | GetVariant (const std::string &variantName) const |
Public Attributes | |
| std::string | testName |
| std::string | displayName |
| std::string | testPath |
| bool | included |
| std::map< std::string, ParameterVariant > | parameterVariants |
| bool Test::Exists | ( | const std::string & | studyPath | ) | const |
| std::vector< std::string > Test::GetAvailableLanguages | ( | const std::string & | studyPath | ) | const |
Definition at line 48 of file Study.cpp.
References testPath.
Referenced by Chain::Validate().
| const ParameterVariant * Test::GetVariant | ( | const std::string & | variantName | ) | const |
Definition at line 80 of file Study.cpp.
References parameterVariants.
Referenced by Chain::Validate().
| std::string Test::displayName |
Definition at line 26 of file Study.h.
Referenced by ScaleManager::AddScaleToStudy(), and ScaleManager::CreateStudyFromScale().
| bool Test::included |
Definition at line 28 of file Study.h.
Referenced by ScaleManager::AddScaleToStudy(), ScaleManager::CreateStudyFromScale(), and Chain::Validate().
| std::map<std::string, ParameterVariant> Test::parameterVariants |
Definition at line 29 of file Study.h.
Referenced by GetVariant().
| std::string Test::testName |
Definition at line 25 of file Study.h.
Referenced by ScaleManager::AddScaleToStudy(), Study::AddTest(), and ScaleManager::CreateStudyFromScale().
| std::string Test::testPath |
Definition at line 27 of file Study.h.
Referenced by ScaleManager::AddScaleToStudy(), ScaleManager::CreateStudyFromScale(), Exists(), and GetAvailableLanguages().