Go to the documentation of this file.
22 #ifndef _SOPRANO_INFERENCE_RULE_H_
23 #define _SOPRANO_INFERENCE_RULE_H_
25 #include <QtCore/QSharedDataPointer>
26 #include <QtCore/QList>
70 Rule& operator=(
const Rule& other );
106 bool match(
const Statement& statement )
const;
118 void bindToStatement(
const Statement& statement );
138 QString createSparqlQuery(
bool bindVariables =
false )
const;
173 bool isValid()
const;