SALT.assessment
Class DesignReader

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

public class DesignReader
extends java.lang.Object

To work with a design in SalT, the DesignReader generates a Design object from the data in a .design file.

See Also:
SAXBuilder, Document

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

Constructor Detail

DesignReader

public DesignReader()
Method Detail

getDesign

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

Parameters:
file - .design file
Returns:
Design object