Uses of Class
org.universAAL.ontology.questionnaire.Answer

Packages that use Answer
org.universAAL.ontology.questionnaire   
 

Uses of Answer in org.universAAL.ontology.questionnaire
 

Methods in org.universAAL.ontology.questionnaire that return Answer
 Answer[] AnsweredQuestionnaire.getAnswers()
          The following method gets the answers that composes the answered questionnaire.
 Answer[] AnsweredQuestionnaire.getCorrectAnswers()
          The following method gets the correct answers given by the user, within an answered questionnaire.
 Answer[] AnsweredQuestionnaire.getIncorrectAnswers()
          The following method gets the incorrect answers given by the user, within an answered questionnaire.
 Answer[] AnsweredQuestionnaire.getNoCorrectAnswers()
          The following method gets the no-correct answers, that is all the answers that have no correct answer associated, given by the user, within an answered questionnaire.
 

Methods in org.universAAL.ontology.questionnaire with parameters of type Answer
 void AnsweredQuestionnaire.addAnswer(Answer answer)
          The following method sets the answers that composes the answered questionnaire.
 Question[] AnsweredQuestionnaire.getAssociatedQuestions(Answer[] answers)
          The following method gets the associated questions associated to the answers array given, within an answered questionnaire.
 void AnsweredQuestionnaire.setAnswers(Answer[] answers)
          The following method sets the answers that composes the answered questionnaire.
 

Constructors in org.universAAL.ontology.questionnaire with parameters of type Answer
AnsweredQuestionnaire(Questionnaire questionnaire, Answer[] answers, User examinedUser)
           
AnsweredQuestionnaire(Questionnaire questionnaire, Answer answer, User examinedUser)
           
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.