7.7.2.5. Module axivion.config.rhapsody_calls¶
Functions¶
|
All Rhapsody API calls rpy2rfg supports. |
|
All Rhapsody API calls except necessary and incremental ones. |
|
All Rhapsody API calls except necessary ones. |
|
Rhapsody API calls necessary to support a future incremental import. |
|
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]