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

Class Agreement

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                                  Document'.Document --+
                                                       |
                                                      Agreement
Known Subclasses:

Formal agreement between two parties defining the terms and conditions for a set of services. The specifics of the services are, in turn, defined via one or more service agreements.

Instance Methods [hide private]
 
__init__(self, signDate='', validityInterval=None, *args, **kw_args)
Initialises a new 'Agreement' instance.

Inherited from Document'.Document: addActivityRecords, addMeasurements, getActivityRecords, getMeasurements, removeActivityRecords, removeMeasurements, setActivityRecords, setMeasurements

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {'signDate': <type 'str'>}
  _attrs = ['signDate']
  _defaults = {'signDate': ''}
  _many_refs = []
  _refs = ['validityInterval']
  validityInterval = None

Inherited from Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]

Inherited from Document'.Document: ActivityRecords, Measurements

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, signDate='', validityInterval=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Agreement' instance.

Parameters:
  • signDate - Date this agreement was consummated among associated persons and/or organisations.
  • validityInterval - Date and time interval this agreement is valid (from going into effect to termination).
Overrides: object.__init__