Go to the documentation of this file.
22 #ifndef _INFERENCE_RULESET_H_
23 #define _INFERENCE_RULESET_H_
27 #include <QtCore/QSharedDataPointer>
28 #include <QtCore/QStringList>
QStringList ruleNames() const
RuleSet & operator=(const RuleSet &)
A set of inference rules.
static RuleSet standardRuleSet(StandardRuleSet)
A rule used by the InferenceModel to generate inferenced statements.
void insert(const QString &name, const Rule &rule)
SOPRANO_EXPORT QUrl name()
Rule operator[](int index) const
QList< Rule > allRules() const
Rule rule(const QString &name) const
SOPRANO_EXPORT QUrl rule()
Rule operator[](const QString &name) const