public class CumulativeDeltaModeler
extends com.hp.hpl.jena.rdf.listeners.StatementListener
| Constructor and Description |
|---|
CumulativeDeltaModeler() |
CumulativeDeltaModeler(com.hp.hpl.jena.rdf.model.Model model) |
CumulativeDeltaModeler(com.hp.hpl.jena.ontology.OntModel ontModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
com.hp.hpl.jena.rdf.model.Model |
getAdditions()
Return a model containing all statements added to the attached model
|
com.hp.hpl.jena.rdf.model.Model |
getRetractions()
Return a model containing all statements retracted from the attached model
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
public CumulativeDeltaModeler()
public CumulativeDeltaModeler(com.hp.hpl.jena.rdf.model.Model model)
public CumulativeDeltaModeler(com.hp.hpl.jena.ontology.OntModel ontModel)
public com.hp.hpl.jena.rdf.model.Model getAdditions()
public com.hp.hpl.jena.rdf.model.Model getRetractions()
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement s)
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListeneraddedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListenerpublic void removedStatement(com.hp.hpl.jena.rdf.model.Statement s)
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerremovedStatement in class com.hp.hpl.jena.rdf.listeners.StatementListenerCopyright © 2016. All rights reserved.