org.mindswap.pellet.query.impl
Class OptimizedQueryExec

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

public class OptimizedQueryExec
extends java.lang.Object
implements QueryExec

Author:
Daniel To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

Field Summary
static org.apache.commons.logging.Log log
           
 
Constructor Summary
OptimizedQueryExec()
           
 
Method Summary
 QueryResults exec(Query q)
           
 boolean supports(Query q)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static org.apache.commons.logging.Log log
Constructor Detail

OptimizedQueryExec

public OptimizedQueryExec()
Method Detail

supports

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

exec

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


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.