public class MemoryMappedModel.ModelSynchronizer extends Object implements com.hp.hpl.jena.rdf.model.ModelChangedListener
| Constructor and Description |
|---|
ModelSynchronizer(com.hp.hpl.jena.rdf.model.Model synchronizee,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
void |
addedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.Model model) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements) |
void |
notifyEvent(com.hp.hpl.jena.rdf.model.Model model,
Object event) |
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
void |
removedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.Model model) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements) |
public ModelSynchronizer(com.hp.hpl.jena.rdf.model.Model synchronizee,
String name)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement s)
addedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.Model model)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void notifyEvent(com.hp.hpl.jena.rdf.model.Model model,
Object event)
notifyEvent in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatement(com.hp.hpl.jena.rdf.model.Statement s)
removedStatement in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.Statement[] statements)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(List<com.hp.hpl.jena.rdf.model.Statement> statements)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.StmtIterator statements)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.Model model)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerCopyright © 2016. All rights reserved.