Uses of Interface
org.joseki.server.QueryProcessor

Packages that use QueryProcessor
org.joseki.server   
org.joseki.server.processors   
 

Uses of QueryProcessor in org.joseki.server
 

Methods in org.joseki.server that return QueryProcessor
 QueryProcessor ProcessorRegistry.findQueryProcessor(java.lang.String queryLanguageName)
           
 

Methods in org.joseki.server with parameters of type QueryProcessor
 void ProcessorRegistry.registerQueryProcessor(java.lang.String langName, QueryProcessor queryProcessor)
           
 void ProcessorRegistry.remove(QueryProcessor queryProcessor)
           
 void Dispatcher.addQueryProcessor(java.lang.String aModelURI, java.lang.String langName, QueryProcessor queryProc)
          Add a query operation processor.
 

Uses of QueryProcessor in org.joseki.server.processors
 

Classes in org.joseki.server.processors that implement QueryProcessor
 class QueryProcessorCom
          Query processor framework that returns the whole model.
 class QueryProcessorFetch
          Query processor that returns the data object referenced.
 class QueryProcessorGET
          Query processor that returns the whole model.
 class QueryProcessorRDQL
          Query processor that executes an RDQL query on a model and returns the smallest subgraph that gives the same query results.
 class QueryProcessorSPO
          Query processor that returns the whole model.
 



Copyright © 2002 Hewlett-Packard. All Rights Reserved.