faudes::MergeAbstract Class Reference

Abstract interface class for all kinds of items which can comprise a new state. More...

#include <pd_merge.h>

Public Member Functions

virtual void Write (TokenWriter &rTw, const std::string &rLabel)=0
 Generator which contains the contained items.

Detailed Description

Abstract interface class for all kinds of items which can comprise a new state.

Overview

Overview

Contents

Contents

Definition at line 42 of file pd_merge.h.

Member Function Documentation

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.

Parameters
rTwTokenWriter
rLabellabel

Implemented in faudes::MergeTransition, faudes::MergeStateSplit, faudes::MergeStateEvent, faudes::MergeStateAnnotation, and faudes::MergeStates.


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

libFAUDES 2.24g --- 2014.09.15 --- c++ api documentaion by doxygen