(class from pyomo.dataportal.plugins.xml_table)
pyomo.dataportal.plugins.xml_table
Bases: TableData
TableData
Constructor
Methods
__init__()
__init__
add_options(**kwds)
add_options
Add the keyword options to the Options object in this object.
Options
available()
available
clear()
clear
Clear the data that was extracted from this table
close()
close
Close the data manager.
initialize(**kwds)
initialize
Initialize the data manager with keyword arguments.
open()
open
Open the data manager.
process(model, data, default)
process
Process the data that was extracted from this data manager and return it.
read()
read
Read data from the data manager.
write(data)
write
Write data to the data manager.
Member Documentation
Return True if the data manager is available.
True
The filename argument is recognized here, and other arguments are passed to the add_options() method.
add_options()