Mungojerrie  1.1
Mungojerrie
Classes | Functions
LTS.hh File Reference

Labeled transition systems (base class for automata classes). More...

#include <string>
#include "cuddObj.hh"
#include "State.hh"
Include dependency graph for LTS.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseTransition
 Base class for the labeled edges of the transition graph. More...
 
class  LTS< Tran >
 Class of labeled transition systems. More...
 

Functions

std::ostream & operator<< (std::ostream &os, BaseTransition const &p)
 Overloads stream insertion operator.
 
template<typename T >
std::ostream & operator<< (std::ostream &os, LTS< T > const &l)
 Overloads the stream insertion operator.
 
template<typename Tran >
LTS< Tran > product (LTS< Tran > const &first, LTS< Tran > const &second)
 Return product of two LTS's.
 

Detailed Description

Labeled transition systems (base class for automata classes).

Author
Mateo Perez, Fabio Somenzi, Ashutosh Trivedi