1#ifndef CYCLUS_SRC_XML_FLAT_LOADER_H_
2#define CYCLUS_SRC_XML_FLAT_LOADER_H_
Interface implemented by backends that support rudimentary querying.
Collects and manages output data generation for the cyclus core and agents during a simulation.
Handles initialization of a database with information from a cyclus xml input file.
a class that encapsulates the methods needed to load input to a cyclus simulation from xml
void LoadInitialAgents()
Creates all initial agent instances from the input file.
virtual std::string master_schema()
XMLFlatLoader(Recorder *r, QueryableBackend *b, std::string schema_path, const std::string load_filename="", const std::string format="none", bool ms_print=false)
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....
std::string BuildFlatMasterSchema(std::string schema_path, std::string infile)
Builds and returns a master cyclus input xml schema defining a flat prototype and instance structure ...
T OptionalQuery(InfileTree *tree, std::string query, T default_val)
a query method for optional parameters