org.apache.clerezza.rdf.core.sparql.query
Class FunctionCall
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FunctionCall
public FunctionCall(UriRef name,
List<Expression> arguments)
getName
public UriRef getName()
getArguements
public List<Expression> getArguements()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.