cmu.survey.objects.renderers.text.answerchoiceshelper
Class SurveyAnswerChoiceHelper

java.lang.Object
  extended by cmu.survey.objects.renderers.text.answerchoiceshelper.SurveyAnswerChoiceHelper

public class SurveyAnswerChoiceHelper
extends java.lang.Object


Constructor Summary
SurveyAnswerChoiceHelper()
           
 
Method Summary
static java.util.Vector getChoicesAndCount(Survey survey)
          Returns a vector of all the choices, wrapped in ChoiceDataBitSetWeightedWrapper, in the survey.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurveyAnswerChoiceHelper

public SurveyAnswerChoiceHelper()
Method Detail

getChoicesAndCount

public static java.util.Vector getChoicesAndCount(Survey survey)
Returns a vector of all the choices, wrapped in ChoiceDataBitSetWeightedWrapper, in the survey.