IMP Reference Guide
2.6.1
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 179 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 IMP.pmi.io.crosslink.CrossLinkDataBaseKeywordsConverter.__init__ | ( | self, | |
list_parser = None |
|||
) |
list_parser | an instance of ResiduePairListParser, if any is needed |
Definition at line 185 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 203 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 260 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 253 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 211 of file crosslink.py.