![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
This is the complete list of members for line::Station, including all inherited members.
| add_server_type(const qn::Station< double >::ServerType &stype) | line::Station | inline |
| get_index() const | line::Node | inline |
| get_name() const | line::Node | inline |
| get_station_index() const | line::Station | inline |
| idx_ | line::Node | protected |
| model() const | line::Node | inline |
| model_ | line::Node | protected |
| name_ | line::Node | protected |
| Node(NetworkModel &m, std::size_t idx, const std::string &nm) | line::Node | inlineprotected |
| operator std::size_t() const | line::Node | inline |
| set_breakdown(const Dist &failure, const Dist &repair) | line::Station | inline |
| set_capacity(double k) | line::Station | inline |
| set_class_capacity(std::size_t cls, double k) | line::Station | inline |
| set_drop_rule(std::size_t cls, lang::DropStrategy rule) | line::Station | inline |
| set_load_dependence(const std::vector< double > &alpha) | line::Station | inline |
| set_number_of_servers(double n) | line::Station | inline |
| set_polling_type(lang::PollingType rule, int par=0) | line::Station | inline |
| set_routing(std::size_t cls, lang::RoutingStrategy rs) | line::Node | inline |
| set_routing_weights(std::size_t cls, const std::map< std::size_t, double > &weights) | line::Node | inline |
| set_sched_param(std::size_t cls, double weight) | line::Station | inline |
| set_service(std::size_t cls, const Dist &d) | line::Station | inline |
| set_switchover(std::size_t cls, const Dist &so) | line::Station | inline |
| Station(NetworkModel &m, std::size_t idx, const std::string &nm) | line::Station | inlineprotected |