Package org.aksw.jenax.arq.functionbinder


package org.aksw.jenax.arq.functionbinder
  • Class
    Description
    Jena function implementation that delegates to a backing Java method.
    Convenience class to create Jena bindings for Java functions and to register them at Jena's default FunctionRegistry.
     
     
     
    Class for generation of wrappers for Java methods that make them usable as Functions in Jena's SPARQL engine.
     
    An bridge from a Jena function to a set of Java functions.
    This is a subclass of Jena's FunctionRegistry that adds the feature of on-demand binding of SPARQL functions to Java methods using proxy generation.
     
    Metadata for mapping RDF terms passed as arguments to a SPARQL function to Java objects of the appropriate types so that those Jaa objects can be passed as arguments to the wrapped Java function.