![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
ClassSwitch(model, name, C). More...
#include <line/lang/qn/nodes.h>
Public Member Functions | |
| ClassSwitch (NetworkModel &m, const std::string &nm, const Matrix< double > &C) | |
| void | set_class_switching_matrix (const Matrix< double > &C) |
| setClassSwitchingMatrix(C). | |
| Public Member Functions inherited from line::Node | |
| std::size_t | get_index () const |
| get_index(): the 1-based node index the builder assigned. | |
| const std::string & | get_name () const |
| getName(). | |
| NetworkModel & | model () const |
| The model this node belongs to. | |
| operator std::size_t () const | |
| A handle IS its index wherever one is expected. | |
| void | set_routing (std::size_t cls, lang::RoutingStrategy rs) |
| setRouting(class, strategy). | |
| void | set_routing_weights (std::size_t cls, const std::map< std::size_t, double > &weights) |
| setRoutingWeight(class, weights): the WRROBIN share per destination. | |
Additional Inherited Members | |
| Protected Member Functions inherited from line::Node | |
| Node (NetworkModel &m, std::size_t idx, const std::string &nm) | |
| Protected Attributes inherited from line::Node | |
| NetworkModel * | model_ |
| std::size_t | idx_ |
| std::string | name_ |
|
inline |
Definition at line 179 of file nodes.h.
References line::Node::idx_, line::Node::Node(), and line::qn::Network< T >::set_class_switch_matrix().
|
inline |
setClassSwitchingMatrix(C).
Definition at line 184 of file nodes.h.
References line::Node::idx_, line::Node::model_, and line::qn::Network< T >::set_class_switch_matrix().