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.
|
|
__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__
|