addStatement: Add a Statement object to the Model

addStatementR 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="")

redland documentation built on May 31, 2023, 6:32 p.m.