20 #ifndef SUBGRAPHORDER_H_
21 #define SUBGRAPHORDER_H_
23 #include "../basic_types/Order.h"
24 #include "../rule_engine/StdMatchFinder.h"
StdMatchFinder provides a simple algorithm which takes two arbitrary graphs and calculates all matchi...
Definition: StdMatchFinder.h:38
rule_engine::StdMatchFinder matchFinder
This matchfinder is used to find an injective embedding of the smaller graph in the larger graph...
Definition: SubgraphOrder.h:62
virtual bool isLessOrEq(graphs::Hypergraph const &smaller, graphs::Hypergraph const &bigger) const override
Checks whether the smaller graph is a subgraph of the larger graph.
Definition: SubgraphOrder.cpp:32
virtual ~SubgraphOrder()
Destroys the current instance of this SubgraphOrder.
Definition: SubgraphOrder.cpp:30
A Hypergraph represents a graph with a unique identifier.
Definition: Hypergraph.h:35
SubgraphOrder()
Creates a new SubgraphOrder object.
Definition: SubgraphOrder.cpp:28
This class implement the "standard" subgraph ordering.
Definition: SubgraphOrder.h:34
This class presents a generic ordering relation on Hypergraphs.
Definition: Order.h:32