LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::workflow Namespace Reference

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...

Enumeration Type Documentation

◆ PrecedenceType

enum class line::lang::PrecedenceType
strong

Activity precedence kinds, with the values of MATLAB ActivityPrecedenceType.

Definition at line 470 of file lang_types.h.

◆ ProcessType

enum class line::lang::ProcessType
strong

Distribution kinds, with the values of MATLAB ProcessType.

Definition at line 483 of file lang_types.h.

◆ SPNodeType

enum class line::workflow::SPNodeType
strong

A node of the series-parallel tree.

Enumerator
LEAF 
SERIAL 
PAR 
OR 
LOOP 

Definition at line 189 of file workflow.h.