![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Everything the four detectors found. More...
#include <line/api/wf/wf_analyzer.h>
Public Attributes | |
| std::vector< std::vector< int > > | sequences |
| std::vector< std::vector< int > > | parallels |
| std::vector< int > | loops |
| std::vector< BranchPattern< T > > | branches |
Everything the four detectors found.
Definition at line 71 of file wf_analyzer.h.
| std::vector<BranchPattern<T> > line::wf::DetectedPatterns< T >::branches |
Definition at line 75 of file wf_analyzer.h.
Referenced by line::wf::calculate_complexity_score(), line::wf::detect_all_patterns(), line::wf::export_analysis(), line::wf::extract_workflow_features(), line::wf::generate_complexity_report(), line::wf::generate_pattern_insights(), and line::wf::get_optimization_recommendations().
| std::vector<int> line::wf::DetectedPatterns< T >::loops |
Definition at line 74 of file wf_analyzer.h.
Referenced by line::wf::calculate_complexity_score(), line::wf::detect_all_patterns(), line::wf::export_analysis(), line::wf::extract_workflow_features(), line::wf::generate_complexity_report(), line::wf::generate_pattern_insights(), and line::wf::get_optimization_recommendations().
| std::vector<std::vector<int> > line::wf::DetectedPatterns< T >::parallels |
Definition at line 73 of file wf_analyzer.h.
Referenced by line::wf::calculate_complexity_score(), line::wf::detect_all_patterns(), line::wf::export_analysis(), line::wf::extract_workflow_features(), line::wf::generate_complexity_report(), line::wf::generate_pattern_insights(), and line::wf::get_optimization_recommendations().
| std::vector<std::vector<int> > line::wf::DetectedPatterns< T >::sequences |
Definition at line 72 of file wf_analyzer.h.
Referenced by line::wf::calculate_complexity_score(), line::wf::detect_all_patterns(), line::wf::export_analysis(), line::wf::extract_workflow_features(), line::wf::generate_complexity_report(), line::wf::generate_pattern_insights(), and line::wf::get_optimization_recommendations().