6.2.5.27. Architecture-MatchGraphs¶
Match two subgraph structures and transform found matchings
Required inputs: RFG
This rule transforms subgraphs in a given RFG view by user-defined transformation rules.
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
interpretations¶
interpretations : list[bauhaus.rfg.graph_matcher.Constraint] = []
loglevel¶
loglevel : LogLevel = 'WARNING'
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