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

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

gxl_file

gxl_file : bauhaus.analysis.config.LayerRelativePath = 'import.gxl'

Path of the GXL file to be imported.
 

load_attributes

load_attributes : bool = True

Specifies whether attributes are loaded.
 

loglevel

loglevel : LogLevel = 'WARNING'

Logging mode. WARNING only outputs errors and warnings, INFO additionally prints info messages, DEBUG additionally outputs info and debug messages.
 

merge_attributes

merge_attributes : bool = True

If attributes are imported: specifies whether existing attribute values merged instead of overwritten.
 

view_name

view_name : str = 'GXL import'

Name of the new view. If it already exists, its contents are removed.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG