Go to the documentation of this file.
22 #ifndef SOPRANO_DUMMY_MODEL_H
23 #define SOPRANO_DUMMY_MODEL_H
83 bool containsAnyStatement(
const Statement &statement )
const;
84 bool containsAnyStatement(
const Node& subject,
const Node& predicate,
const Node&
object,
const Node& context =
Node() )
const;
85 bool containsStatement(
const Statement &statement )
const;
86 bool containsStatement(
const Node& subject,
const Node& predicate,
const Node&
object,
const Node& context =
Node() )
const;
87 bool containsContext(
const Node &context )
const;
89 int statementCount()
const;
97 Node createBlankNode();