|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.function.user.UserDefinedFunctionDefinition
public class UserDefinedFunctionDefinition
Represents the definition of a user defined function
| Field Summary | |
|---|---|
static boolean |
warnOnUnusedVariable
Whether to log warnings for unused variables |
| Constructor Summary | |
|---|---|
UserDefinedFunctionDefinition(String uri,
Expr e,
List<Var> argList)
Creates a user defined function definition |
|
| Method Summary | |
|---|---|
List<Var> |
getArgList()
Gets the argument list |
Expr |
getBaseExpr()
Gets the base expression |
String |
getUri()
Gets the function URI |
Function |
newFunctionInstance()
Gets an instance of an actual Function that can be used to evaluate this function |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static boolean warnOnUnusedVariable
| Constructor Detail |
|---|
public UserDefinedFunctionDefinition(String uri,
Expr e,
List<Var> argList)
uri - Function URLe - ExpressionargList - Arguments| Method Detail |
|---|
public Expr getBaseExpr()
public List<Var> getArgList()
public String getUri()
public Function newFunctionInstance()
Function that can be used to evaluate this function
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||