All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>

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.

The graph instance created by this class has to be controlled by the user of this class.

Definition in file AbstractGraphBuilder.h.