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