org.apache.clerezza.rdf.core.sparql
Interface QueryEngine


public interface QueryEngine

A QueryEngine can process SPARQL queries against an arbitrary set of graphs.

Author:
rbn

Method Summary
 Object execute(TcManager tcManager, TripleCollection dafaultGraph, Query query)
           
 

Method Detail

execute

Object execute(TcManager tcManager,
               TripleCollection dafaultGraph,
               Query query)


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.