org.mindswap.pellet.query.impl
Class SimpleQueryExec

java.lang.Object
  extended by org.mindswap.pellet.query.impl.SimpleQueryExec
All Implemented Interfaces:
QueryExec

Deprecated. Use SPARQL-DL engine instead

public class SimpleQueryExec
extends java.lang.Object
implements QueryExec

Author:
Daniel

Field Summary
static java.util.logging.Logger log
          Deprecated.  
 
Constructor Summary
SimpleQueryExec()
          Deprecated.  
 
Method Summary
 QueryResults exec(Query q)
          Deprecated.  
 boolean supports(Query q)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static java.util.logging.Logger log
Deprecated. 
Constructor Detail

SimpleQueryExec

public SimpleQueryExec()
Deprecated. 
Method Detail

supports

public boolean supports(Query q)
Deprecated. 
Specified by:
supports in interface QueryExec

exec

public QueryResults exec(Query q)
Deprecated. 
Specified by:
exec in interface QueryExec


Copyright © 2004 Evren Sirin. All Rights Reserved.