public class SyncingExcludeBasedOnType extends ExcludeBasedOnType implements org.apache.jena.rdf.model.ModelChangedListener, ContextModelsUser
DONT_EXCLUDE| Constructor and Description |
|---|
SyncingExcludeBasedOnType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addedStatement(org.apache.jena.rdf.model.Statement s) |
void |
addedStatements(List<org.apache.jena.rdf.model.Statement> stmts) |
void |
addedStatements(org.apache.jena.rdf.model.Model model) |
void |
addedStatements(org.apache.jena.rdf.model.Statement[] stmts) |
void |
addedStatements(org.apache.jena.rdf.model.StmtIterator it) |
void |
buildClassList() |
void |
notifyEvent(org.apache.jena.rdf.model.Model arg0,
Object arg1) |
void |
removedStatement(org.apache.jena.rdf.model.Statement s) |
void |
removedStatements(List<org.apache.jena.rdf.model.Statement> stmts) |
void |
removedStatements(org.apache.jena.rdf.model.Model model) |
void |
removedStatements(org.apache.jena.rdf.model.Statement[] stmts) |
void |
removedStatements(org.apache.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(org.apache.jena.rdf.model.Statement s)
addedStatement in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void removedStatement(org.apache.jena.rdf.model.Statement s)
removedStatement in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void addedStatements(org.apache.jena.rdf.model.Statement[] stmts)
addedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void addedStatements(List<org.apache.jena.rdf.model.Statement> stmts)
addedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void addedStatements(org.apache.jena.rdf.model.StmtIterator it)
addedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void addedStatements(org.apache.jena.rdf.model.Model model)
addedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void notifyEvent(org.apache.jena.rdf.model.Model arg0,
Object arg1)
notifyEvent in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void removedStatements(org.apache.jena.rdf.model.Statement[] stmts)
removedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void removedStatements(List<org.apache.jena.rdf.model.Statement> stmts)
removedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void removedStatements(org.apache.jena.rdf.model.StmtIterator it)
removedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerpublic void removedStatements(org.apache.jena.rdf.model.Model model)
removedStatements in interface org.apache.jena.rdf.model.ModelChangedListenerCopyright © 2022. All rights reserved.