Uses of Class
org.problets.lib.conceptmap.model.userbuilt.UserBuiltForestModel

Packages that use UserBuiltForestModel
org.problets.lib.conceptmap.tutor   
org.problets.lib.conceptmap.view.userbuilt   
 

Uses of UserBuiltForestModel in org.problets.lib.conceptmap.tutor
 

Constructors in org.problets.lib.conceptmap.tutor with parameters of type UserBuiltForestModel
ForestTutor(ForestModel actualForestModel, UserBuiltForestModel inUserForestModel)
          Creates the connection matrix to assist in checking the student's answers.
 

Uses of UserBuiltForestModel in org.problets.lib.conceptmap.view.userbuilt
 

Constructors in org.problets.lib.conceptmap.view.userbuilt with parameters of type UserBuiltForestModel
UserBuiltForestController(UserBuiltForestModel inForestModel, UserBuiltForestView inForestView)
          Creates a UserBuiltForestController object using the forest model and the forest view as arguments.
UserBuiltForestView(java.awt.event.ActionListener inRoot, ForestModel inActualForestModel, UserBuiltForestModel studentForestModel, StudentActionLog inForestStudent)
          Creates a UserBuiltForestView object using an inorrect forest model (which the user is supposed to change) and the correct tree (used for feedback) as arguments.