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

java.lang.Object
  extended by 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

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

Constructor Detail

BuiltInCall

public BuiltInCall(String name,
                   List<Expression> arguments)
Method Detail

getName

public String getName()

getArguements

public List<Expression> getArguements()


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