Package CIM14 :: Package IEC61970 :: Package Informative :: Package InfCore :: Module ModelingAuthority' :: Class ModelingAuthority
[hide private]
[frames] | no frames]

Class ModelingAuthority

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

A Modeling Authority is an entity responsible for supplying and maintaining the data defining a specific set of objects in a network model.

Instance Methods [hide private]
 
__init__(self, ModelingAuthoritySets=None, *args, **kw_args)
Initialises a new 'ModelingAuthority' instance.
 
addModelingAuthoritySets(self, *ModelingAuthoritySets)
 
getModelingAuthoritySets(self)
A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.
 
removeModelingAuthoritySets(self, *ModelingAuthoritySets)
 
setModelingAuthoritySets(self, value)

Inherited from 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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['ModelingAuthoritySets']
  _refs = ['ModelingAuthoritySets']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ModelingAuthoritySets
A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.

Inherited from Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, ModelingAuthoritySets=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ModelingAuthority' instance.

Parameters:
  • ModelingAuthoritySets - A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.
Overrides: object.__init__

Property Details [hide private]

ModelingAuthoritySets

A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.

Get Method:
getModelingAuthoritySets(self) - A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.
Set Method:
setModelingAuthoritySets(self, value)