ontouml_py.model.enumerations.ontologyrepresentationstyle
This module defines the OntologyRepresentationStyle enumeration, a subclass of OntoumlEnum, for representing different styles of ontology representation in OntoUML.
Module Contents
Classes
Enumerates different styles of ontology representation in OntoUML. |
- class ontouml_py.model.enumerations.ontologyrepresentationstyle.OntologyRepresentationStyle(*args, **kwds)
Bases:
ontouml_py.model.enumerations.ontouml_enum.OntoumlEnum
Enumerates different styles of ontology representation in OntoUML.
This enumeration class inherits from OntoumlEnum and automatically sets the value of each enum member to a CamelCase string corresponding to its name. It provides a clear and standardized way to refer to different ontology representation styles.
- Variables:
ONTOUML_STYLE (str) – Represents the OntoUML style of ontology representation.
UFO_STYLE (str) – Represents the UFO style of ontology representation.
- ONTOUML_STYLE = 'ontoumlStyle'
- UFO_STYLE = 'ufoStyle'