7 #include "event-schedule.h"
8 #include "traffic-matrix-sequence.h"
11 #include "rapidxml.hpp"
49 static std::string getAttribute(rapidxml::xml_node<>* node,
50 const std::string &name);
51 static double AtoI(
const std::string &value);
Definition: traffic-matrix-sequence.h:20
Definition: event-schedule.h:21
Definition: topology.h:22
static EventSchedule parseEventSchedule(const std::string &file)
Definition: parser.cpp:118
static TrafficMatrixSequence parseTrafficMatrixSequence(const std::string &file)
Definition: parser.cpp:169
static Topology parseTopology(const std::string &file)
Definition: parser.cpp:9
Definition: property-container.h:15