aas-core-works / aas-core-meta

Provide formalized meta-models for Asset Administration Shell (AAS).
Other
9 stars 3 forks source link

Document why `Submodel_element` does not include `Data_element` as concrete descendant #245

Closed s-heppner closed 1 year ago

s-heppner commented 1 year ago

During review, the question to document why Submodel_element does not include Data_element as concrete descendant came up. Of course, this is because Data_element is an abstract descendant, not a concrete one.

We suggest to list all descendants of a class in the generated html documentation, rather than just the concrete ones, for an easier overview of the inheritance tree.

mristin commented 1 year ago

Fixed by #267.