6.2.5.13. Architecture-RhapsodyImporter¶
Imports an IBM Rhapsody model into the RFG
Required inputs: RFG
*.rpy, *.rpyx) are supported.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
architecture_view_name¶
architecture_view_name : str = 'RH Architecture'
enable_rhapsody_methods¶
enable_rhapsody_methods : set[str] = set()
export_warnings¶
export_warnings : bool = True
ignore_guid_errors¶
ignore_guid_errors : bool = False
ignore_rhapsody_check_error¶
ignore_rhapsody_check_error : bool = False
ignore_rhapsody_methods¶
ignore_rhapsody_methods : set[str] = set()
ignore_rhapsody_return_code¶
ignore_rhapsody_return_code : bool = False
ignore_rhapsody_stack_overflow_errors¶
ignore_rhapsody_stack_overflow_errors : bool = False
keep_flying¶
keep_flying : bool = False
kill_rhapsody_after_rfg_has_been_written¶
kill_rhapsody_after_rfg_has_been_written : bool = False
loglevel¶
loglevel : LogLevel = 'WARNING'
rhapsody_path¶
rhapsody_path : bauhaus.analysis.config.LayerRelativePath = 'C:Program FilesIBMRationalRhapsody8.3.1RhapsodyCL.exe'
rhapsody_raw_view_name¶
rhapsody_raw_view_name : str = 'RH Architecture (raw)'
rpy_file¶
rpy_file : bauhaus.analysis.config.LayerRelativePath = 'project.rpyx'
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG