| Package | Description |
|---|---|
| edu.umass.cs.surveyman.analyses |
Contains static and dynamic analysis structures and logic.
|
| Modifier and Type | Method and Description |
|---|---|
KnownValidityStatus |
SurveyResponse.getComputedValidityStatus() |
KnownValidityStatus |
SurveyResponse.getKnownValidityStatus() |
static KnownValidityStatus |
KnownValidityStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownValidityStatus[] |
KnownValidityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SurveyResponse.setComputedValidityStatus(KnownValidityStatus status) |
void |
SurveyResponse.setKnownValidityStatus(KnownValidityStatus validityStatus) |
| Constructor and Description |
|---|
SurveyResponse(Survey survey,
List<IQuestionResponse> responses,
String srid,
double score,
double threshold,
KnownValidityStatus knownValidityStatus) |
Copyright © 2015. All rights reserved.