DiaDes  0.1
DIAgnosis of Discrete-Event System
Unfolding.hh
Go to the documentation of this file.
1 #ifndef __DIADES__PETRI__UNFOLDING_HH_
2 #define __DIADES__PETRI__UNFOLDING_HH_
3 
14 namespace Diades
15 {
16  namespace Petri
17  {
18 
19  template<typename Minimal>
20  void unfold(const Net & netSystem,Net & completePrefix)
21  {}
22 
23  template<typename Minimal>
24  Transition & next(const Net & netSystem,Net & completePrefix)
25  {}
26 
27 
28 
29 
30  };
31 };
32 
33 
34 
35 
36 #endif
Diades::Graph::Node Transition
Definition: BoundedNet.hh:31
Transition & next(const Net &netSystem, Net &completePrefix)
Definition: Unfolding.hh:24
Namespace of the Diades project.
void unfold(const Net &netSystem, Net &completePrefix)
Definition: Unfolding.hh:20
1-bounded Petri nets
Definition: Net.hh:62