LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::qn::Station< T >::BalkingParam Struct Reference

Per class; strategy == NONE is a class that declares no balking. More...

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

Collaboration diagram for line::qn::Station< T >::BalkingParam:

Public Attributes

lang::BalkingStrategy strategy = lang::BalkingStrategy::NONE
std::vector< BalkingThresholdthresholds

Detailed Description

template<class T>
struct line::qn::Station< T >::BalkingParam

Per class; strategy == NONE is a class that declares no balking.

Definition at line 731 of file network_struct.h.

Member Data Documentation

◆ strategy

template<class T>
lang::BalkingStrategy line::qn::Station< T >::BalkingParam::strategy = lang::BalkingStrategy::NONE

Definition at line 732 of file network_struct.h.

◆ thresholds

template<class T>
std::vector<BalkingThreshold> line::qn::Station< T >::BalkingParam::thresholds

Definition at line 733 of file network_struct.h.


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