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

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

public class IntegerConstant
extends Constant


Constructor Summary
IntegerConstant(int value)
           
 
Method Summary
 void evaluate(RdfSchemaSource rss, TableQueryResultListener listener)
           
 String getQuery()
           
 ValueIterator getResources(RdfSchemaSource rss)
           
 int getValue()
           
 String toString()
           
 
Methods inherited from class org.openrdf.sesame.query.rql.model.Constant
returnsSet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerConstant

public IntegerConstant(int value)
Method Detail

evaluate

public void evaluate(RdfSchemaSource rss,
                     TableQueryResultListener listener)
              throws QueryEvaluationException
Throws:
QueryEvaluationException

getResources

public ValueIterator getResources(RdfSchemaSource rss)

getValue

public int getValue()

getQuery

public String getQuery()

toString

public String toString()


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