Interface As

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      <T> T as​(Class<T> c)
      Polymorph this proxied interface into a new vocabulary by providing it's class.
      org.apache.jena.rdf.model.Resource asResource()
      Provides access to the raw Jena resource in focus.
      <T> T isa​(Class<T> c)
      Polymorph and reclassify this proxied interface into a new vocabulary by providing it's class.
    • Method Detail

      • as

        <T> T as​(Class<T> c)
        Polymorph this proxied interface into a new vocabulary by providing it's class.
        Returns:
        a dynamic proxy related to the connected Jena model of this proxy.
      • isa

        <T> T isa​(Class<T> c)
        Polymorph and reclassify this proxied interface into a new vocabulary by providing it's class.
        Returns:
        a dynamic proxy related to the connected Jena model of this proxy.
      • asResource

        org.apache.jena.rdf.model.Resource asResource()
        Provides access to the raw Jena resource in focus. All requests or sets on this proxy apply the the resource
        Returns:
        the underlying Jena resource targeted by this proxy.