aasx: Allow writing individual objects
Compare changes
Due to maintenance at 01.07.2025 from 8:00 to 09:00, git.rwth-aachen.de & git-ce.rwth-aachen.de will be temporarily unavailable.
This MR adds the following functionality to AASXWriter
:
write_aas_objects()
write_aas()
: new parameter submodel_split_parts
This fixes #94 (closed)
Additionally, I've added a new method get_identifier()
to class Reference
, which I used in the new implementation of the AASXWriter.write_aas()
method.