Interface OntologyModel


public interface OntologyModel
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    unwrap(Class<T> clazz)
    Unwrap the underlying implementation of the ontology model.
  • Method Details

    • 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