![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
Classes | |
| struct | Distrib |
| struct | GlobalConstants |
| The MATLAB GlobalConstants, as reported by lineStart at its defaults. More... | |
| struct | PhLaw |
| A phase-type law as the composition rules pass it around. More... | |
| struct | Precedence |
| One precedence of the activity graph. More... | |
| struct | SPNode |
| struct | SPTree |
| The flat series-parallel tree. More... | |
| class | Workflow |
| class | WorkflowActivity |
| A computational activity. More... | |
Enumerations | |
| enum class | SPNodeType { LEAF , SERIAL , PAR , OR , LOOP } |
| A node of the series-parallel tree. More... | |
| enum class | PrecedenceType |
| Activity precedence kinds, with the values of MATLAB ActivityPrecedenceType. More... | |
| enum class | ProcessType |
| Distribution kinds, with the values of MATLAB ProcessType. More... | |
|
strong |
Activity precedence kinds, with the values of MATLAB ActivityPrecedenceType.
Definition at line 470 of file lang_types.h.
|
strong |
Distribution kinds, with the values of MATLAB ProcessType.
Definition at line 483 of file lang_types.h.
|
strong |
A node of the series-parallel tree.
| Enumerator | |
|---|---|
| LEAF | |
| SERIAL | |
| PAR | |
| OR | |
| LOOP | |
Definition at line 189 of file workflow.h.