Rosetta
Public Member Functions | Private Member Functions | Friends | List of all members
protocols::genetic_algorithm::EntityElementFactory Class Reference

The EntityElementFactory is responsible for instantiating entity elements from strings. More...

#include <Entity.hh>

Inheritance diagram for protocols::genetic_algorithm::EntityElementFactory:
Inheritance graph
[legend]

Public Member Functions

 ~EntityElementFactory () override=default
 
EntityElementOP element_from_string (std::string const &)
 
std::string factory_name () const override
 

Private Member Functions

 EntityElementFactory ()
 

Friends

class utility::SingletonBase< EntityElementFactory >
 

Detailed Description

The EntityElementFactory is responsible for instantiating entity elements from strings.

Constructor & Destructor Documentation

◆ ~EntityElementFactory()

protocols::genetic_algorithm::EntityElementFactory::~EntityElementFactory ( )
overridedefault

◆ EntityElementFactory()

protocols::genetic_algorithm::EntityElementFactory::EntityElementFactory ( )
privatedefault

Member Function Documentation

◆ element_from_string()

EntityElementOP protocols::genetic_algorithm::EntityElementFactory::element_from_string ( std::string const &  entity_element_name)

References core::sequence::end.

◆ factory_name()

std::string protocols::genetic_algorithm::EntityElementFactory::factory_name ( ) const
override

Friends And Related Function Documentation

◆ utility::SingletonBase< EntityElementFactory >

friend class utility::SingletonBase< EntityElementFactory >
friend

The documentation for this class was generated from the following files: