Uses of Class
SALT.assessment.Session

Packages that use Session
SALT.assessment   
SALT.gui   
 

Uses of Session in SALT.assessment
 

Fields in SALT.assessment declared as Session
 Session Salt.session
           
 

Methods in SALT.assessment that return Session
static Session SessionReader.getSortedTrialInfos(java.io.File file, Design design)
          Writes the data from a .log-File, which has XML style in a Session object.
 

Methods in SALT.assessment with parameters of type Session
static void SessionWriter.writeSessionToLogFile(java.io.File outputFile, Session session, Design design)
          Writes a Session in a .log file, which has XML style.
 

Uses of Session in SALT.gui
 

Methods in SALT.gui that return Session
 Session SessionDialog.editSession(javax.swing.JFrame frame, Session session)
          Edits an existing session.
 Session GUI.openSession(Design design)
          Displays a JFileChooser to open a session.
 

Methods in SALT.gui with parameters of type Session
 boolean SessionDialog.display(javax.swing.JFrame frame, Session session, boolean edit)
          Displays the SessionDialog.
 boolean GUI.displayNewSessionDialog(Session session)
          Calls a SessionDialog to create a new session.
 Session SessionDialog.editSession(javax.swing.JFrame frame, Session session)
          Edits an existing session.