6.2.5.20. Architecture-ProjectView

Remove all view nodes that are not children of the given root node

Required inputs: RFG

This rule removes all RFG nodes that are not descendants of the given root node from a view.

Possible Messages

This rule has no predefined messages.

Options

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

loglevel

loglevel : LogLevel = 'WARNING'

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

root

root : str = ''

Name of the root node.
 

view_name

view_name : str = ''

Name of the view.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG