6.2.5.34. Architecture-GravisRoleAttributes

Set RFG view roles for architecture check in Gravis

Required inputs: RFG

This rule sets role attributes within an RFG graph that are used by the Gravis tool for performing the architecture analysis.

Possible Messages

This rule has no predefined messages.

Options

architecture_view_name

architecture_view_name : str = 'Architecture'

Name of the architecture view.
 

base_view_name

base_view_name : str = 'Declaration Facts'

Name of the base view.
 

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

hierarchy_view_name

hierarchy_view_name : str = 'File'

Name of the hierarchy view.
 

loglevel

loglevel : LogLevel = 'WARNING'

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

mapping_view_name

mapping_view_name : str = 'Mapping'

Name of the mapping view.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG