org.keridwen.modelling.global.parameters.io
Class GlobalParamXMLReader

java.lang.Object
  extended by org.keridwen.modelling.global.parameters.io.GlobalParamXMLReader

public class GlobalParamXMLReader
extends Object

XML based file format reader for Global Parameters List.

Author:
J.Forest, Artenum SARL

Constructor Summary
GlobalParamXMLReader(File file)
          Default constructor.
 
Method Summary
 GlobalParametersList read()
          Read the input file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalParamXMLReader

public GlobalParamXMLReader(File file)
Default constructor.

Parameters:
file - - input file to be read.
Method Detail

read

public GlobalParametersList read()
Read the input file. Support both formats (simple List and GlobalParametersList.

Returns:
- the loaded GlobalParametersList.


Copyright © 2012-2013 Artenum. All Rights Reserved.