Class Description
The Name class provides the means to define any number of human readable names for an object. A name is not to be used for defining inter-object relationships. For inter-object relationships instead use the object identification ‘mRID’.
Attributes
Name | Type | Description |
---|---|---|
name | String | Any free text that name the object. |
Relationships
Inherits from
- None
Descendant classes
- No descendant classes
Leaf/Root class
IsLeaf | IsRoot |
---|---|
False | False |
Associations
Source Class | Cardinality Source | Target Class | Cardinality Target | Source Name | Source Assoc. Description | Target Name | Target Assoc. Description |
---|---|---|---|---|---|---|---|
Name | 0..* | IdentifiedObject | 1 | Names | All names of this identified object. | IdentifiedObject | Identified object that this name designates. |
Name | 0..* | NameType | 1 | Names | All names of this type. | NameType | Type of this name. |