#include <bymoc_system_trans.hh>
Public Member Functions | |
virtual size_int_t | get_count () const |
Not implemented in BYMOC system - throws error message. | |
virtual system_trans_t & | operator= (const system_trans_t &second) |
Not implemented in BYMOC system - throws error message. | |
virtual transition_t *const & | operator[] (const int i) const |
Not implemented in BYMOC system - throws error message. | |
virtual transition_t *& | operator[] (const int i) |
Not implemented in BYMOC system - throws error message. | |
virtual void | set_count (const size_int_t new_count) |
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. |
BYMOC system does not support system transitions and enabled transitions. This class is here only for abstract interface compatibility reasons.