faudes::MergeAbstract Class Reference
[Pushdown PlugIn]

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

#include <pd_merge.h>

List of all members.

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:
rTw TokenWriter
rLabel label

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


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

libFAUDES 2.23h --- 2014.04.03 --- c++ api documentaion by doxygen