Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfCommon :: Module BusinessRole' :: Class BusinessRole
[hide private]
[frames] | no frames]

Class BusinessRole

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

A business role that this organisation plays. A single organisation typically performs many functions, each one described as a role.A business role that this organisation plays. A single organisation typically performs many functions, each one described as a role.

Instance Methods [hide private]
 
__init__(self, category='', Organisations=None, status=None, *args, **kw_args)
Initialises a new 'BusinessRole' instance.
 
addOrganisations(self, *Organisations)
 
getOrganisations(self)
 
removeOrganisations(self, *Organisations)
 
setOrganisations(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 = {'category': <type 'str'>}
  _attrs = ['category']
  _defaults = {'category': ''}
  _many_refs = ['Organisations']
  _refs = ['Organisations', 'status']
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Organisations

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, category='', Organisations=None, status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BusinessRole' instance.

Parameters:
  • category - Category by utility's corporate standards and practices.
  • Organisations
  • status
Overrides: object.__init__

Property Details [hide private]

Organisations

Get Method:
getOrganisations(self)
Set Method:
setOrganisations(self, value)