bymoc_process_t Class Reference

Class representing a process in BYMOC system. More...

#include <bymoc_process.hh>

Inheritance diagram for bymoc_process_t:

process_t

List of all members.

Public Member Functions

virtual void add_transition (transition_t *const transition)
 Adds new transition to the process.
 bymoc_process_t (system_t *const system)
virtual int from_string (std::string &proc_str)
 Not implemented in BYMOC system - throws error message.
virtual size_int_t get_trans_count () const
 Not implemented in BYMOC system - throws error message.
virtual const transition_tget_transition (const size_int_t id) const
 Not implemented in BYMOC system - throws error message.
virtual transition_tget_transition (const size_int_t id)
 Not implemented in BYMOC system - throws error message.
virtual int read (std::istream &istr)
 Not implemented in BYMOC system - throws error message.
virtual void remove_transition (const size_int_t transition_gid)
 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_process_t ()
 Not implemented in BYMOC system - throws error message.


Detailed Description

Class representing a process in BYMOC system.

BYMOC system does not support processes. This class is here only for abstract interface compatibility reasons.


Member Function Documentation

void add_transition ( transition_t *const   transition  )  [virtual]

Adds new transition to the process.

Parameters:
transition = pointer to the transition to add
This method modifies the added transition because it has to set transition LID and Partial ID.

Implements process_t.

References gerr.


The documentation for this class was generated from the following files:

Reference Manual for Library, 2006 developed in ParaDiSe laboratory, Faculty of Informatics, Masaryk University