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