public class AnsweredQuestionnaire extends ManagedIndividual
Modifier and Type | Field and Description |
---|---|
static int |
CORRECT_ANSWERS |
static int |
INCORRECT_ANSWERS |
static String |
MY_URI |
static int |
NO_CORRECT_ANSWERS |
static String |
PROP_COMPLETENESS |
static String |
PROP_IS_ANSWERED_BY |
static String |
PROP_IS_ASSOCIATED_TO |
static String |
PROP_IS_COMPOSED_BY |
OWL_NAMESPACE, TYPE_OWL_INDIVIDUAL, TYPE_OWL_THING
ANON_URI_PREFIX, blockAddingTypes, isXMLLiteral, NAMESPACE_PREFIX, ns_delim_index, PROP_INVOLVED_HUMAN_USER, PROP_RDF_FIRST, PROP_RDF_REST, PROP_RDF_TYPE, PROP_RDFS_COMMENT, PROP_RDFS_LABEL, PROP_SERIALIZATION_FULL, PROP_SERIALIZATION_OPTIONAL, PROP_SERIALIZATION_REDUCED, PROP_SERIALIZATION_UNDEFINED, props, RDF_EMPTY_LIST, RDF_NAMESPACE, RDFS_NAMESPACE, SERVICE_NAMESPACE, TYPE_RDF_LIST, TYPE_RDFS_CLASS, uri, VOCABULARY_NAMESPACE
Constructor and Description |
---|
AnsweredQuestionnaire() |
AnsweredQuestionnaire(Questionnaire questionnaire,
Answer[] answers,
User examinedUser) |
AnsweredQuestionnaire(Questionnaire questionnaire,
Answer answer,
User examinedUser) |
AnsweredQuestionnaire(Questionnaire q,
User examinedUser) |
AnsweredQuestionnaire(String uri) |
Modifier and Type | Method and Description |
---|---|
void |
addAnswer(Answer answer)
The following method sets the answers that composes the answered
questionnaire.
|
void |
answeredToQuestion(Question q,
Object answerContent)
The following method stores the answer given by the user for a specific
question.
|
void |
answeredToQuestion(Question q,
Object[] answerContent)
The following method stores the answer given by the user for a specific
question.
|
double |
calculateCompleteness()
The following method calculates the completeness of a questionnaire,
given in percentage.
|
Answer[] |
getAnswers()
The following method gets the answers that composes the answered
questionnaire.
|
Questionnaire |
getAssociatedQuestionnaire()
The following method gets the associated questionnaire to an answered
questionnaire The name automatically-generated by the modeling tool has
been changed to be clearer, from "getIsAssociatedTo" to
"getAssociatedQuestionnaire"
|
Question[] |
getAssociatedQuestions(Answer[] answers)
The following method gets the associated questions associated to the
answers array given, within an answered questionnaire.
|
String |
getClassURI()
Get the class URI for this ManagedIndividual.
|
double |
getCompleteness()
The following method gets the completeness of an answered questionnaire,
given in percentage.
|
Answer[] |
getCorrectAnswers()
The following method gets the correct answers given by the user, within
an answered questionnaire.
|
double |
getCorrectAnswersPercentage()
The following method returns the percentage of correct answers within the
answered questionnaire.
|
Answer[] |
getIncorrectAnswers()
The following method gets the incorrect answers given by the user, within
an answered questionnaire.
|
double |
getIncorrectAnswersPercentage()
The following method returns the percentage of incorrect answers within
the answered questionnaire.
|
User |
getIsAnsweredBy()
The following method gets the user who answers the questionnaire
|
Answer[] |
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.
|
int |
getNumberOfCorrectAnswers()
The following method gets the number of correct answers.
|
int |
getNumberOfIncorrectAnswers()
The following method gets the number of incorrect answers.
|
int |
getNumberOfNoCorrectAnswers()
The following method gets the number of questions within the
questionnaire that don't have a correct answer associated.
|
int |
getPropSerializationType(String arg0)
Answers if the given property has to be considered when serializing this
individual in a minimized way, and if not ignore-able, whether its value
should be presented in its full form or can be reduced.
|
boolean |
isWellFormed()
Returns true, if the state of the resource is valid, otherwise false.
|
Question |
nextQuestion()
The following method returns the next question of a questionnaire
|
void |
setAnswers(Answer[] answers)
The following method sets the answers that composes the answered
questionnaire.
|
void |
setAssociatedQuestionnaire(Questionnaire questionnaire)
The following method sets the associated questionnaire to an answered
questionnaire The name automatically-generated by the modeling tool has
been changed to be clearer, from "setIsAssociatedTo" to
"setAssociatedQuestionnaire"
|
void |
setCompleteness(double completeness)
The following method sets the completeness of an answered questionnaire,
given in percentage.
|
void |
setIsAnsweredBy(User user)
The following method sets the user who answers the questionnaire
|
checkCompatibility, checkMembership, copy, deepCopy, getClassRestrictionsOnProperty, getInstance, getNonAbstractSuperClasses, getNonabstractSuperClasses, getOntClassInfo, getTypeURI, isRegisteredClassURI, setProperty, setPropertyPathFromOffset, toManagedIndividual
addType, getLocalName, getNamespace, getProperty, getPropertyURIs, getType, getTypes, getURI, hasQualifiedName, isAnon, numberOfProperties
addMultiLangProp, asList, asList, asRDFList, changeProperty, equals, generateAnonURI, getDefaultLang, getFilename, getMultiLangProp, getOrConstructLabel, getOrConstructLabel, getResource, getResourceComment, getResourceLabel, getResourceLabel, getStaticFieldValue, hashCode, hasProperty, isAnon, isBlockingAddingTypes, isClosedCollection, isQualifiedName, literal, representsQualifiedURI, serializesAsXMLLiteral, setPropertyPath, setPropertyPath, setResourceComment, setResourceLabel, toString, toStringRecursive, toStringRecursive, unliteral
public static final String MY_URI
public static final String PROP_IS_ASSOCIATED_TO
public static final String PROP_IS_COMPOSED_BY
public static final String PROP_IS_ANSWERED_BY
public static final String PROP_COMPLETENESS
public static final int CORRECT_ANSWERS
public static final int INCORRECT_ANSWERS
public static final int NO_CORRECT_ANSWERS
public AnsweredQuestionnaire()
public AnsweredQuestionnaire(String uri)
public AnsweredQuestionnaire(Questionnaire questionnaire, Answer[] answers, User examinedUser)
public AnsweredQuestionnaire(Questionnaire questionnaire, Answer answer, User examinedUser)
public AnsweredQuestionnaire(Questionnaire q, User examinedUser)
public String getClassURI()
ManagedIndividual
getClassURI
in class ManagedIndividual
public int getPropSerializationType(String arg0)
ManagedIndividual
Resource.PROP_SERIALIZATION_OPTIONAL
,
Resource.PROP_SERIALIZATION_REDUCED
, or Resource.PROP_SERIALIZATION_FULL
.
It can be assumed that the given property is one of those returned by
FinalizedResource.getPropertyURIs()
. Decision criterion should be if the value of
this property is absolutely necessary when this resource is being sent to
a remote node. If the subclass rates it as unlikely that the receiver
side would need this info, the answer should be
PROP_SERIALIZATION_OPTIONAL
in favor of lower communication
traffic and higher performance even at risk of a possible additional
query on the receiver side for fetching this info. With the same
rationale, if a property should be included in the process of
serialization, it is preferable to include it in a reduced form; in this
case the return value should be PROP_SERIALIZATION_REDUCED
,
otherwise PROP_SERIALIZATION_FULL
can be returned.getPropSerializationType
in class ManagedIndividual
public boolean isWellFormed()
Resource
Subclasses should overwrite this methods as the default implementation returns always true.
isWellFormed
in class ManagedIndividual
public User getIsAnsweredBy()
User
public void setIsAnsweredBy(User user)
public Answer[] getAnswers()
public void addAnswer(Answer answer)
public void setAnswers(Answer[] answers)
public Questionnaire getAssociatedQuestionnaire()
Questionnaire
)public void setAssociatedQuestionnaire(Questionnaire questionnaire)
questionnaire
- (Questionnaire
)public double getCompleteness()
Double
)public void setCompleteness(double completeness)
completeness
- (Double
)public double getCorrectAnswersPercentage()
Double
)public double getIncorrectAnswersPercentage()
Double
)public int getNumberOfIncorrectAnswers()
Integer
)public int getNumberOfCorrectAnswers()
Integer
)public int getNumberOfNoCorrectAnswers()
Integer
)public Answer[] getIncorrectAnswers()
public Answer[] getCorrectAnswers()
public Answer[] getNoCorrectAnswers()
public Question[] getAssociatedQuestions(Answer[] answers)
public Question nextQuestion()
public double calculateCompleteness()
Double
)public void answeredToQuestion(Question q, Object answerContent)
Copyright © 2018 universAAL Consortium. All rights reserved.