Archimate tool file readerī
File reader from Archimate Tool native format
Module contentsī
File reader for native Archimate Tool .archimate file format
- pyArchimate.readers.archiReader.archi_reader(model, root, merge_flg=False)[source]ī
Merge / initialize the model from XML Archimate OEF 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