Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfOperations :: Module IncidentCode' :: Class IncidentCode
[hide private]
[frames] | no frames]

Class IncidentCode

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         IncidentCode

Classification of incident types. Multiple incident codes may apply to a given incident. The primary overall incident cause is recorded in 'IncidentRecord.category', and the main code in association end 'Names'.Classification of incident types. Multiple incident codes may apply to a given incident. The primary overall incident cause is recorded in 'IncidentRecord.category', and the main code in association end 'Names'.

Instance Methods [hide private]
 
__init__(self, subCode='', IncidentRecords=None, *args, **kw_args)
Initialises a new 'IncidentCode' instance.
 
addIncidentRecords(self, *IncidentRecords)
 
getIncidentRecords(self)
 
removeIncidentRecords(self, *IncidentRecords)
 
setIncidentRecords(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

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

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  IncidentRecords

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, subCode='', IncidentRecords=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'IncidentCode' instance.

Parameters:
  • subCode - Additional level of classification detail (as extension to the main code found in association to Name).
  • IncidentRecords
Overrides: object.__init__

Property Details [hide private]

IncidentRecords

Get Method:
getIncidentRecords(self)
Set Method:
setIncidentRecords(self, value)