com.hp.hpl.jena.sdb.shared
Class SymbolRegistry<T extends com.hp.hpl.jena.sparql.util.Symbol>

java.lang.Object
  extended by com.hp.hpl.jena.sdb.shared.SymbolRegistry<T>

public class SymbolRegistry<T extends com.hp.hpl.jena.sparql.util.Symbol>
extends Object


Constructor Summary
SymbolRegistry()
           
 
Method Summary
 List<String> allNames()
           
 List<T> allSymbols()
           
 T lookup(String symName)
           
 void register(String name, T symbol)
           
 void register(T symbol)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolRegistry

public SymbolRegistry()
Method Detail

register

public void register(T symbol)

register

public void register(String name,
                     T symbol)

lookup

public T lookup(String symName)

allNames

public List<String> allNames()

allSymbols

public List<T> allSymbols()


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.