#include <dve_prob_transition.hh>
Public Member Functions | |
dve_prob_transition_t (prob_system_t *const system) | |
A constructor. | |
dve_prob_transition_t () | |
A constructor. | |
virtual int | from_string (std::string &trans_str, const size_int_t process_gid=NO_ID) |
Implements transition_t::from_string() in probabilistic DVE system. | |
bool | get_valid () const |
virtual int | read (std::istream &istr, size_int_t process_gid=NO_ID) |
Implements transition_t::read() in probabilistic DVE system. | |
void | set_valid (const bool is_valid) |
Sets validity of the transition (`true' means valid). | |
virtual std::string | to_string () const |
Implements transition_t::to_string() in probabilistic DVE system. | |
virtual void | write (std::ostream &ostr) const |
Implements transition_t::write() in probabilistic DVE system. | |
Protected Attributes | |
bool | valid |
This class implements the abstract interface prob_transition_t.