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