DiaDes  0.1
DIAgnosis of Discrete-Event System
System.hh
Go to the documentation of this file.
1 #ifndef __DIADES_PETRI_SYSTEMS__HH__
2 #define __DIADES_PETRI_SYSTEMS__HH__
3 
4 #include<diades/petri/DdNet.hh>
5 
6 
7 namespace Diades
8 {
9  namespace Petri
10  {
11 
12  class System : public DdNet
13  {
14  public:
15 
16  System() : DdNet()
17  {
18  }
19 
20 
21  void system2Dot(const string & fileName) const;
22 
23  //virtual Marking& newFinalMarking();
24 
25 
26  };
27 
28 
29 
30  };
31 };
32 
33 
34 
35 
36 
37 
38 
39 
40 
41 #endif
Namespace of the Diades project.
void system2Dot(const string &fileName) const