libutap
0.93
Uppaal Timed Automata Parser
|
Channel priority information. More...
#include <system.h>
Public Types | |
typedef std::pair< char, expression_t > | entry |
typedef std::list< entry > | tail_t |
Public Member Functions | |
std::string | toString () const |
Public Attributes | |
expression_t | head |
First expression in priority declaration. More... | |
tail_t | tail |
Pairs: separator and channel expressions. More... | |
Channel priority information.
Expressions must evaluate to a channel or an array of channels.
typedef std::pair<char,expression_t> UTAP::chan_priority_t::entry |
typedef std::list<entry> UTAP::chan_priority_t::tail_t |
string chan_priority_t::toString | ( | ) | const |
Definition at line 899 of file system.cpp.
expression_t UTAP::chan_priority_t::head |
First expression in priority declaration.
Definition at line 431 of file system.h.
Referenced by UTAP::TimedAutomataSystem::beginChanPriority().
tail_t UTAP::chan_priority_t::tail |