Uses of Class
org.problets.lib.conceptmap.model.ForestModel

Packages that use ForestModel
org.problets.lib.conceptmap.model.userbuilt   
org.problets.lib.conceptmap.tutor   
org.problets.lib.conceptmap.view   
org.problets.lib.conceptmap.view.collapsible   
org.problets.lib.conceptmap.view.navigable   
org.problets.lib.conceptmap.view.userbuilt   
 

Uses of ForestModel in org.problets.lib.conceptmap.model.userbuilt
 

Subclasses of ForestModel in org.problets.lib.conceptmap.model.userbuilt
 class UserBuiltForestModel
          Derived from ForestModel.
 

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

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

Uses of ForestModel in org.problets.lib.conceptmap.view
 

Constructors in org.problets.lib.conceptmap.view with parameters of type ForestModel
ForestController(ForestModel inForestModel, ForestView inForestView)
          Creates a ForestController object using the forest model and the forest view as arguments.
ForestView(ForestModel inForestModel, StudentActionLog inForestStudent)
          Creates the forest view using the forest model and the type of the forest as argument.
 

Uses of ForestModel in org.problets.lib.conceptmap.view.collapsible
 

Constructors in org.problets.lib.conceptmap.view.collapsible with parameters of type ForestModel
CollapsibleForestView(ForestModel inForestModel, StudentActionLog inForestStudent)
          Creates a CollapsibleForestView object using the forest model as argument.
 

Uses of ForestModel in org.problets.lib.conceptmap.view.navigable
 

Constructors in org.problets.lib.conceptmap.view.navigable with parameters of type ForestModel
NavigableForestView(ForestModel inForestModel, StudentActionLog inForestStudent)
          Creates a NavigableForestView object using the forest model as argument.
 

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

Constructors in org.problets.lib.conceptmap.view.userbuilt with parameters of type ForestModel
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.