This is the concrete factory for the database sequency loader strategy.  
 More...
#include <SequenceLoaderStrategyFactory.h>
 | 
| std::string  | m_factoryKey | 
|   | The key that identifies the concrete factory: it will be used for unregistering the factory during destruction.  More...
  | 
|   | 
This is the concrete factory for the database sequency loader strategy. 
- See also
 - te::graph::AbstractLoaderStrategyFactory 
 
Definition at line 47 of file SequenceLoaderStrategyFactory.h.
 
◆ dictionary_type
◆ factory_type
◆ ~SequenceLoaderStrategyFactory()
  
  
      
        
          | te::graph::SequenceLoaderStrategyFactory::~SequenceLoaderStrategyFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ SequenceLoaderStrategyFactory()
  
  
      
        
          | te::graph::SequenceLoaderStrategyFactory::SequenceLoaderStrategyFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
◆ build()
◆ create()
This method must be implemented by subclasses (load strategy types). 
- Parameters
 - 
  
    | gm | The necessary graph information | 
  
   
- Returns
 - The new loader strategy.
 
- Note
 - The caller will take the ownership of the returned pointer. 
 
Implements te::graph::AbstractGraphLoaderStrategyFactory.
 
 
◆ finalize()
  
  
      
        
          | static void te::graph::SequenceLoaderStrategyFactory::finalize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the abstract factory ... 
 
 
◆ find()
◆ getDictionary()
It returns a reference to the internal dictionary of concrete factories. 
The dictionary is a singleton.
- Returns
 - A reference to the internal dictionary. 
 
Definition at line 157 of file AbstractFactory.h.
 
 
◆ getKey()
It returns the factory key associated to the concreate factory. 
- Returns
 - The factory key associated to the concreate factory. 
 
Definition at line 140 of file AbstractFactory.h.
 
 
◆ getType()
  
  
      
        
          | const std::string& te::graph::SequenceLoaderStrategyFactory::getType  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
virtual   | 
  
 
 
◆ initialize()
  
  
      
        
          | static void te::graph::SequenceLoaderStrategyFactory::initialize  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
static   | 
  
 
It initializes the factory: the singleton instance will be registered in the abstract factory ... 
 
 
◆ make() [1/3]
It creates and returns default graph loader strategy. 
- Returns
 - A default graph loader strategy.
 
- Note
 - The caller will take the ownership of the returned pointer. 
 
 
 
◆ make() [2/3]
It creates graph loader strategy with the proper type. 
- Parameters
 - 
  
    | lsType | Type The name of the specific graph loader strategy type to be used to create. | 
  
   
- Returns
 - A proper graph loader strategy.
 
- Note
 - The caller will take the ownership of the returned pointer. 
 
 
 
◆ make() [3/3]
It creates graph loader strategy with the proper type. 
- Parameters
 - 
  
    | lsType | Type The name of the specific graph loader strategy type to be used to create.  | 
    | gm | Pointer to a class that defines the graph metadata | 
  
   
- Returns
 - A proper graph loader strategy.
 
- Note
 - The caller will take the ownership of the returned pointer. 
 
 
 
◆ m_factoryKey
The key that identifies the concrete factory: it will be used for unregistering the factory during destruction. 
Definition at line 136 of file AbstractFactory.h.
 
 
◆ sm_factory
The documentation for this class was generated from the following file: