:py:mod:`ontouml_py.model.enumerations` ======================================= .. py:module:: ontouml_py.model.enumerations .. autoapi-nested-parse:: This subpackage contains various enumeration classes used in the OntoUML framework. Each enumeration class represents a specific set of constants that are relevant to the OntoUML domain. These enumerations are designed to provide structured, predefined values for different OntoUML elements and attributes. Each enumeration class in this subpackage extends from `OntoumlEnum`, which provides common functionality for OntoUML enumerations, including a method to retrieve all enum members. This subpackage is integral to ensuring that the OntoUML framework utilizes consistent and well-defined sets of values across its various components. Submodules ---------- .. toctree:: :titlesonly: :maxdepth: 1 aggregationkind/index.rst classstereotype/index.rst ontologicalnature/index.rst ontologyrepresentationstyle/index.rst ontouml_enum/index.rst propertystereotype/index.rst relationstereotype/index.rst