information-system-model-do.../relations.rst

61 lines
1002 B
ReStructuredText
Raw Normal View History

2023-01-19 18:37:12 +01:00
Relation
--------
This is the base class for Relations
.. table:: **Relation**
+------+------+------------+-------------+
| Name | Type | Attributes | Description |
+======+======+============+=============+
The **Relation** current version is 1.0.0.
Changelog:
* **1.0.0**: First Version.
IsRelatedTo
-----------
This is the base class for IsRelatedTo relations
.. table:: **IsRelatedTo** ``extends`` **Relation**
+------+------+------------+-------------+
| Name | Type | Attributes | Description |
+======+======+============+=============+
The **IsRelatedTo** current version is 1.0.0.
Changelog:
* **1.0.0**: First Version.
ConsistsOf
----------
This is the base class for ConsistsOf relations
.. table:: **ConsistsOf** ``extends`` **Relation**
+------+------+------------+-------------+
| Name | Type | Attributes | Description |
+======+======+============+=============+
The **ConsistsOf** current version is 1.0.0.
Changelog:
* **1.0.0**: First Version.