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

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

interpretations

interpretations : list[bauhaus.rfg.graph_matcher.Constraint] = []

List containing interpretation details.
 

loglevel

loglevel : LogLevel = 'WARNING'

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

source_view_name

source_view_name : str = ''

Name of the source view.
 

target_view_name

target_view_name : str = ''

Name of the target view.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG