org.apache.clerezza.rdf.core.sparql.query
Class FunctionCall

java.lang.Object
  extended by org.apache.clerezza.rdf.core.sparql.query.FunctionCall
All Implemented Interfaces:
Expression

public class FunctionCall
extends Object
implements Expression

Defines a function call which is one form of Expression. A function call has a name of type UriRef and a list of arguments, where each argument is an Expression.

Author:
hasan

Constructor Summary
FunctionCall(UriRef name, List<Expression> arguments)
           
 
Method Summary
 List<Expression> getArguements()
           
 UriRef getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FunctionCall

public FunctionCall(UriRef name,
                    List<Expression> arguments)
Method Detail

getName

public UriRef getName()

getArguements

public List<Expression> getArguements()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.