public class SimpleChangeRecord extends Object implements ChangeRecord
| Constructor and Description |
|---|
SimpleChangeRecord(String additionsFile,
String retractionsFile) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasRecordedChanges() |
void |
recordAdditions(com.hp.hpl.jena.rdf.model.Model incrementalAdditions) |
void |
recordRetractions(com.hp.hpl.jena.rdf.model.Model incrementalRetractions) |
void |
writeChanges() |
public void recordAdditions(com.hp.hpl.jena.rdf.model.Model incrementalAdditions)
recordAdditions in interface ChangeRecordpublic void recordRetractions(com.hp.hpl.jena.rdf.model.Model incrementalRetractions)
recordRetractions in interface ChangeRecordpublic void writeChanges()
writeChanges in interface ChangeRecordpublic boolean hasRecordedChanges()
hasRecordedChanges in interface ChangeRecordCopyright © 2016. All rights reserved.