Model Readers:
Model Writers:
"Application" reader and writer connect to the encyclopedia assumed to be open in an active System Architect application.
The "Application" writer uses a integer property named collisionFlag that specifies which collision heuristic is used by System Architect application to merge the data in the encyclopedia. The default heuristic is the number 1. Possible values are:
The Application and XML readers can read only a subset of the encyclopedia. The following properties controls the reading of Definitions and of Diagrams:
sa.scope.definition = none/name/full
sa.scope.diagram = none/name/full
Here are the scope possible values:
none
: the corresponding elements are skipped.name
: only the element name and type are read.full
: the element and its children are read (e.g. Diagram, Symbols, Properties, etc.).