org.mindswap.pellet.query.impl
Class NoVarsQueryExec

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

public class NoVarsQueryExec
extends java.lang.Object
implements QueryExec

Author:
Evren Sirin

Constructor Summary
NoVarsQueryExec()
           
 
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
 

Constructor Detail

NoVarsQueryExec

public NoVarsQueryExec()
Method Detail

exec

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

execBoolean

public boolean execBoolean(Query query)

supports

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


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