This is the abstract factory for Graphs. More...
#include "../../dataaccess/datasource/DataSource.h"#include "../../common/StringUtils.h"#include "../../common/Translator.h"#include "../../dataaccess/datasource/DataSourceFactory.h"#include "../cache/AbstractCachePolicyFactory.h"#include "../drivers/datasource/DataSourceGraphMetadata.h"#include "../loader/AbstractGraphLoaderStrategyFactory.h"#include "../Config.h"#include "../Exception.h"#include "AbstractGraphFactory.h"#include "GraphMetadata.h"#include <memory>Go to the source code of this file.
This is the abstract factory for Graphs.
Definition in file AbstractGraphFactory.cpp.