org.apache.clerezza.rdf.core.sparql.query
Class BuiltInCall
java.lang.Object
org.apache.clerezza.rdf.core.sparql.query.BuiltInCall
- All Implemented Interfaces:
- Expression
public class BuiltInCall
- extends Object
- implements Expression
Defines a built-in call which is one form of Expression.
A built-in call has a name of type String 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 |
BuiltInCall
public BuiltInCall(String name,
List<Expression> arguments)
getName
public String getName()
getArguements
public List<Expression> getArguements()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.