Uses of Interface
cz.cvut.kbss.ontodriver.owlapi.change.TransactionalChange
Packages that use TransactionalChange
Package
Description
-
Uses of TransactionalChange in cz.cvut.kbss.ontodriver.owlapi
Method parameters in cz.cvut.kbss.ontodriver.owlapi with type arguments of type TransactionalChangeModifier and TypeMethodDescriptionvoid
OwlapiAdapter.addTransactionalChanges
(Collection<TransactionalChange> changes) -
Uses of TransactionalChange in cz.cvut.kbss.ontodriver.owlapi.change
Subinterfaces of TransactionalChange in cz.cvut.kbss.ontodriver.owlapi.changeModifier and TypeInterfaceDescriptioninterface
Interface which enables to set owner ontology of axiom changes.Classes in cz.cvut.kbss.ontodriver.owlapi.change that implement TransactionalChangeModifier and TypeClassDescriptionclass
Add axiom wrapper which allows us to set ontology to which it is applied.class
Remove axiom wrapper which allows us to set ontology to which it is applied.class
class
class
class
class
SubjectPropertyRemove<T extends org.semanticweb.owlapi.model.OWLProperty>
Methods in cz.cvut.kbss.ontodriver.owlapi.change with parameters of type TransactionalChangeModifier and TypeMethodDescriptionboolean
SubjectClassAssertionRemove.overrides
(TransactionalChange existing) boolean
SubjectPropertyRemove.overrides
(TransactionalChange existing) default boolean
TransactionalChange.overrides
(TransactionalChange existing) Whether this change overrides the specified existing change. -
Uses of TransactionalChange in cz.cvut.kbss.ontodriver.owlapi.connector
Methods in cz.cvut.kbss.ontodriver.owlapi.connector that return types with arguments of type TransactionalChangeModifier and TypeMethodDescriptionOntologySnapshot.applyChanges
(List<TransactionalChange> changes) Applies the specified changes to this ontology snapshot.Method parameters in cz.cvut.kbss.ontodriver.owlapi.connector with type arguments of type TransactionalChangeModifier and TypeMethodDescriptionvoid
BasicStorageConnector.applyChanges
(List<TransactionalChange> changes) void
Connector.applyChanges
(List<TransactionalChange> changes) Applies the specified changes to the underlying ontology.OntologySnapshot.applyChanges
(List<TransactionalChange> changes) Applies the specified changes to this ontology snapshot.