26 #ifndef __TERRALIB_GRAPH_INTERNAL_BOXLOADERSTRATEGYFACTORY_H
27 #define __TERRALIB_GRAPH_INTERNAL_BOXLOADERSTRATEGYFACTORY_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 box loader strategy.
BoxLoaderStrategyFactory()
Constructor.
te::graph::AbstractGraphLoaderStrategy * create(GraphMetadata *gm)
This method must be implemented by subclasses (load strategy types).
te::graph::AbstractGraphLoaderStrategy * build()
Builder Function used to create the class object.
static void initialize()
It initializes the factory: the singleton instance will be registered in the abstract factory ....
static BoxLoaderStrategyFactory * sm_factory
Static instance used to register the factory.
~BoxLoaderStrategyFactory()
Destructor.
static void finalize()
It finalizes the factory: the singleton instance will be destroyed and will be unregistered from the ...
const std::string & getType() const
Returns the type (name) of this factory.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.