com.hp.hpl.jena.sparql.algebra
Class OpExtRegistry

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.OpExtRegistry

public class OpExtRegistry
extends Object

Manage extension algebra operations


Nested Class Summary
static class OpExtRegistry.BuildExt2
           
static class OpExtRegistry.BuildExtExt
           
 
Constructor Summary
OpExtRegistry()
           
 
Method Summary
static OpExtBuilder builder(String tag)
           
static Op buildExt(String tag, ItemList args)
           
static void register(OpExtBuilder builder)
           
static void unregister(String subtag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpExtRegistry

public OpExtRegistry()
Method Detail

register

public static void register(OpExtBuilder builder)

unregister

public static void unregister(String subtag)

builder

public static OpExtBuilder builder(String tag)

buildExt

public static Op buildExt(String tag,
                          ItemList args)


Licenced under the Apache License, Version 2.0