This is a root class to provide common identification for all classes
needing identification and naming attributesThis is a root class to
provide common identification for all classes needing identification and
naming attributes
|
|
__init__(self,
mRID='',
aliasName='',
name='',
Names=None,
DiagramObjects=None,
ModelingAuthoritySet=None,
*args,
**kw_args)
Initialises a new 'IdentifiedObject' instance. |
|
|
|
|
| addDiagramObjects(self,
*DiagramObjects) |
|
|
|
|
|
|
|
getDiagramObjects(self)
The diagram objects that are associated with the domain object |
|
|
|
|
getModelingAuthoritySet(self)
An IdentifiedObject belongs to a Modeling Authority Set for purposes
of defining a group of data maintained by the same Modeling
Authority. |
|
|
|
|
getNames(self)
All names of this identified object. |
|
|
|
|
| removeDiagramObjects(self,
*DiagramObjects) |
|
|
|
|
| removeNames(self,
*Names) |
|
|
|
|
| setDiagramObjects(self,
value) |
|
|
|
|
| setModelingAuthoritySet(self,
value) |
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
|
|
_attr_types = {'aliasName': <type 'str'>, 'mRID': <type 'str'>...
|
|
|
_attrs = ['mRID', 'aliasName', 'name']
|
|
|
_defaults = {'aliasName': '', 'mRID': '', 'name': ''}
|
|
|
_many_refs = ['Names', 'DiagramObjects']
|
|
|
_refs = ['Names', 'DiagramObjects', 'ModelingAuthoritySet']
|
|
|