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