Learn R Programming

redland (version 1.0.17-6)

addStatement: Add a Statement object to the Model

Description

Add a Statement object to the Model

Usage

addStatement(.Object, statement)

## S3 method for class 'Model,Statement': addStatement(.Object, statement)

Arguments

.Object
a Model object
statement
the Statement that will be added

Examples

Run this code
world <- new("World")
storage <- new("Storage", world, "hashes", name="", options="hash-type='memory'")
model <- new("Model", world, storage, options="")

Run the code above in your browser using DataLab