Class TBoxChanges


  • public class TBoxChanges
    extends Object
    Accumulate changes to the TBox as they arrive. Then make them available to the TBox reasoner.
    • Constructor Detail

      • TBoxChanges

        public TBoxChanges()
    • Method Detail

      • addStatement

        public void addStatement​(org.apache.jena.rdf.model.Statement stmt)
      • removeStatement

        public void removeStatement​(org.apache.jena.rdf.model.Statement stmt)
      • deleteDataProperty

        public void deleteDataProperty​(org.apache.jena.rdf.model.Statement stmt)
      • deleteObjectProperty

        public void deleteObjectProperty​(org.apache.jena.rdf.model.Statement stmt)
      • isEmpty

        public boolean isEmpty()
      • getAddedStatements

        public List<org.apache.jena.rdf.model.Statement> getAddedStatements()
      • getRemovedStatements

        public List<org.apache.jena.rdf.model.Statement> getRemovedStatements()
      • getDeletedDataPropertyUris

        public List<String> getDeletedDataPropertyUris()
      • getDeletedObjectPropertyUris

        public List<String> getDeletedObjectPropertyUris()