![]() |
Rosetta
2021.16
|
#include <OrJumpSelectorCreator.hh>

Public Member Functions | |
| core::select::jump_selector::JumpSelectorOP | create_jump_selector () const override |
| Instantiate a particular JumpSelector. More... | |
| std::string | keyname () const override |
| Return a string that will be used to instantiate the particular JumpSelector from an XML file – the name for the tag. E.g. "Neighborhood" for the NeighborhoodJumpSelector. More... | |
| void | provide_xml_schema (utility::tag::XMLSchemaDefinition &) const override |
| Define the structure of the XML file for the JumpSelector that this JumpSelectorCreator instantiates using the XML Schema language. More... | |
|
overridevirtual |
Instantiate a particular JumpSelector.
Implements core::select::jump_selector::JumpSelectorCreator.
|
overridevirtual |
Return a string that will be used to instantiate the particular JumpSelector from an XML file – the name for the tag. E.g. "Neighborhood" for the NeighborhoodJumpSelector.
Implements core::select::jump_selector::JumpSelectorCreator.
References core::select::jump_selector::OrJumpSelector::class_name().
|
overridevirtual |
Define the structure of the XML file for the JumpSelector that this JumpSelectorCreator instantiates using the XML Schema language.
Implements core::select::jump_selector::JumpSelectorCreator.
References core::select::jump_selector::OrJumpSelector::provide_xml_schema().
1.8.7