Uses of Class
org.topbraid.spin.arq.SPINThreadFunctions

Packages that use SPINThreadFunctions
org.topbraid.spin.arq Converter from Jena ARQ to the SPIN object model. 
 

Uses of SPINThreadFunctions in org.topbraid.spin.arq
 

Methods in org.topbraid.spin.arq that return SPINThreadFunctions
static SPINThreadFunctions SPINThreadFunctionRegistry.register(Model model)
          Registers a set of extra SPIN functions from a given Model for the current Thread.
 

Methods in org.topbraid.spin.arq with parameters of type SPINThreadFunctions
static void SPINThreadFunctionRegistry.unregister(SPINThreadFunctions old)
          Unregisters the current Model for the current Thread.