Go to the documentation of this file.
22 #ifndef SOPRANO_STATEMENT_H
23 #define SOPRANO_STATEMENT_H
77 bool operator==(
const Statement& other )
const;
78 bool operator!=(
const Statement& other )
const;
97 bool matches(
const Statement& other )
const;
108 bool isValid()
const;
139 void setSubject(
const Node &subject );
146 void setPredicate(
const Node &predicate );
152 void setObject(
const Node &
object );
159 void setContext(
const Node &context );
183 #endif // SOPRANO_STATEMENT_H