Class PropertyFunctionFactoryListFunctionsBase.RegWrapper

java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.sys.PropertyFunctionFactoryListFunctionsBase.RegWrapper
Direct Known Subclasses:
PropertyFunctionFactoryListAggregateFunctions.RegWrapperAggregates, PropertyFunctionFactoryListFunctions.RegWrapperFunctions, PropertyFunctionFactoryListPropertyFunctions.RegWrapperPropertyFunctions
Enclosing class:
PropertyFunctionFactoryListFunctionsBase

public abstract static class PropertyFunctionFactoryListFunctionsBase.RegWrapper extends Object
  • Constructor Details

    • RegWrapper

      public RegWrapper()
  • Method Details

    • get

      public abstract Object get(String uri)
    • getCreate

      public abstract Object getCreate(String uri)
    • keys

      public abstract Iterator<String> keys()
    • getFnInfo

      protected org.apache.jena.graph.Node getFnInfo(String s)