Uses of Interface
com.ontotext.ordi.wsmo4rdf.QueryResultListener

Packages that use QueryResultListener
com.ontotext.ordi.wsmo4rdf   
com.ontotext.ordi.wsmo4rdf.impl   
com.ontotext.ordi.wsmo4rdf.remote.client   
com.ontotext.ordi.wsmo4rdf.remote.server Provides web service backend for WSMO artifact storage via ORDI-SG WSMO4RDF implementation. 
 

Uses of QueryResultListener in com.ontotext.ordi.wsmo4rdf
 

Methods in com.ontotext.ordi.wsmo4rdf with parameters of type QueryResultListener
 void WsmoConnection.evaluate(String query, QueryResultListener listener)
          Invoke a query against this repository and read the results through a call-back interface.
 

Uses of QueryResultListener in com.ontotext.ordi.wsmo4rdf.impl
 

Methods in com.ontotext.ordi.wsmo4rdf.impl with parameters of type QueryResultListener
 void WsmoConnectionImpl.evaluate(String query, QueryResultListener listener)
           
 

Uses of QueryResultListener in com.ontotext.ordi.wsmo4rdf.remote.client
 

Methods in com.ontotext.ordi.wsmo4rdf.remote.client with parameters of type QueryResultListener
 void RemoteWsmoConnection.evaluate(String query, QueryResultListener listener)
           
 

Uses of QueryResultListener in com.ontotext.ordi.wsmo4rdf.remote.server
 

Classes in com.ontotext.ordi.wsmo4rdf.remote.server that implement QueryResultListener
 class SparqlXmlResultListener
          Constructs an XML Document in the format recommended by SPARQL Query Results XML Format
 



Copyright © 2008. All Rights Reserved.