org.mindswap.pellet.query.impl
Class NoDistVarsQueryExec

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

public class NoDistVarsQueryExec
extends java.lang.Object
implements QueryExec

Author:
Evren Sirin

Field Summary
static java.util.logging.Logger log
           
 
Constructor Summary
NoDistVarsQueryExec()
           
 
Method Summary
 QueryResults exec(Query query)
           
 boolean execBoolean(Query query)
           
 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 java.util.logging.Logger log
Constructor Detail

NoDistVarsQueryExec

public NoDistVarsQueryExec()
Method Detail

supports

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

exec

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

execBoolean

public boolean execBoolean(Query query)


Copyright © 2004 Evren Sirin. All Rights Reserved.