org.mindswap.pellet.query.impl
Class DistVarsQueryExec

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

public class DistVarsQueryExec
extends java.lang.Object
implements QueryExec

Author:
Evren Sirin

Field Summary
static org.apache.commons.logging.Log log
           
 
Constructor Summary
DistVarsQueryExec()
           
 
Method Summary
 QueryResults exec(Query query)
           
 boolean execBoolean(Query query)
           
 void prepare()
           
 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

DistVarsQueryExec

public DistVarsQueryExec()
Method Detail

prepare

public void prepare()

supports

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

execBoolean

public boolean execBoolean(Query query)

exec

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


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