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

Class ModelingAuthoritySet

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

A Modeling Authority Set is a group of objects in a network model where the data is supplied and maintained by the same Modeling Authority.

Instance Methods [hide private]
 
__init__(self, ModelingAuthority=None, IdentifiedObjects=None, *args, **kw_args)
Initialises a new 'ModelingAuthoritySet' instance.
 
addIdentifiedObjects(self, *IdentifiedObjects)
 
getIdentifiedObjects(self)
An IdentifiedObject belongs to a Modeling Authority Set for purposes of defining a group of data maintained by the same Modeling Authority.
 
getModelingAuthority(self)
A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.
 
removeIdentifiedObjects(self, *IdentifiedObjects)
 
setIdentifiedObjects(self, value)
 
setModelingAuthority(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 = ['IdentifiedObjects']
  _refs = ['ModelingAuthority', 'IdentifiedObjects']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  IdentifiedObjects
An IdentifiedObject belongs to a Modeling Authority Set for purposes of defining a group of data maintained by the same Modeling Authority.
  ModelingAuthority
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, ModelingAuthority=None, IdentifiedObjects=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ModelingAuthoritySet' instance.

Parameters:
  • ModelingAuthority - A Modeling Authority set supplies and maintains the data for the objects in a Modeling Authority Set.
  • IdentifiedObjects - An IdentifiedObject belongs to a Modeling Authority Set for purposes of defining a group of data maintained by the same Modeling Authority.
Overrides: object.__init__

Property Details [hide private]

IdentifiedObjects

An IdentifiedObject belongs to a Modeling Authority Set for purposes of defining a group of data maintained by the same Modeling Authority.

Get Method:
getIdentifiedObjects(self) - An IdentifiedObject belongs to a Modeling Authority Set for purposes of defining a group of data maintained by the same Modeling Authority.
Set Method:
setIdentifiedObjects(self, value)

ModelingAuthority

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

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