|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
This class is needed to convert the keywords from a generic database to the standard ones. More...
Inherits _CrossLinkDataBaseStandardKeys.
This class is needed to convert the keywords from a generic database to the standard ones.
Definition at line 257 of file crosslink.py.
Public Member Functions | |
| def | __init__ |
| def | check_keys |
| Is a function that check whether necessary keys are setup. More... | |
| def | get_backward_converter |
| Returns the dictionary that convert the new keywords to the old ones. More... | |
| def | get_converter |
| Returns the dictionary that convert the old keywords to the new ones. More... | |
| def | get_setup_keys |
| Returns the keys that have been setup so far. More... | |
| def | set_standard_keys |
| This sets up the standard compulsory keys as defined by _CrossLinkDataBaseStandardKeys. More... | |
| def IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.__init__ | ( | self, | |
list_parser = None |
|||
| ) |
| list_parser | an instance of ResiduePairListParser, if any is needed |
Definition at line 263 of file crosslink.py.
| def IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.check_keys | ( | self | ) |
Is a function that check whether necessary keys are setup.
Definition at line 282 of file crosslink.py.
| def IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.get_backward_converter | ( | self | ) |
Returns the dictionary that convert the new keywords to the old ones.
Definition at line 373 of file crosslink.py.
| def IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.get_converter | ( | self | ) |
Returns the dictionary that convert the old keywords to the new ones.
Definition at line 366 of file crosslink.py.
| def IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.get_setup_keys | ( | self | ) |
Returns the keys that have been setup so far.
Definition at line 291 of file crosslink.py.
| def IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.set_standard_keys | ( | self | ) |
This sets up the standard compulsory keys as defined by _CrossLinkDataBaseStandardKeys.
Definition at line 297 of file crosslink.py.