public class AddAction extends Object implements ModelAction
AddAction class.
| Constructor and Description |
|---|
AddAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.hp.hpl.jena.rdf.model.Statement statement)
add.
|
void |
perform(com.hp.hpl.jena.rdf.model.Model model)
perform.
|
public void add(com.hp.hpl.jena.rdf.model.Statement statement)
add.
statement - a Statement object.public void perform(com.hp.hpl.jena.rdf.model.Model model)
perform.
perform in interface ModelActionmodel - a Model object.Copyright © 2017. All rights reserved.