SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GroupInfoTaskFactory.cpp
Go to the documentation of this file.
1 
17 /*
18  * GroupInfoTaskFactory.cpp
19  *
20  * Created on: 2019 M01 30
21  * Author: mschefer
22  */
23 
27 
28 namespace SourceXtractor {
29 
31 }
32 
34 }
35 
37  if (property_id == PropertyId::create<GroupInfo>()) {
38  return std::make_shared<GroupInfoTask>();
39  } else {
40  return nullptr;
41  }
42 }
43 
44 }
45 
void reportConfigDependencies(Euclid::Configuration::ConfigManager &manager) const override
Registers all the Configuration dependencies.
void configure(Euclid::Configuration::ConfigManager &manager) override
Method which should initialize the object.
Identifier used to set and retrieve properties.
Definition: PropertyId.h:40
virtual std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.