org.mindswap.pellet.query.impl
Class OptimizedQueryExec

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

Deprecated. Use SPARQL-DL engine instead

public class OptimizedQueryExec
extends java.lang.Object
implements QueryExec

Author:
Daniel

Field Summary
static java.util.logging.Logger log
          Deprecated.  
 
Constructor Summary
OptimizedQueryExec()
          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

OptimizedQueryExec

public OptimizedQueryExec()
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.