| 54 | } |
| 55 | |
| 56 | Dictionary::Ptr ApplyRule::GetScope() const |
| 57 | { |
| 58 | return m_Scope; |
| 59 | } |
| 60 | |
| 61 | void ApplyRule::AddRule(const String& sourceType, const String& targetType, const String& name, |
| 62 | const Expression::Ptr& expression, const Expression::Ptr& filter, const String& package, const String& fkvar, |
no outgoing calls
no test coverage detected