6.2.5.16. Architecture-CreateTypes

Create new Node and Edge types

Required inputs: RFG

Possible Messages

This rule has no predefined messages.

Options

edge_attributes

edge_attributes : list[typing.Any] = []

Collection of dictionaries defining edge attributes.
 

edge_types

edge_types : list[typing.Any] = []

Collection of dictionaries defining edge types.
 

export_warnings

export_warnings : bool = True

Export output messages to the analysis database.
 

loglevel

loglevel : LogLevel = 'WARNING'

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

node_attributes

node_attributes : list[typing.Any] = []

Collection of dictionaries defining node attributes.
 

node_types

node_types : list[typing.Any] = []

Collection of dictionaries defining node types.
 

Option Types

These types are used by options listed above:

LogLevel

An enumeration.
 
  • WARNING

  • INFO

  • DEBUG