Interface OntologyModel


  • public interface OntologyModel
    • Method Detail

      • unwrap

        <T> T unwrap​(Class<T> clazz)
              throws ClassCastException
        Unwrap the underlying implementation of the ontology model.
        Throws:
        ClassCastException - if the implementation type does not match the given class