![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
The workflow in matrix form: the reference's WorkflowRepresentation. More...
#include <line/api/wf/wf_analyzer.h>
Public Attributes | |
| Matrix< T > | linkMatrix |
| std::vector< int > | serviceNodes |
| std::vector< int > | forkNodes |
| std::vector< int > | joinNodes |
| std::vector< int > | routerNodes |
| std::map< int, ServiceParameters< T > > | serviceParameters |
The workflow in matrix form: the reference's WorkflowRepresentation.
Definition at line 63 of file wf_analyzer.h.
| std::vector<int> line::wf::WorkflowRepresentation< T >::forkNodes |
Definition at line 65 of file wf_analyzer.h.
Referenced by line::wf::analyze_workflow(), line::wf::detect_all_patterns(), line::wf::wf_from_struct(), and line::wf::workflow_complexity().
| std::vector<int> line::wf::WorkflowRepresentation< T >::joinNodes |
Definition at line 65 of file wf_analyzer.h.
Referenced by line::wf::analyze_workflow(), line::wf::detect_all_patterns(), line::wf::wf_from_struct(), and line::wf::workflow_complexity().
| Matrix<T> line::wf::WorkflowRepresentation< T >::linkMatrix |
Definition at line 64 of file wf_analyzer.h.
Referenced by line::wf::analyze_workflow(), line::wf::detect_all_patterns(), line::wf::wf_from_struct(), and line::wf::workflow_complexity().
| std::vector<int> line::wf::WorkflowRepresentation< T >::routerNodes |
Definition at line 65 of file wf_analyzer.h.
Referenced by line::wf::analyze_workflow(), line::wf::detect_all_patterns(), line::wf::wf_from_struct(), and line::wf::workflow_complexity().
| std::vector<int> line::wf::WorkflowRepresentation< T >::serviceNodes |
Definition at line 65 of file wf_analyzer.h.
Referenced by line::wf::analyze_workflow(), line::wf::detect_all_patterns(), line::wf::wf_from_struct(), and line::wf::workflow_complexity().
| std::map<int, ServiceParameters<T> > line::wf::WorkflowRepresentation< T >::serviceParameters |
Definition at line 66 of file wf_analyzer.h.
Referenced by line::wf::analyze_workflow(), and line::wf::wf_from_struct().