owlapy.owlapi_mapper
Classes
A bridge between owlapy and owlapi owl-related classes. |
Functions
|
Since classes names in owlapi and owlapy are pretty much similar with the small difference that in owlapi they |
Module Contents
- owlapy.owlapi_mapper.init(the_class)[source]
Since classes names in owlapi and owlapy are pretty much similar with the small difference that in owlapi they usually have the ‘Impl’ part then we can create the mapping class name dynamically reducing the amount of code significantly. That’s what this method does.