mCRL2
|
Adds a time parameter t to s if needed and returns the result. The time t is chosen such that it doesn't appear in context. More...
#include <make_timed_lps.h>
Public Member Functions | |
make_timed_lps_summand (IdentifierGenerator &generator) | |
void | operator() (deadlock_summand &s) const |
Adds time to the summand s (either an action or a deadlock summand) | |
void | operator() (action_summand &s) const |
Adds time to the summand s (either an action or a deadlock summand) | |
Public Attributes | |
IdentifierGenerator & | m_generator |
Adds a time parameter t to s if needed and returns the result. The time t is chosen such that it doesn't appear in context.
Definition at line 26 of file make_timed_lps.h.
|
inline |
Definition at line 30 of file make_timed_lps.h.
|
inline |
Adds time to the summand s (either an action or a deadlock summand)
s | An action summand |
Definition at line 51 of file make_timed_lps.h.
|
inline |
Adds time to the summand s (either an action or a deadlock summand)
s | An action summand |
Definition at line 36 of file make_timed_lps.h.
IdentifierGenerator& mcrl2::lps::detail::make_timed_lps_summand< IdentifierGenerator >::m_generator |
Definition at line 28 of file make_timed_lps.h.