faudes::MergeAbstract Class Reference
|
Public Member Functions | |
virtual void | Write (TokenWriter &rTw, const std::string &rLabel)=0 |
Generator which contains the contained items. |
Abstract interface class for all kinds of items which can comprise a new state.
Overview
Contents
Definition at line 42 of file pd_merge.h.
virtual void faudes::MergeAbstract::Write | ( | TokenWriter & | rTw, | |
const std::string & | rLabel | |||
) | [pure virtual] |
Generator which contains the contained items.
In order to print information about the contained items, the class needs a reference to the generator. Write Method which is to be implemented by all inheriting classes. Writes the contained items of which the states consists.
rTw | TokenWriter | |
rLabel | label |
Implemented in faudes::MergeStates, faudes::MergeStateAnnotation, faudes::MergeStateEvent, faudes::MergeStateSplit, and faudes::MergeTransition.
libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen