Package CIM15 :: Package PackageDependencies :: Module PackageDependenciesCIMVeresion' :: Class PackageDependenciesCIMVeresion
[hide private]
[frames] | no frames]

Class PackageDependenciesCIMVeresion

      object --+    
               |    
Element'.Element --+
                   |
                  PackageDependenciesCIMVeresion

The version of dependencies description among top level subpackages of the combined CIM model. This is not the same as the combined packages version.The version of dependencies description among top level subpackages of the combined CIM model. This is not the same as the combined packages version.

Instance Methods [hide private]
 
__init__(self, vesion='', date='', *args, **kw_args)
Initialises a new 'PackageDependenciesCIMVeresion' instance.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'date': <type 'str'>, 'vesion': <type 'str'>}
  _attrs = ['vesion', 'date']
  _defaults = {'date': '', 'vesion': ''}

Inherited from Element'.Element (private): _enums, _many_refs, _refs

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, vesion='', date='', *args, **kw_args)
(Constructor)

 

Initialises a new 'PackageDependenciesCIMVeresion' instance.

Parameters:
  • vesion - The version of the main subpackages of the combined CIM model. The format is simply an integer. The version (and date) initial values should be updated any time the dependencies in the model change and require an actual change to the diagrams within this package.
  • date - Date of last change to the main package dependencies in format YYYY-MM-DD. This is updated when the version attribute is updated.
Overrides: object.__init__