org.openrdf.query.algebra.evaluation.function
Class IntegerCast

java.lang.Object
  extended by org.openrdf.query.algebra.evaluation.function.IntegerCast
All Implemented Interfaces:
Function

public class IntegerCast
extends Object
implements Function

A Function that tries to cast its argument to an xsd:integer.

Author:
Arjohn Kampman

Constructor Summary
IntegerCast()
           
 
Method Summary
 Literal evaluate(ValueFactory valueFactory, Value... args)
           
 String getURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntegerCast

public IntegerCast()
Method Detail

getURI

public String getURI()
Specified by:
getURI in interface Function

evaluate

public Literal evaluate(ValueFactory valueFactory,
                        Value... args)
                 throws ValueExprEvaluationException
Specified by:
evaluate in interface Function
Throws:
ValueExprEvaluationException


Copyright © 2001-2009 Aduna. All Rights Reserved.