26#ifndef __TERRALIB_GRAPH_INTERNAL_ABSTRACTCACHEPOLICYFACTORY_H
27#define __TERRALIB_GRAPH_INTERNAL_ABSTRACTCACHEPOLICYFACTORY_H
78 virtual const std::string&
getType()
const = 0;
A class that defines the interface of an abstract factory.
This is the main graph implementation, that uses a cache policy anda graph loader to get all elements...
This class defines the interface of abstract factories without initializing parameters.
virtual const std::string & getType() const =0
Returns the type (name) of this factory.
static AbstractCachePolicy * make(const std::string &cpType)
It creates a cache policy with the proper type.
virtual ~AbstractCachePolicyFactory()
Destructor.
AbstractCachePolicyFactory(const std::string &factoryKey)
Constructor.
static AbstractCachePolicy * make()
It creates and returns default cache policy.
This class is used to set the main functions of a cache policy.
Configuration flags for the Graph module of TerraLib.
#define TEGRAPHEXPORT
You can use this macro in order to export/import classes and functions from this module.