All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Graph.cpp File Reference

This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source. More...

Go to the source code of this file.

Detailed Description

This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source.

All methods to access a graph element (vertex or edge) will use the GraphData instance, if not found the element, the class GraphCache will be consulted.

Definition in file Graph.cpp.