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

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

public class RealConstant
extends Constant


Constructor Summary
RealConstant(float value)
           
 
Method Summary
 void evaluate(RdfSchemaSource rss, TableQueryResultListener listener)
           
 String getQuery()
           
 ValueIterator getResources(RdfSchemaSource rss)
           
 float 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

RealConstant

public RealConstant(float value)
Method Detail

evaluate

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

getResources

public ValueIterator getResources(RdfSchemaSource rss)

getValue

public float getValue()

getQuery

public String getQuery()

toString

public String toString()


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