26 #ifndef __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_H 
   27 #define __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_H 
   31 #include "../Config.h" 
   55         const std::string& getType() 
const;
 
   58         static void initialize();
 
   61         static void finalize();
 
   92 #endif  // __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_H 
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
This is the abstract factory for graph loader strategy. 
 
This is the abstract factory for graph loader strategy. 
 
~SequenceLoaderStrategyFactory()
Destructor. 
 
This is the concrete factory for the database sequency loader strategy. 
 
This class define the main functions necessary to save and load the graph data and metadata informati...
 
static SequenceLoaderStrategyFactory * sm_factory
Static instance used to register the factory.