Class epsilon_greedy_parser

Inheritance Relationships

Base Types

  • public rer::client< epsilon_greedy_parser >

  • public rcppsw::config::xml::xml_config_parser

Class Documentation

class epsilon_greedy_parser : public rer::client<epsilon_greedy_parser>, public rcppsw::config::xml::xml_config_parser

Parses XML configuration used for epsilon greedy task allocation policy into epsilon_greedy_config.

Public Types

using config_type = epsilon_greedy_config

Public Functions

inline epsilon_greedy_parser(void)
void parse(const ticpp::Element &node) override
bool validate(void) const override
inline std::string xml_root(void) const override

Public Static Attributes

static const std::string kXMLRoot = "epsilon_greedy"

The root tag that all task allocation XML configuration should lie under in the XML tree.