IMP Reference Guide
2.20.2
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 272 of file /io/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.pmi1.io.crosslink.CrossLinkDataBaseKeywordsConverter.__init__ | ( | self, | |
list_parser = None |
|||
) |
list_parser | an instance of ResiduePairListParser, if any is needed |
Definition at line 278 of file /io/crosslink.py.
def IMP.pmi1.io.crosslink.CrossLinkDataBaseKeywordsConverter.check_keys | ( | self | ) |
Is a function that check whether necessary keys are setup.
Definition at line 296 of file /io/crosslink.py.
def IMP.pmi1.io.crosslink.CrossLinkDataBaseKeywordsConverter.get_backward_converter | ( | self | ) |
Returns the dictionary that convert the new keywords to the old ones.
Definition at line 386 of file /io/crosslink.py.
def IMP.pmi1.io.crosslink.CrossLinkDataBaseKeywordsConverter.get_converter | ( | self | ) |
Returns the dictionary that convert the old keywords to the new ones.
Definition at line 379 of file /io/crosslink.py.
def IMP.pmi1.io.crosslink.CrossLinkDataBaseKeywordsConverter.get_setup_keys | ( | self | ) |
Returns the keys that have been setup so far.
Definition at line 304 of file /io/crosslink.py.
def IMP.pmi1.io.crosslink.CrossLinkDataBaseKeywordsConverter.set_standard_keys | ( | self | ) |
This sets up the standard compulsory keys as defined by _CrossLinkDataBaseStandardKeys.
Definition at line 310 of file /io/crosslink.py.