26#ifndef __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_H
27#define __TERRALIB_GRAPH_INTERNAL_SEQUENCELOADERSTRATEGYFACTORY_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.
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).
te::graph::AbstractGraphLoaderStrategy * build()
Builder Function used to create the class object.
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 ...
const std::string & getType() const
Returns the type (name) of this factory.
~SequenceLoaderStrategyFactory()
Destructor.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.