Uses of Class
org.problets.lib.comm.CommunicationManager

Packages that use CommunicationManager
org.problets.domain.view   
org.problets.lib.conceptmap.services   
org.problets.lib.io   
org.problets.lib.io.input   
org.problets.lib.log   
org.problets.services   
 

Uses of CommunicationManager in org.problets.domain.view
 

Constructors in org.problets.domain.view with parameters of type CommunicationManager
ProbletView(KnowledgeModel inCorrectKM, StudentModel inStudent, CommunicationManager communicationManager, java.awt.event.ActionListener inRoot)
           
 

Uses of CommunicationManager in org.problets.lib.conceptmap.services
 

Constructors in org.problets.lib.conceptmap.services with parameters of type CommunicationManager
ConceptMapConstructor(java.awt.event.ActionListener inRoot, java.lang.String path, java.lang.String correctMapFileName, java.lang.String incompleteMapFileName, CommunicationManager communicationManager)
           
 

Uses of CommunicationManager in org.problets.lib.io
 

Constructors in org.problets.lib.io with parameters of type CommunicationManager
DataIOManager(java.awt.event.ActionListener inRoot, StudentModel inStudent, CommunicationManager inCommunicationManager, java.lang.String inputFileName)
          If only one input file is specified
DataIOManager(java.awt.event.ActionListener inRoot, StudentModel inStudent, CommunicationManager inCommunicationManager, java.lang.String inputFileName, int total)
          If a sequence of inputs are to provide a single output
 

Uses of CommunicationManager in org.problets.lib.io.input
 

Constructors in org.problets.lib.io.input with parameters of type CommunicationManager
DataInputManager(java.awt.event.ActionListener inRoot, java.lang.String inInputType, CommunicationManager inCommunicationManager)
          Constructs DataInputManager, has DataInputModel process the specified input file, and creates DataInputView for it.
DataInputSequenceManager(java.awt.event.ActionListener inRoot, java.lang.String fileName, int inTotalViews, CommunicationManager communicationManager)
          Constructs DataInputSequenceManager that creates forms for the questions specified in fileName through fileName# where # is given by inTotalViews
LoginManager(java.awt.event.ActionListener inRoot, java.lang.String inInputType, CommunicationManager inCommunicationManager)
           
 

Uses of CommunicationManager in org.problets.lib.log
 

Constructors in org.problets.lib.log with parameters of type CommunicationManager
LogModel(CommunicationManager inCommunicationManager)
          Allocates space for the log
 

Uses of CommunicationManager in org.problets.services
 

Constructors in org.problets.services with parameters of type CommunicationManager
LearnStyles(java.awt.event.ActionListener inRoot, CommunicationManager communicationManager)
          Constructs a form for the learning styles inventory in "LearnStyles.txt" and "LearnStyles2.txt" files.