#include <bymoc_transition.hh>
Public Member Functions | |
bymoc_transition_t (system_t *const system) | |
virtual int | from_string (std::string &trans_str, const size_int_t process_gid=NO_ID) |
Not implemented in BYMOC system - throws error message. | |
virtual int | read (std::istream &istr, size_int_t process_gid=NO_ID) |
Not implemented in BYMOC system - throws error message. | |
virtual std::string | to_string () const |
Not implemented in BYMOC system - throws error message. | |
virtual void | write (std::ostream &ostr) const |
Not implemented in BYMOC system - throws error message. | |
virtual | ~bymoc_transition_t () |
Not implemented in BYMOC system - throws error message. |
BYMOC system does not support transitions. This class is here only for abstract interface compatibility reasons.