#include <GraphOpDecomposer.h>
Inherited by srAlmende::LindaGraphOpDecomposer.
The decomposer is able to decompose a certain set of complex graph operations into basic operations, namely add(node), add(edge), remove(node) and remove(edge). The complex graph operation expects nodes and edges as parameters. This makes it possible to choose a random graph_operation with random items to test statistical generators. It is also possible to apply a complex graph operation by name. This is up to the GraphOpGenerator.
The nodes and edges can be attached to structs or classes by using the content void pointer.
Definition at line 49 of file GraphOpDecomposer.h.
1.6.1