LINE Solver (C++)
Templated C++ port of the LINE queueing solver
Loading...
Searching...
No Matches
line::workflow::Precedence< T > Struct Template Reference

One precedence of the activity graph. More...

#include <line/lang/workflow/workflow.h>

Collaboration diagram for line::workflow::Precedence< T >:

Public Attributes

std::vector< std::string > pre_acts
std::vector< std::string > post_acts
PrecedenceType pre_type = PrecedenceType::PRE_SEQ
PrecedenceType post_type = PrecedenceType::POST_SEQ
std::vector< T > pre_params
std::vector< T > post_params

Detailed Description

template<class T>
struct line::workflow::Precedence< T >

One precedence of the activity graph.

pre_params carries the AND-join quorum when there is one; post_params carries the OR-fork probabilities or the loop count.

Definition at line 78 of file workflow.h.

Member Data Documentation

◆ post_acts

◆ post_params

◆ post_type

◆ pre_acts

◆ pre_params

template<class T>
std::vector<T> line::workflow::Precedence< T >::pre_params

◆ pre_type


The documentation for this struct was generated from the following file: