6.2.5.31. Architecture-QEAImporter¶
Imports an Enterprise Architect model from a .qea/.qeax file into the RFG
Required inputs: RFG
This rule imports an EA model
(given as .qea/.qeax file) into an RFG view.
Possible Messages
This rule has no predefined messages.
Options¶
This rule shares the following common options: exclude_messages_in_system_headers, excludes, includes, justification_checker, post_processing, provider, severity
The following places define options that affect this rule: Analysis-GlobalOptions
architecture_view_name¶
architecture_view_name : str = 'None (value must be set)'
excluded_types¶
excluded_types : set[str] = set()
export_warnings¶
export_warnings : bool = True
import_attributes¶
import_attributes : bool = False
import_operation_attributes¶
import_operation_attributes : bool = False
- visibility
- static
- abstract
import_signatures¶
import_signatures : bool = False
import_tagged_values¶
import_tagged_values : bool = False
loglevel¶
loglevel : LogLevel = 'WARNING'
qea_file_path¶
qea_file_path : bauhaus.analysis.config.LayerRelativePath = 'None (value must be set)'
.qea/.qeax file.
tagged_value_attribute_prefix¶
tagged_value_attribute_prefix : str = 'UML:taggedValue:'
Only relevant if
import_tagged_values is enabled.
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG