libutap
0.93
Uppaal Timed Automata Parser
|
#include <system.h>
Public Member Functions | |
cut_t (int number) | |
void | add (simregion_t s) |
void | erase (simregion_t s) |
bool | contains (simregion_t s) |
bool | isInPrechart (const simregion_t &fSimregion) const |
returns true if the cut is in the prechart, given one of the following simregions. More... | |
bool | isInPrechart () const |
bool | equals (const cut_t &y) const |
std::string | toString () const |
Public Attributes | |
int | nr |
std::vector< simregion_t > | simregions |
|
inline |
bool cut_t::contains | ( | simregion_t | s | ) |
Definition at line 814 of file system.cpp.
References UTAP::simregion_t::nr.
bool cut_t::equals | ( | const cut_t & | y | ) | const |
Definition at line 864 of file system.cpp.
References simregions.
void cut_t::erase | ( | simregion_t | s | ) |
Definition at line 805 of file system.cpp.
References UTAP::simregion_t::nr.
bool cut_t::isInPrechart | ( | const simregion_t & | fSimregion | ) | const |
returns true if the cut is in the prechart, given one of the following simregions.
if one of the following simregions is not in the prechart, then all following simregions aren't in the prechart (because of the construction of the partial order), and the cut is not in the prechart (but may contain only simregions that are in the prechart, if it is the limit between the prechart and the mainchart)
if one of the following simregions is not in the prechart, then all following simregions aren't in the prechart (because of the construction of the partial order), and the cut is not in the prechart (but can contain only simregions that are in the prechart, if it is the limit between the prechart and the mainchart)
Definition at line 834 of file system.cpp.
References UTAP::simregion_t::isInPrechart().
bool cut_t::isInPrechart | ( | ) | const |
Definition at line 851 of file system.cpp.
|
inline |
Definition at line 290 of file system.h.
References UTAP::variable_t::toString().
std::vector<simregion_t> UTAP::cut_t::simregions |