6.2.5.12. Architecture-GXLImport¶
Import a GXL file as a view into an RFG
Required inputs: RFG
This rule imports the contents of a GXL file into a 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
export_warnings¶
export_warnings : bool = True
gxl_file¶
gxl_file : bauhaus.analysis.config.LayerRelativePath = 'import.gxl'
link_edges¶
link_edges : bool = True
load_attributes¶
load_attributes : bool = True
loglevel¶
loglevel : LogLevel = 'WARNING'
merge_attributes¶
merge_attributes : bool = True
view_name¶
view_name : str = 'GXL import'
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG