Search code examples
owlowl-api

OWLAPI: The method addAxioms is deprecated


In the new OWLAPI the method addAxioms seems to be deprecated, because the compiler shows me this warning. What is the new way to do that? Is that dangerous keep using this method?


Solution

  • According to the Javadocs:

    @deprecated use {@link #addAxioms(OWLOntology, Stream)} instead.