LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::ClosedClass Class Reference

ClosedClass(model, name, njobs, refstat, prio). More...

#include <line/lang/qn/nodes.h>

Inheritance diagram for line::ClosedClass:
Collaboration diagram for line::ClosedClass:

Public Member Functions

 ClosedClass (NetworkModel &m, const std::string &nm, double njobs, std::size_t refstat_node, int prio=0)
Public Member Functions inherited from line::JobClass
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.

Additional Inherited Members

Protected Member Functions inherited from line::JobClass
 JobClass (NetworkModel &m, std::size_t idx, const std::string &nm)
Protected Attributes inherited from line::JobClass
NetworkModelmodel_
std::size_t idx_
std::string name_

Detailed Description

ClosedClass(model, name, njobs, refstat, prio).

Definition at line 259 of file nodes.h.

Constructor & Destructor Documentation

◆ ClosedClass()

line::ClosedClass::ClosedClass ( NetworkModel & m,
const std::string & nm,
double njobs,
std::size_t refstat_node,
int prio = 0 )
inline

Definition at line 261 of file nodes.h.

References line::JobClass::JobClass().


The documentation for this class was generated from the following file: