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