6.2.5.15. Architecture-CopyAndProjectView¶
Copy the content of the given RFG view to a new view (overwriting its previous content) and remove all nodes that are not children of the given root node
Required inputs: RFG
This rule copies all nodes that are children of a given root node from one view into another view (including the root node itself, and all edges between the children).
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
loglevel¶
loglevel : LogLevel = 'WARNING'
root¶
root : str = ''
source_view_name¶
source_view_name : str = ''
target_view_name¶
target_view_name : str = ''
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG