IMP Reference Guide
2.5.0
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 177 of file crosslink.py.
Public Member Functions | |
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 IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.check_keys | ( | self | ) |
Is a function that check whether necessary keys are setup.
Definition at line 193 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 242 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 235 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 201 of file crosslink.py.