org.openrdf.sesame.query.rql.model
Class Constant

java.lang.Object
  extended byorg.openrdf.sesame.query.rql.model.Constant
All Implemented Interfaces:
Query, ResourceQuery
Direct Known Subclasses:
IntegerConstant, RealConstant, StringConstant

public abstract class Constant
extends Object
implements ResourceQuery


Constructor Summary
Constant()
           
 
Method Summary
 boolean returnsSet()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.ResourceQuery
evaluate, getResources
 
Methods inherited from interface org.openrdf.sesame.query.rql.model.Query
getQuery
 

Constructor Detail

Constant

public Constant()
Method Detail

returnsSet

public boolean returnsSet()
Specified by:
returnsSet in interface ResourceQuery


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.