Archimate AMEFF file readerī
Reader from file in ArchiMate Model Exchange File Format.
archimateReader Module contentsī
Reader for Archi (.archimate) XML format.
Parses .archimate files (Archi tool format) into pyArchimate model and view objects. Handles color normalization, style properties, and visual formatting preservation.
- pyArchimate.readers.archimateReader.archimate_reader(model, root, merge_flg=False)[source]ī
Merge / initialize the model from XML Archi tool data
Used by Model.read(filepath) or Model.merge(filepath) methods
- Parameters:
model (Model) â pyArchimate Model object
root â XML data to convert
merge_flg (bool) â if True, merge data into the provided model, else clear the model and read data into it