|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogModel in org.problets.domain.model.expression |
---|
Constructors in org.problets.domain.model.expression with parameters of type LogModel | |
---|---|
ExpressionTutor(StudentModel inStudent,
LogModel inLog)
|
Uses of LogModel in org.problets.domain.model.expression.view |
---|
Constructors in org.problets.domain.model.expression.view with parameters of type LogModel | |
---|---|
ExpressionProblemView(ExpressionViewExpert inExpressionExpert,
StudentModel inStudent,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
ExpressionTutorView(ExpressionViewExpert inExpressionExpert,
StudentModel inStudent,
LogModel log,
java.awt.event.ActionListener inRoot)
|
Uses of LogModel in org.problets.domain.model.output.view |
---|
Constructors in org.problets.domain.model.output.view with parameters of type LogModel | |
---|---|
AllOutputForm(ProblemManager inProblemManager,
StudentModel inStudent,
LogModel inLog)
|
|
OutputAnswerView(java.awt.event.ActionListener inParent,
StudentModel inStudent,
LogModel inLog,
CodeModel inCode)
Constructs a OutputAnswerView object |
|
OutputStreamController(java.awt.event.ActionListener inParent,
java.util.Vector inModel,
OutputStreamView inView,
LogModel inLog)
Constructs a OutputStreamController and sets the pointer appropriately |
|
SingleOutputForm(java.awt.event.ActionListener inParent,
StudentLineOutput studentLineOutput,
int[] lineNumberList,
LogModel inLog,
int ordinality,
java.awt.Color color)
|
Uses of LogModel in org.problets.domain.view |
---|
Constructors in org.problets.domain.view with parameters of type LogModel | |
---|---|
CodeProblemLayout(ProblemManager inProblemManager,
AbstractView feedbackManager,
HelpManager helpManager,
StudentModel inStudent,
LogModel log,
TimerView timerView)
|
|
FeedbackView(AbstractView inTutorView,
LogModel inLog)
|
|
LanguageController(LogModel inLog)
|
|
OpenStudentModelController(LogModel inLog)
|
|
ProblemManager(DomainModel inProblem,
AbstractView inProblemView,
StudentModel inStudent,
LogModel inLog,
java.awt.event.ActionListener inRoot)
Constructor for code-based problems |
|
ProbletController(ProbletView inProbletView,
ProblemManager inProblemManager,
StudentView inStudentView,
LogModel inLog,
LogView inLogView)
|
|
ReflectionController(LogModel inLog)
|
|
ResponseManager(ProblemManager inProblemManager,
AbstractView inFeedbackManager,
HelpManager inHelpManager,
StudentModel inStudent,
LogModel log)
|
Uses of LogModel in org.problets.domain.view.code |
---|
Constructors in org.problets.domain.view.code with parameters of type LogModel | |
---|---|
AnalysisCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
AnimateCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
BaseCodeView(CodeModel in_code,
StudentModel in_student,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
CodeViewManager(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
DebugCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
EnumerateCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
IndentCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
InteractCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
OutputCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
RearrangeCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
RefactorCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
ReorderCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
SelectableCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
Uses of LogModel in org.problets.domain.view.code.synthesis |
---|
Constructors in org.problets.domain.view.code.synthesis with parameters of type LogModel | |
---|---|
SynthesisCodeView(CodeModel inCode,
StudentModel inStudent,
TutorManager inTutorManager,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
Uses of LogModel in org.problets.lib.log |
---|
Constructors in org.problets.lib.log with parameters of type LogModel | |
---|---|
LogController(java.lang.String title,
LogModel inLog)
|
|
LogView(LogModel inLogModel)
|
Uses of LogModel in org.problets.student |
---|
Constructors in org.problets.student with parameters of type LogModel | |
---|---|
DebugAnswerView(java.awt.event.ActionListener inParent,
StudentModel inStudent,
LogModel inLog)
|
|
StateAnswerView(java.awt.event.ActionListener inParent,
StudentModel inStudent,
LogModel inLog)
Creates the view for the state problem |
|
StudentController(java.lang.String title,
LogModel inLog)
|
|
StudentView(StudentModel in_student,
LogModel inLog)
|
Uses of LogModel in org.problets.tutor |
---|
Constructors in org.problets.tutor with parameters of type LogModel | |
---|---|
BaseTutor(StudentModel inStudent,
CodeModel inCode,
LogModel inLog)
|
|
DebugTutor(StudentModel inStudent,
CodeModel inCode,
LogModel inLog)
|
|
DemandTutor(StudentModel inStudent,
LogModel inLog)
|
|
OutputTutor(StudentModel inStudent,
CodeModel inCode,
LogModel inLog)
|
|
StateTutor(StudentModel inStudent,
CodeModel inCode,
LogModel inLog)
|
|
SynthesisTutor(StudentModel inStudent,
CodeModel inCode,
LogModel inLog)
|
|
TutorController(java.lang.String title,
LogModel inLog)
|
|
TutorManager(StudentModel inStudent,
LogModel inLog)
|
Uses of LogModel in org.problets.tutor.problemsequencer |
---|
Constructors in org.problets.tutor.problemsequencer with parameters of type LogModel | |
---|---|
ProblemSequenceController(java.lang.String title,
java.awt.event.ActionListener inParent,
LogModel inLog)
|
Uses of LogModel in org.problets.tutor.reflection |
---|
Constructors in org.problets.tutor.reflection with parameters of type LogModel | |
---|---|
ReflectionManager(KnowledgeModel inCorrectKM,
LogModel inLog,
java.awt.event.ActionListener inParent)
|
|
ReflectionView(java.awt.event.ActionListener inParent,
LogModel inLog,
java.lang.String inQuestion,
java.lang.String[] optionLabels,
int inCorrectIndex)
Constructor when only one of the choices is correct. |
Uses of LogModel in org.problets.tutor.view |
---|
Constructors in org.problets.tutor.view with parameters of type LogModel | |
---|---|
CodeFeedbackManager(KnowledgeModel correctKM,
TutorManager inTutorManager,
StudentModel inStudent,
LogModel inLog,
CodeModel inProblem,
HelpManager inHelpManager,
AbstractView inRoot)
|
|
ExpressionFeedbackManager(AbstractView inTutorView,
LogModel inLog,
HelpManager inHelpManager,
java.awt.event.ActionListener inRoot)
|
|
FeedbackViewSequencer(java.awt.event.ActionListener inRoot,
boolean inWrapAround,
boolean inNoRewind,
LogModel inLog)
Method called when establishing ViewSequencer before determining the views that it should display |
|
FeedbackViewSequencer(java.awt.event.ActionListener inRoot,
LogModel inLog)
Method called when establishing ViewSequencer before determining the views that it should display |
|
FeedbackViewSequencer(java.util.Vector inViewVector,
java.awt.event.ActionListener inRoot,
boolean inWrapAround,
boolean inNoRewind,
LogModel inLog)
|
|
FeedbackViewSequencer(java.util.Vector inViewVector,
java.awt.event.ActionListener inRoot,
LogModel inLog)
|
Uses of LogModel in org.problets.tutor.view.narration |
---|
Constructors in org.problets.tutor.view.narration with parameters of type LogModel | |
---|---|
FeedbackAnimationView(AbstractView inTutorView,
LogModel inLog)
|
|
FeedbackAnimationView(AbstractView inTutorView,
LogModel inLog,
javax.swing.JPanel inHelpManager)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |