6.2.5.16. Architecture-CreateTypes¶
Create new Node and Edge types
Required inputs: RFG
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
edge_attributes¶
edge_attributes : list[typing.Any] = []
edge_types¶
edge_types : list[typing.Any] = []
export_warnings¶
export_warnings : bool = True
loglevel¶
loglevel : LogLevel = 'WARNING'
node_attributes¶
node_attributes : list[typing.Any] = []
node_types¶
node_types : list[typing.Any] = []
Option Types¶
These types are used by options listed above:
LogLevel¶
An enumeration.WARNING
INFO
DEBUG