addStatement {redland} | R Documentation |
Add a Statement object to the Model
Description
Add a Statement object to the Model
Usage
addStatement(.Object, statement)
## S4 method for signature 'Model,Statement'
addStatement(.Object, statement)
Arguments
.Object |
a Model object |
statement |
the Statement that will be added |
Examples
world <- new("World")
storage <- new("Storage", world, "hashes", name="", options="hash-type='memory'")
model <- new("Model", world, storage, options="")
[Package redland version 1.0.17-18 Index]