Class SyncingExcludeBasedOnType

    • Constructor Detail

      • SyncingExcludeBasedOnType

        public SyncingExcludeBasedOnType()
    • Method Detail

      • buildClassList

        public void buildClassList()
      • addedStatement

        public void addedStatement​(org.apache.jena.rdf.model.Statement s)
        Specified by:
        addedStatement in interface org.apache.jena.rdf.model.ModelChangedListener
      • removedStatement

        public void removedStatement​(org.apache.jena.rdf.model.Statement s)
        Specified by:
        removedStatement in interface org.apache.jena.rdf.model.ModelChangedListener
      • addedStatements

        public void addedStatements​(org.apache.jena.rdf.model.Statement[] stmts)
        Specified by:
        addedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • addedStatements

        public void addedStatements​(List<org.apache.jena.rdf.model.Statement> stmts)
        Specified by:
        addedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • addedStatements

        public void addedStatements​(org.apache.jena.rdf.model.StmtIterator it)
        Specified by:
        addedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • addedStatements

        public void addedStatements​(org.apache.jena.rdf.model.Model model)
        Specified by:
        addedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • notifyEvent

        public void notifyEvent​(org.apache.jena.rdf.model.Model arg0,
                                Object arg1)
        Specified by:
        notifyEvent in interface org.apache.jena.rdf.model.ModelChangedListener
      • removedStatements

        public void removedStatements​(org.apache.jena.rdf.model.Statement[] stmts)
        Specified by:
        removedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • removedStatements

        public void removedStatements​(List<org.apache.jena.rdf.model.Statement> stmts)
        Specified by:
        removedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • removedStatements

        public void removedStatements​(org.apache.jena.rdf.model.StmtIterator it)
        Specified by:
        removedStatements in interface org.apache.jena.rdf.model.ModelChangedListener
      • removedStatements

        public void removedStatements​(org.apache.jena.rdf.model.Model model)
        Specified by:
        removedStatements in interface org.apache.jena.rdf.model.ModelChangedListener