public class SyncingExcludeBasedOnType extends ExcludeBasedOnType implements com.hp.hpl.jena.rdf.model.ModelChangedListener, ContextModelsUser
DONT_EXCLUDE| Constructor and Description |
|---|
SyncingExcludeBasedOnType() |
| 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> stmts) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.Model model) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.Statement[] stmts) |
void |
addedStatements(com.hp.hpl.jena.rdf.model.StmtIterator it) |
void |
buildClassList() |
void |
notifyEvent(com.hp.hpl.jena.rdf.model.Model arg0,
Object arg1) |
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement s) |
void |
removedStatements(List<com.hp.hpl.jena.rdf.model.Statement> stmts) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.Model model) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.Statement[] stmts) |
void |
removedStatements(com.hp.hpl.jena.rdf.model.StmtIterator it) |
void |
setContextModels(ContextModelAccess models) |
addTypeToExclude, addTypeURI, checkForExclusion, removeTypeToExclude, setExcludedTypes, toString, typeURIinExcludeListpublic void setContextModels(ContextModelAccess models)
setContextModels in interface ContextModelsUserpublic void buildClassList()
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement s)
addedStatement 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 addedStatements(com.hp.hpl.jena.rdf.model.Statement[] stmts)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(List<com.hp.hpl.jena.rdf.model.Statement> stmts)
addedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void addedStatements(com.hp.hpl.jena.rdf.model.StmtIterator it)
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 arg0,
Object arg1)
notifyEvent in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.Statement[] stmts)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(List<com.hp.hpl.jena.rdf.model.Statement> stmts)
removedStatements in interface com.hp.hpl.jena.rdf.model.ModelChangedListenerpublic void removedStatements(com.hp.hpl.jena.rdf.model.StmtIterator it)
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.