1 #ifndef GRAIL_ICONSIDERATION_PROVIDER_H
2 #define GRAIL_ICONSIDERATION_PROVIDER_H
4 #include "../Consideration.hh"
12 template<
typename ContextType>
23 virtual std::shared_ptr<utility::Consideration<ContextType>>
GetConsiderationByName(
const std::string& name)
const = 0;
IConsiderationProvider - Helper used for acquiring consideration instance, given its name loaded from...
Definition: IConsiderationProvider.h:14
virtual std::shared_ptr< utility::Consideration< ContextType > > GetConsiderationByName(const std::string &name) const =0
GetConsiderationByName - returns a Consideration instance based on a string id.