DiaDes  0.1
DIAgnosis of Discrete-Event System
Projection.hh
Go to the documentation of this file.
1 #ifndef __DIADES__AUTOMATA__PROJECTION__HH
2 #define __DIADES__AUTOMATA__PROJECTION__HH
3 
6 
7 namespace Diades
8 {
9  namespace Automata
10  {
11 
12  void project(const Trace & source, const set<Event::Id> & projectedEvents, Trace & target);
13 
14  };
15 
16 };
17 
18 
19 #endif
void project(const Trace &source, const set< Event::Id > &projectedEvents, Trace &target)
Namespace of the Diades project.