Uses of Class
edu.suffolk.litlab.efsp.utils.InterviewVariable
Packages that use InterviewVariable
-
Uses of InterviewVariable in edu.suffolk.litlab.efsp.utils
Fields in edu.suffolk.litlab.efsp.utils with type parameters of type InterviewVariableModifier and TypeFieldDescriptionprotected List
<InterviewVariable> InfoCollector.optionalVars
protected List
<InterviewVariable> InfoCollector.requiredVars
protected List
<InterviewVariable> InfoCollector.wrongVars
Methods in edu.suffolk.litlab.efsp.utils that return InterviewVariableModifier and TypeMethodDescriptionInterviewVariable.appendDesc
(String newDescription) InfoCollector.requestVar
(String localName, String description, String datatype) InfoCollector.requestVar
(String localName, String desc, String datatype, List<String> choices, Optional<String> currentVal) Creates an InterviewVariable with the correct stack information in the variable name.Methods in edu.suffolk.litlab.efsp.utils that return types with arguments of type InterviewVariableModifier and TypeMethodDescriptionFilingError.getMissingVariable()
InfoCollector.getOptional()
InfoCollector.getRequired()
InfoCollector.getWrong()
Methods in edu.suffolk.litlab.efsp.utils with parameters of type InterviewVariableModifier and TypeMethodDescriptionvoid
InfoCollector.addOptional
(InterviewVariable var) void
InfoCollector.addRequired
(InterviewVariable var) void
InfoCollector.addWrong
(InterviewVariable var) static FilingError
FilingError.missingRequired
(InterviewVariable missingVariable) static FilingError
FilingError.wrongValue
(InterviewVariable rightVariableInfo)