This class defines a interface to access the graph elements inside a data source. Its use a implementation of Loader Strategy that defines how a data must be loaded. More...
#include "../../common/Translator.h"#include "../../common/StringUtils.h"#include "../core/Edge.h"#include "../core/Vertex.h"#include "../loader/AbstractGraphLoaderStrategy.h"#include "../Config.h"#include "../Exception.h"#include "GraphDataManager.h"Go to the source code of this file.
This class defines a interface to access the graph elements inside a data source. Its use a implementation of Loader Strategy that defines how a data must be loaded.
Definition in file GraphDataManager.cpp.