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

61 lines
931 B
ReStructuredText

Entity
------
This is the base class for Entities
.. table:: **Entity**
+------+------+------------+-------------+
| Name | Type | Attributes | Description |
+======+======+============+=============+
The **Entity** current version is 1.0.0.
Changelog:
* **1.0.0**: First Version.
Resource
--------
This is the base class for Resources
.. table:: **Resource** ``extends`` **Entity**
+------+------+------------+-------------+
| Name | Type | Attributes | Description |
+======+======+============+=============+
The **Resource** current version is 1.0.0.
Changelog:
* **1.0.0**: First Version.
Facet
-----
This is the base class for Facets
.. table:: **Facet** ``extends`` **Entity**
+------+------+------------+-------------+
| Name | Type | Attributes | Description |
+======+======+============+=============+
The **Facet** current version is 1.0.0.
Changelog:
* **1.0.0**: First Version.