CIM++ Adapted CIM Codebase
Ownership.h
1 // Ownership.h
3 // Implementation of the Class Ownership
4 // Original author: T. Kostic
6 
7 #ifndef OWNERSHIP_H
8 #define OWNERSHIP_H
9 
10 #include "IEC61970/Base/Domain/PerCent.h"
11 #include "IEC61970/Base/Core/IdentifiedObject.h"
12 #include "IEC61968/Assets/AssetOwner.h"
13 #include "IEC61968/Assets/Asset.h"
14 
15 namespace IEC61968
16 {
17  namespace Common
18  {
23  {
24 
25  public:
26  Ownership();
27  virtual ~Ownership();
40 
41  };
42 
43  }
44 
45 }
46 #endif // OWNERSHIP_H
Definition: Ownership.h:22
Definition: IdentifiedObject.h:36
IEC61968::Assets::Asset * Asset
Definition: Ownership.h:39
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14
IEC61968::Assets::AssetOwner * AssetOwner
Definition: Ownership.h:35
IEC61970::Base::Domain::PerCent share
Definition: Ownership.h:31
Definition: PerCent.h:23
Definition: AssetOwner.h:19