public class LexicographicRespondent extends AbstractRespondent
Modifier and Type | Field and Description |
---|---|
protected Survey |
survey |
protected SurveyResponse |
surveyResponse |
LOGGER, rng
Constructor and Description |
---|
LexicographicRespondent(Survey survey) |
Modifier and Type | Method and Description |
---|---|
AbstractRespondent |
copy()
Returns a copy of this respondent type.
|
SurveyResponse |
getResponse()
Method to obtain the simulated survey response for the survey that this respondent was instantiated with.
|
protected static void |
sortByData(List<SurveyDatum> surveyDatumList) |
generateStringComponent, getDenominator
protected SurveyResponse surveyResponse
protected Survey survey
public LexicographicRespondent(Survey survey)
protected static void sortByData(List<SurveyDatum> surveyDatumList)
public SurveyResponse getResponse()
AbstractRespondent
getResponse
in class AbstractRespondent
public AbstractRespondent copy()
AbstractRespondent
copy
in class AbstractRespondent
Copyright © 2015. All rights reserved.