AUREA.parser.SettingsParser
index
/home/earls3/Price/AUREA/build/lib.linux-x86_64-2.6/AUREA/parser/SettingsParser.py

Copyright (C) 2011  N.D. Price Lab
 
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.
 
You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

 
Classes
       
SettingsParser

 
class SettingsParser
     Methods defined here:
__init__(self, xmlFileName)
getSetting(self, object, setting_name)
Returns a list of settings values for a given setting name
getSettings(self, object)
returns an objects settings as a list of tuples (setting name, list of values)
object == dirac, tsp, datatable, etc
setSetting(self, object, setting_name, value)
writeSettings(self, xmlFileName)
writes an xml file as a setting file