Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Concepts
Data Structures | Namespaces
NondeterministicZAutomaton.h File Reference
#include <ostream>
#include <alib/multimap>
#include <alib/set>
#include <alib/vector>
#include <core/components.hpp>
#include <common/DefaultStateType.h>
#include <common/DefaultSymbolType.h>
#include <automaton/AutomatonException.h>
#include <core/normalize.hpp>
#include <alphabet/common/SymbolNormalize.h>
#include <automaton/common/AutomatonNormalize.h>
Include dependency graph for NondeterministicZAutomaton.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  automaton::NondeterministicZAutomaton< SymbolTypeT, StateTypeT >
 Nondeterministic Z-Automaton. Computation model for unranked regular tree languages. More...
 
class  core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, SymbolType, automaton::InputAlphabet >
 
class  core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, StateType, automaton::States >
 
class  core::SetConstraint< automaton::NondeterministicZAutomaton< SymbolType, StateType >, StateType, automaton::FinalStates >
 
struct  core::normalize< automaton::NondeterministicZAutomaton< SymbolType, StateType > >
 

Namespaces

namespace  automaton
 
namespace  core