This class defines the Query strategy to build a graph having a exist graph as input parameters. More...
#include "../../common/Translator.h"#include "../../common/progress/TaskProgress.h"#include "../../dataaccess/query/Expression.h"#include "../core/AbstractGraphFactory.h"#include "../core/Edge.h"#include "../core/GraphMetadata.h"#include "../core/Vertex.h"#include "../core/VertexProperty.h"#include "../graphs/Graph.h"#include "../iterator/QueryIterator.h"#include "../Config.h"#include "../Exception.h"#include "QueryGraphBuilder.h"#include <cassert>#include <cstdlib>#include <iostream>Go to the source code of this file.
This class defines the Query strategy to build a graph having a exist graph as input parameters.
The query must be defined using only the terralib Query module elements.
Definition in file QueryGraphBuilder.cpp.