26 #ifndef __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_H
27 #define __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_H
31 #include "../Config.h"
This is the abstract factory for graph loader strategy.
This is the abstract factory for graph loader strategy.
This class define the main functions necessary to save and load the graph data and metadata informati...
This is the concrete factory for the database sequency loader strategy.
te::graph::AbstractGraphLoaderStrategy * create(GraphMetadata *gm)
This method must be implemented by subclasses (load strategy types).
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory ....
const std::string & getType() const
Returns the type (name) of this factory.
SequenceLoaderStrategyFactory()
Constructor.
static SequenceLoaderStrategyFactory * sm_factory
Static instance used to register the factory.
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
te::graph::AbstractGraphLoaderStrategy * build()
Builder Function used to create the class object.
~SequenceLoaderStrategyFactory()
Destructor.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.