Dynamical system model
|
Defines the Node class. More...
#include <functional>
#include <utility>
#include <stdexcept>
#include <optional>
#include <set>
#include <map>
#include <format>
#include <cassert>
#include <string>
#include "../utility/Logger.hpp"
#include "../utility/queue.hpp"
#include "../utility/Typedef.hpp"
Classes | |
class | dsm::Node |
The Node class represents the concept of a node in the network. More... | |
Namespaces | |
namespace | dsm |
Defines the Node class.
The Node class represents the concept of a node in the network. It is a virtual class that needs to be implemented by derived classes.