CIM++ Adapted CIM Codebase
Agreement.h
1 // Agreement.h
3 // Implementation of the Class Agreement
5 
6 #ifndef AGREEMENT_H
7 #define AGREEMENT_H
8 
9 #include "IEC61970/Base/Domain/Date.h"
10 #include "IEC61970/Base/Domain/DateTimeInterval.h"
11 #include "IEC61968/Common/Document.h"
12 
13 namespace IEC61968
14 {
15  namespace Common
16  {
23  {
24 
25  public:
26  Agreement();
27  virtual ~Agreement();
38 
39  };
40 
41  }
42 
43 }
44 #endif // AGREEMENT_H
Definition: Date.h:20
Definition: Agreement.h:22
Definition: Document.h:27
IEC61970::Base::Domain::DateTimeInterval validityInterval
Definition: Agreement.h:37
Definition: BusbarSectionInfo.h:14
Definition: DateTimeInterval.h:22
IEC61970::Base::Domain::Date signDate
Definition: Agreement.h:32