6.2.5.28. Architecture-RenameView

Rename the given RFG view (overwriting a possibly existing view with target name first)

Required inputs: RFG

This rule renames a view to a new name, overwriting a possibly existing view with that name.

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.
 

new_view_name

new_view_name : str = ''

New name of the view. If that view already exists, it is destroyed first.
 

original_view_name

original_view_name : str = ''

Original name of the view to rename.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG