6.2.5.30. Architecture-NativeRhapsodyImporter¶
Imports an IBM Rhapsody project into the RFG
Required inputs: RFG
This rule imports an IBM Rhapsody model into an RFG view.
No IBM Rhapsody installation is required.
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
adjust_spec¶
adjust_spec
This callback can be used to change the parsing specification from a Python layer.Type: typing.Callable[[typing_extensions.TypeForm[bauhaus.architecture.rpyx_import.parser.Object]], typing_extensions.TypeForm[bauhaus.architecture.rpyx_import.parser.Object]] | None
Default:
None
export_warnings¶
export_warnings : bool = True
loglevel¶
loglevel : LogLevel = 'WARNING'
num_workers¶
num_workers : int = 0
rhapsody_architecture_file¶
rhapsody_architecture_file : bauhaus.analysis.config.LayerRelativePath = 'None (value must be set)'
store_edge_iteration_counts¶
store_edge_iteration_counts : bool = False
store_slocs¶
store_slocs : bool = False
view_name¶
view_name : str = 'Rhapsody Import'
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG