![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A phase-type law as the composition rules pass it around. More...
#include <line/lang/workflow/workflow.h>
Public Attributes | |
| std::vector< T > | alpha |
| Matrix< T > | S |
A phase-type law as the composition rules pass it around.
Definition at line 89 of file workflow.h.
| std::vector<T> line::workflow::PhLaw< T >::alpha |
Definition at line 90 of file workflow.h.
Referenced by line::workflow::Workflow< T >::compose_loop_geometric(), line::workflow::Workflow< T >::compose_mixture(), line::workflow::Workflow< T >::compose_parallel(), line::workflow::Workflow< T >::compose_repeat(), line::workflow::Workflow< T >::compose_serial(), line::api::lqn::ph_law_of(), line::workflow::WorkflowActivity< T >::ph_representation(), and line::workflow::Workflow< T >::to_ph().
| Matrix<T> line::workflow::PhLaw< T >::S |
Definition at line 91 of file workflow.h.
Referenced by line::workflow::Workflow< T >::compose_loop_geometric(), line::workflow::Workflow< T >::compose_mixture(), line::workflow::Workflow< T >::compose_parallel(), line::workflow::Workflow< T >::compose_repeat(), line::workflow::Workflow< T >::compose_serial(), line::api::lqn::ph_law_of(), line::workflow::WorkflowActivity< T >::ph_representation(), and line::workflow::Workflow< T >::to_ph().