Files | |
| file | AbstractGraphBuilder.cpp [code] | 
| This abstract class provides the common functions for graph builder classes. Each builder strategy has to implement only a public function called build.  | |
| file | AbstractGraphBuilder.h [code] | 
| This abstract class provides the common functions for graph builder classes. Each builder strategy has to implement only a public function called build.  | |
| file | FlowGraphBuilder.cpp [code] | 
| file | FlowGraphBuilder.h [code] | 
| file | LDDGraphBuilder.cpp [code] | 
| This class defines the LDD strategy to build a graph.  | |
| file | LDDGraphBuilder.h [code] | 
| This class defines the LDD strategy to build a graph.  | |
| file | QueryGraphBuilder.cpp [code] | 
| This class defines the Query strategy to build a graph having a exist graph as input parameters.  | |
| file | QueryGraphBuilder.h [code] | 
| This class defines the Query strategy to build a graph having a exist graph as input parameters.  | |
| file | RAGGraphBuilder.cpp [code] | 
| This class defines the RAG strategy to build a graph,.  | |
| file | RAGGraphBuilder.h [code] | 
| This class defines the RAG strategy to build a graph,.  | |