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

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

public class StringConstant
extends Constant


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

StringConstant

public StringConstant(String value)
Method Detail

evaluate

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

getResources

public ValueIterator getResources(RdfSchemaSource rss)

getValue

public String getValue()

getQuery

public String getQuery()

toString

public String toString()


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