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