Package CIM15 :: Package IEC62325 :: Module MarketRole' :: Class MarketRole
[hide private]
[frames] | no frames]

Class MarketRole

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  MarketRole

Role of a market player.Role of a market player.

Instance Methods [hide private]
 
__init__(self, kind='transmissionOperator', status=None, MarketParticipants=None, *args, **kw_args)
Initialises a new 'MarketRole' instance.
 
addMarketParticipants(self, *MarketParticipants)
 
getMarketParticipants(self)
All market participants with this role.
 
removeMarketParticipants(self, *MarketParticipants)
 
setMarketParticipants(self, value)

Inherited from IEC61970.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 = {'kind': <type 'str'>}
  _attrs = ['kind']
  _defaults = {'kind': 'transmissionOperator'}
  _enums = {'kind': 'MarketRoleKind'}
  _many_refs = ['MarketParticipants']
  _refs = ['status', 'MarketParticipants']
  status = None
Properties [hide private]
  MarketParticipants
All market participants with this role.

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, kind='transmissionOperator', status=None, MarketParticipants=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'MarketRole' instance.

Parameters:
  • kind - Kind of role an organisation plays in a market. Values are: "transmissionOperator", "complianceMonitor", "standardsDeveloper", "interchangeAuthority", "energyServiceConsumer", "planningAuthority", "other", "purchasingSellingEntity", "competitiveRetailer", "transmissionOwner", "transmissionServiceProvider", "generatorOperator", "balancingAuthority", "loadServingEntity", "transmissionPlanner", "distributionProvider", "reliabilityAuthority", "resourcePlanner", "generatorOwner"
  • status
  • MarketParticipants - All market participants with this role.
Overrides: object.__init__

Property Details [hide private]

MarketParticipants

All market participants with this role.

Get Method:
getMarketParticipants(self) - All market participants with this role.
Set Method:
setMarketParticipants(self, value)