Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
protocols::genetic_algorithm::EntityElementFactory Class Reference

Entity element factory. More...

#include <Entity.hh>

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

Public Member Functions

virtual ~EntityElementFactory ()
 
EntityElementOP element_from_string (std::string const &)
 
virtual std::string factory_name () const
 

Static Public Member Functions

static EntityElementFactoryget_instance ()
 

Private Member Functions

 EntityElementFactory ()
 

Static Private Attributes

static EntityElementFactoryinstance_
 Entity Element Factory. More...
 

Detailed Description

Entity element factory.

Definition at line 86 of file Entity.hh.

Constructor & Destructor Documentation

virtual protocols::genetic_algorithm::EntityElementFactory::~EntityElementFactory ( )
inlinevirtual

Definition at line 88 of file Entity.hh.

protocols::genetic_algorithm::EntityElementFactory::EntityElementFactory ( )
private

Definition at line 153 of file Entity.cc.

Referenced by get_instance().

Member Function Documentation

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

Definition at line 108 of file Entity.cc.

References core::sequence::end.

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

Definition at line 149 of file Entity.cc.

EntityElementFactory * protocols::genetic_algorithm::EntityElementFactory::get_instance ( )
static

Member Data Documentation

EntityElementFactory * protocols::genetic_algorithm::EntityElementFactory::instance_
staticprivate

Entity Element Factory.

Definition at line 100 of file Entity.hh.

Referenced by get_instance().


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