SALT.assessment
Class SessionReader

java.lang.Object
  extended by SALT.assessment.SessionReader

public class SessionReader
extends java.lang.Object

To work with a session in SALT, the SessionReader generates a Session object from the data in a .log file.


Constructor Summary
SessionReader()
           
 
Method Summary
static Session getSortedTrialInfos(java.io.File file, Design design)
          Writes the data from a .log-File, which has XML style in a Session object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionReader

public SessionReader()
Method Detail

getSortedTrialInfos

public static Session getSortedTrialInfos(java.io.File file,
                                          Design design)
Writes the data from a .log-File, which has XML style in a Session object.

Parameters:
file - .log file
Returns:
Session object