org.aksw.commons.sparql.api.compare
Class QueryExecutionFactoryCompare

java.lang.Object
  extended by org.aksw.commons.sparql.api.core.QueryExecutionFactoryBackQuery
      extended by org.aksw.commons.sparql.api.compare.QueryExecutionFactoryCompare
All Implemented Interfaces:
QueryExecutionFactory, QueryExecutionFactoryQuery, QueryExecutionFactoryString

public class QueryExecutionFactoryCompare
extends QueryExecutionFactoryBackQuery

A query execution factory, which generates query executions that delay execution

Author:
Claus Stadler Date: 7/26/11 Time: 10:27 AM

Constructor Summary
QueryExecutionFactoryCompare(QueryExecutionFactory a, QueryExecutionFactory b)
           
 
Method Summary
 com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)
           
 String getId()
           
 String getState()
           
 
Methods inherited from class org.aksw.commons.sparql.api.core.QueryExecutionFactoryBackQuery
createQueryExecution
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryExecutionFactoryCompare

public QueryExecutionFactoryCompare(QueryExecutionFactory a,
                                    QueryExecutionFactory b)
Method Detail

createQueryExecution

public com.hp.hpl.jena.query.QueryExecution createQueryExecution(com.hp.hpl.jena.query.Query query)

getId

public String getId()

getState

public String getState()


Copyright © 2012. All Rights Reserved.