Loading...
Searching...
No Matches
graphs Directory Reference

Files

 BidirectionalGraph.h
 This is a implementation of a Bidirectional Graph. By convention a bidirectional graph provides access to out-and in edges.
 
 BidirectionalGraphFactory.h
 This is the concrete factory for the bidirectional Graph type.
 
 DirectedGraph.h
 This is a implementation of a Directed Graph. By convention a directed graph provides access to out-edges only.
 
 DirectedGraphFactory.h
 This is the concrete factory for the directed Graph type.
 
 Graph.h
 This is the main graph implementation, that uses a cache policy anda graph loader to get all elements inside a data source.
 
 GraphFactory.h
 This is the concrete factory for the commun Graph type.
 
 UndirectedGraph.h
 This is a implementation of a UndirectedGraph Graph. By definition a undirected graph has no direction information about his edges.
 
 UndirectedGraphFactory.h
 This is the concrete factory for the undirected Graph type.