com.hp.hpl.jena.sparql.function
Class FunctionBase3
java.lang.Object
com.hp.hpl.jena.sparql.function.FunctionBase
com.hp.hpl.jena.sparql.function.FunctionBase3
- All Implemented Interfaces:
- Function
public abstract class FunctionBase3
- extends FunctionBase
Support for a function of one argument.
FunctionBase3
public FunctionBase3()
checkBuild
public void checkBuild(String uri,
ExprList args)
- Specified by:
checkBuild in class FunctionBase
exec
public final NodeValue exec(List<NodeValue> args)
- Description copied from class:
FunctionBase
- Function call to a list of evaluated argument values
- Specified by:
exec in class FunctionBase
exec
public abstract NodeValue exec(NodeValue v1,
NodeValue v2,
NodeValue v3)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.