![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Mirrors the Java BranchPattern. More...
#include <line/api/wf/wf_branch_detector.h>
Public Attributes | |
| std::vector< int > | branchNodes |
| std::vector< T > | probabilities |
| int | forkNode = -1 |
| bool | hasJoinNode = false |
| the Java Integer may be null | |
| int | joinNode = -1 |
Mirrors the Java BranchPattern.
Definition at line 57 of file wf_branch_detector.h.
| std::vector<int> line::wf::BranchPattern< T >::branchNodes |
Definition at line 58 of file wf_branch_detector.h.
Referenced by line::wf::detect_branches(), line::wf::find_least_probable_branch(), line::wf::find_most_probable_branch(), line::wf::update_patterns(), and line::wf::validate_branch_pattern().
| int line::wf::BranchPattern< T >::forkNode = -1 |
Definition at line 60 of file wf_branch_detector.h.
Referenced by line::wf::detect_branches(), line::wf::update_patterns(), and line::wf::validate_branch_pattern().
| bool line::wf::BranchPattern< T >::hasJoinNode = false |
the Java Integer may be null
Definition at line 61 of file wf_branch_detector.h.
Referenced by line::wf::detect_branches(), and line::wf::update_patterns().
| int line::wf::BranchPattern< T >::joinNode = -1 |
Definition at line 62 of file wf_branch_detector.h.
Referenced by line::wf::detect_branches(), and line::wf::update_patterns().
| std::vector<T> line::wf::BranchPattern< T >::probabilities |
Definition at line 59 of file wf_branch_detector.h.
Referenced by line::wf::calculate_branch_diversity(), line::wf::detect_branches(), line::wf::find_least_probable_branch(), line::wf::find_most_probable_branch(), line::wf::update_patterns(), and line::wf::validate_branch_pattern().