Uses of Class
cz.cvut.kbss.ontodriver.owlapi.OwlapiAdapter
Packages that use OwlapiAdapter
Package
Description
-
Uses of OwlapiAdapter in cz.cvut.kbss.ontodriver.owlapi
Constructors in cz.cvut.kbss.ontodriver.owlapi with parameters of type OwlapiAdapterModifierConstructorDescriptionOwlapiContainers
(OwlapiAdapter adapter, Procedure beforeCallback, Procedure afterChangeCallback) OwlapiProperties
(OwlapiAdapter adapter, Procedure beforeCallback, Procedure afterChangeCallback) OwlapiTypes
(OwlapiAdapter adapter, Procedure beforeCallback, Procedure afterChangeCallback) -
Uses of OwlapiAdapter in cz.cvut.kbss.ontodriver.owlapi.container
Constructors in cz.cvut.kbss.ontodriver.owlapi.container with parameters of type OwlapiAdapterModifierConstructorDescriptionContainerHandler
(OwlapiAdapter owlapiAdapter, OntologySnapshot snapshot) -
Uses of OwlapiAdapter in cz.cvut.kbss.ontodriver.owlapi.list
Fields in cz.cvut.kbss.ontodriver.owlapi.list declared as OwlapiAdapterModifier and TypeFieldDescriptionprotected final OwlapiAdapter
ReferencedListHandler.owlapiAdapter
protected final OwlapiAdapter
SimpleListHandler.owlapiAdapter
Constructors in cz.cvut.kbss.ontodriver.owlapi.list with parameters of type OwlapiAdapterModifierConstructorDescriptionOwlapiLists
(OwlapiAdapter adapter, Procedure beforeCallback, Procedure afterChangeCallback) ReferencedListHandler
(OwlapiAdapter owlapiAdapter, OntologySnapshot snapshot) SimpleListHandler
(OwlapiAdapter adapter, OntologySnapshot snapshot)