graphs Directory Reference

Files

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