7.7.2.5. Module axivion.config.rhapsody_calls

Functions

all(*names_to_remove)

All Rhapsody API calls rpy2rfg supports.

ignore_non_incremental(*names_to_remove)

All Rhapsody API calls except necessary and incremental ones.

ignore_non_necessary(*names_to_remove)

All Rhapsody API calls except necessary ones.

incremental(*names_to_remove)

Rhapsody API calls necessary to support a future incremental import.

necessary(*names_to_remove)

Rhapsody API calls necessary for the import into an RFG.

all

rhapsody_calls.all()

All Rhapsody API calls rpy2rfg supports.

Parameters:

names_to_remove (str)

Return type:

typing.AbstractSet[str]

ignore_non_incremental

rhapsody_calls.ignore_non_incremental()

All Rhapsody API calls except necessary and incremental ones.

Parameters:

names_to_remove (str)

Return type:

typing.AbstractSet[str]

ignore_non_necessary

rhapsody_calls.ignore_non_necessary()

All Rhapsody API calls except necessary ones.

Parameters:

names_to_remove (str)

Return type:

typing.AbstractSet[str]

incremental

rhapsody_calls.incremental()

Rhapsody API calls necessary to support a future incremental import.

Parameters:

names_to_remove (str)

Return type:

typing.AbstractSet[str]

necessary

rhapsody_calls.necessary()

Rhapsody API calls necessary for the import into an RFG. This API calls import data used by rpy2rfg to generate the RFG views.

Parameters:

names_to_remove (str)

Return type:

typing.AbstractSet[str]