corefaudes.h
Go to the documentation of this file.
1/** @file corefaudes.h Includes all libFAUDES headers, no plugins */
2
3/* FAU Discrete Event Systems Library (libfaudes)
4
5 Copyright (C) 2006 Bernd Opitz
6 Exclusive copyright is granted to Klaus Schmidt
7
8 This library is free software; you can redistribute it and/or
9 modify it under the terms of the GNU Lesser General Public
10 License as published by the Free Software Foundation; either
11 version 2.1 of the License, or (at your option) any later version.
12
13 This library is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 Lesser General Public License for more details.
17
18 You should have received a copy of the GNU Lesser General Public
19 License along with this library; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
21
22
23#ifndef FAUDES_COREFAUDES_H
24#define FAUDES_COREFAUDES_H
25
26#include "cfl_definitions.h"
27
28#include "cfl_platform.h"
29#include "cfl_utils.h"
30#include "cfl_exception.h"
31#include "cfl_registry.h"
32#include "cfl_attributes.h"
33#include "cfl_baseset.h"
34#include "cfl_basevector.h"
35#include "cfl_elementary.h"
36#include "cfl_indexset.h"
37#include "cfl_symbolset.h"
38#include "cfl_nameset.h"
39#include "cfl_transset.h"
40#include "cfl_generator.h"
41#include "cfl_agenerator.h"
42#include "cfl_graphfncts.h"
43#include "cfl_parallel.h"
44#include "cfl_project.h"
45#include "cfl_determin.h"
46#include "cfl_regular.h"
47#include "cfl_statemin.h"
48#include "cfl_conflequiv.h"
49#include "cfl_bisimulation.h"
50#include "cfl_bisimcta.h"
51#include "cfl_cgenerator.h"
52
53#endif
Class TBaseSet.
Class TBaseVector.
Classes IndexSet, TaIndexSet.
Classes NameSet, TaNameSet.
Class SymbolSet, TaSymbolSet.
Classes Transition, TTransSet and TaTransSet.

libFAUDES 2.33k --- 2025.09.16 --- c++ api documentaion by doxygen