AbstractGraphBuilder.h File Reference

This abstract class provides the common functions for graph builder classes. Each builder strategy has to implement only a public function called build. More...

#include "../Config.h"
#include <string>
#include <vector>
#include <boost/shared_ptr.hpp>

Go to the source code of this file.

Classes

class  te::graph::AbstractGraphBuilder
 This abstract class provides the common functions for graph builder classes. Each builder strategy has to implement only a public function called build. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::graph
 

Detailed Description

This abstract class provides the common functions for graph builder classes. Each builder strategy has to implement only a public function called build.

Definition in file AbstractGraphBuilder.h.