![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A job class: the index it was given, and the model that owns it. More...
#include <line/lang/qn/nodes.h>
Public Member Functions | |
| std::size_t | get_index () const |
| get_index(): the 1-based class index. | |
| const std::string & | get_name () const |
| getName(). | |
| operator std::size_t () const | |
| A handle IS its index wherever one is expected. | |
Protected Member Functions | |
| JobClass (NetworkModel &m, std::size_t idx, const std::string &nm) | |
Protected Attributes | |
| NetworkModel * | model_ |
| std::size_t | idx_ |
| std::string | name_ |
A job class: the index it was given, and the model that owns it.
|
inlineprotected |
Definition at line 251 of file nodes.h.
References idx_, model_, and name_.
Referenced by line::ClosedClass::ClosedClass(), line::OpenClass::OpenClass(), and line::SelfLoopingClass::SelfLoopingClass().
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 254 of file nodes.h.
Referenced by get_index(), JobClass(), and operator std::size_t().
|
protected |
Definition at line 253 of file nodes.h.
Referenced by JobClass().
|
protected |
Definition at line 255 of file nodes.h.
Referenced by get_name(), and JobClass().