20 #ifndef RULE_PREPARATION_HELPER_H_
21 #define RULE_PREPARATION_HELPER_H_
23 #include "../basic_types/globals.h"
24 #include "../graphs/UQRuleInstance.h"
25 #include "../graphs/Rule.h"
44 graphs::Mapping
const& mapping);
60 graphs::Mapping
const& mapping);
shared_ptr< AnonHypergraph > AnonHypergraph_sp
Alias of a shared pointer to an AnonHypergraph.
Definition: AnonHypergraph.h:415
Rule_sp createRuleFrom(Rule const &oldRule, string name, AnonHypergraph_sp leftGraph, AnonHypergraph_sp rightGraph, Mapping const &mapping)
Creates a new shared Rule using the given name, left side, right side and mapping.
Definition: rule_preparation_helper.cpp:27
shared_ptr< Rule > Rule_sp
Alias for a shared pointer to a Rule.
Definition: Rule.h:105
shared_ptr< UQRuleInstance > UQRuleInstance_sp
Alias of a shared pointer to a UQRuleIstance.
Definition: UQRuleInstance.h:139