![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The complexity report, one band per pattern family plus the overall score. More...
#include <line/api/wf/workflow_manager.h>
Public Attributes | |
| WorkflowComplexity< T > | originalMetrics |
| WorkflowComplexity< T > | optimizedMetrics |
| PatternComplexityEntry | sequences |
| PatternComplexityEntry | parallels |
| PatternComplexityEntry | loops |
| PatternComplexityEntry | branches |
| double | overallComplexityScore = 0.0 |
| std::string | complexityLevel |
| LOW, MEDIUM, HIGH or VERY_HIGH. | |
The complexity report, one band per pattern family plus the overall score.
Definition at line 98 of file workflow_manager.h.
| PatternComplexityEntry line::wf::ComplexityReport< T >::branches |
Definition at line 101 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| std::string line::wf::ComplexityReport< T >::complexityLevel |
LOW, MEDIUM, HIGH or VERY_HIGH.
Definition at line 103 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| PatternComplexityEntry line::wf::ComplexityReport< T >::loops |
Definition at line 101 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| WorkflowComplexity<T> line::wf::ComplexityReport< T >::optimizedMetrics |
Definition at line 100 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| WorkflowComplexity<T> line::wf::ComplexityReport< T >::originalMetrics |
Definition at line 99 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| double line::wf::ComplexityReport< T >::overallComplexityScore = 0.0 |
Definition at line 102 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| PatternComplexityEntry line::wf::ComplexityReport< T >::parallels |
Definition at line 101 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().
| PatternComplexityEntry line::wf::ComplexityReport< T >::sequences |
Definition at line 101 of file workflow_manager.h.
Referenced by line::wf::generate_complexity_report().