Generator Classes

Detailed Description

A generator is a tupel G = (Q, Sigma, Delta, Qo, Qm).

Generators are used to represent the closed and the marked language L(G) and L_m(G) respectively. The core members of FAUDS generator classes are

The base class for all libFAUDES generator classes is the faudes::vGenerator, also accessible as typedef faudes::Generator. It provides functions for read and write access to the core members and file IO. Derived generator classes provide attibutes attached to events, states and transitions in order to extend basic generator semantics. Examples for attributes are controllability flags for events; see also faudes::TcGenerator or faudes::System.

Classes

class  faudes::TaGenerator< GlobalAttr, StateAttr, EventAttr, TransAttr >
 Generator with specified attribute types. More...
 
class  faudes::TcGenerator< GlobalAttr, StateAttr, EventAttr, TransAttr >
 Generator with controllability attributes. More...
 
class  faudes::vGenerator
 Base class of all FAUDES generators. More...
 

Typedefs

typedef TcGenerator< AttributeVoid, AttributeVoid, AttributeCFlags, AttributeVoidfaudes::System
 Convenience typedef for std System. More...
 
typedef TBaseVector< Systemfaudes::SystemVector
 Convenience typedef for vectors of systems. More...
 
typedef vGenerator faudes::Generator
 Plain generator, api typedef for generator with no attributes. More...
 
typedef TBaseVector< Generatorfaudes::GeneratorVector
 Convenience typedef for vectors og generators. More...
 
typedef TBaseVector< IndexSetfaudes::IndexSetVector
 Convenience typedef for vectors og generators. More...
 

Typedef Documentation

◆ Generator

Plain generator, api typedef for generator with no attributes.

Definition at line 3240 of file cfl_generator.h.

◆ GeneratorVector

Convenience typedef for vectors og generators.

Definition at line 3246 of file cfl_generator.h.

◆ IndexSetVector

Convenience typedef for vectors og generators.

Definition at line 278 of file cfl_indexset.h.

◆ System

Convenience typedef for std System.

Definition at line 913 of file cfl_cgenerator.h.

◆ SystemVector

Convenience typedef for vectors of systems.

Definition at line 919 of file cfl_cgenerator.h.

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen