Package CIM15 :: 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. This class is typically not included in instance data exchange as this information is tracked by other mechanisms in the exchange.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. This class is typically not included in instance data exchange as this information is tracked by other mechanisms in the exchange.

Instance Methods [hide private]
 
__init__(self, IdentifiedObjects=None, ModelingAuthority=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: 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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['IdentifiedObjects']
  _refs = ['IdentifiedObjects', 'ModelingAuthority']

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: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, IdentifiedObjects=None, ModelingAuthority=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ModelingAuthoritySet' instance.

Parameters:
  • 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.
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)