Uses of Class
jitas.core.StudentModel

Packages that use StudentModel
jitas.core   
jitas.xml.parser   
jitas.xml.writer   
 

Uses of StudentModel in jitas.core
 

Methods in jitas.core that return StudentModel
static StudentModel StudentModel.emptyModelFactory(java.lang.String username)
          Returns a new empty model with just username set
 

Methods in jitas.core with parameters of type StudentModel
 void Student.addStudentModel(java.lang.String domainName, StudentModel model)
          Add a student model to this students models.
 

Uses of StudentModel in jitas.xml.parser
 

Methods in jitas.xml.parser that return StudentModel
 StudentModel StudentModelParser.loadStudentModel(java.lang.String domainName, java.lang.String studentName)
          The root of the tree is easy to find since the document itself implements the Node interface...
 StudentModel StudentModelParser.processTree()
           
 

Uses of StudentModel in jitas.xml.writer
 

Constructors in jitas.xml.writer with parameters of type StudentModel
StudentModelWriter(StudentModel sm, java.lang.String pathName)
          Constructor.