Package CIM14 :: Package IEC61968 :: Module IEC61968CIMVersion' :: Class IEC61968CIMVersion
[hide private]
[frames] | no frames]

Class IEC61968CIMVersion

      object --+    
               |    
Element'.Element --+
                   |
                  IEC61968CIMVersion

IEC 61968 version number assigned to this UML model.

Instance Methods [hide private]
 
__init__(self, date='', version='', *args, **kw_args)
Initialises a new 'IEC61968CIMVersion' 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'>, 'version': <type 'str'>}
  _attrs = ['date', 'version']
  _defaults = {'date': '', 'version': ''}

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

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

 

Initialises a new 'IEC61968CIMVersion' instance.

Parameters:
  • date - Form is YYYY-MM-DD for example for January 5, 2009 it is 2009-01-05.
  • version - Form is IEC61968CIMXXvYY where XX is the major CIM package version and the YY is the minor version. For example IEC61968CIM10v17.
Overrides: object.__init__