A set of inference rules.
More...
#include <Soprano/Inference/RuleSet>
A set of inference rules.
RuleSet represents a set of inference rules. Each Rule has a unique name.
- Author
- Sebastian Trueg trueg.nosp@m.@kde.nosp@m..org
Definition at line 54 of file inferenceruleset.h.
Soprano::Inference::RuleSet::RuleSet |
( |
) | |
|
Soprano::Inference::RuleSet::RuleSet |
( |
const RuleSet & |
) | |
|
Soprano::Inference::RuleSet::~RuleSet |
( |
) | |
|
void Soprano::Inference::RuleSet::clear |
( |
) | |
|
void Soprano::Inference::RuleSet::insert |
( |
const QString & |
name, |
|
|
const Rule & |
rule |
|
) |
| |
Add a Rule to the set.
- Parameters
-
name | The name the new rule is supposed to be stored under. |
rule | The new rule to store in the set. |
int Soprano::Inference::RuleSet::count |
( |
) | |
const |
Number of rules in the set.
- Returns
- The number of rules.
Rule Soprano::Inference::RuleSet::at |
( |
int |
index) | |
const |
Rule Soprano::Inference::RuleSet::operator[] |
( |
int |
index) | |
const |
Rule Soprano::Inference::RuleSet::rule |
( |
const QString & |
name) | |
const |
Rule Soprano::Inference::RuleSet::operator[] |
( |
const QString & |
name) | |
const |
QStringList Soprano::Inference::RuleSet::ruleNames |
( |
) | |
const |
QList<Rule> Soprano::Inference::RuleSet::allRules |
( |
) | |
const |
Read a standard Soprano rulset.
- See Also
- RuleParser
The documentation for this class was generated from the following file: