![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the Java getSequenceStats map. More...
#include <line/api/wf/wf_sequence_detector.h>
Public Attributes | |
| std::size_t | numSequences = 0 |
| std::size_t | totalNodes = 0 |
| T | avgLength = num_traits<T>::from_int(0) |
| std::size_t | maxLength = 0 |
| std::size_t | minLength = 0 |
Mirrors the Java getSequenceStats map.
Definition at line 58 of file wf_sequence_detector.h.
| T line::wf::SequenceStats< T >::avgLength = num_traits<T>::from_int(0) |
Definition at line 61 of file wf_sequence_detector.h.
Referenced by line::wf::get_sequence_stats().
| std::size_t line::wf::SequenceStats< T >::maxLength = 0 |
Definition at line 62 of file wf_sequence_detector.h.
Referenced by line::wf::get_sequence_stats().
| std::size_t line::wf::SequenceStats< T >::minLength = 0 |
Definition at line 63 of file wf_sequence_detector.h.
Referenced by line::wf::get_sequence_stats().
| std::size_t line::wf::SequenceStats< T >::numSequences = 0 |
Definition at line 59 of file wf_sequence_detector.h.
Referenced by line::wf::get_sequence_stats().
| std::size_t line::wf::SequenceStats< T >::totalNodes = 0 |
Definition at line 60 of file wf_sequence_detector.h.
Referenced by line::wf::get_sequence_stats().