Interface OntologyResource

    • Method Detail

      • getLocalName

        String getLocalName()
        A local name for this resource.
      • getComment

        @Nullable
        String getComment()
        A comment for the resource, if available, otherwise null.
      • isObsolete

        boolean isObsolete()
        Whether the resource is marked as obsolete.
      • unwrap

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