Class FUN_CamelCase
- java.lang.Object
 - 
- org.apache.jena.sparql.function.FunctionBase
 - 
- org.apache.jena.sparql.function.FunctionBase1
 - 
- fr.mines_stetienne.ci.sparql_generate.function.library.FUN_CamelCase
 
 
 
 
- 
- All Implemented Interfaces:
 Function
public final class FUN_CamelCase extends FunctionBase1
Binding function fun:camelCase takes as input a String, and return a CamelCase version of that string.- Param 1 (input) a string literal
 
- Author:
 - Maxime Lefrançois
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FUN_CamelCase() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeValueexec(NodeValue node)- 
Methods inherited from class org.apache.jena.sparql.function.FunctionBase1
checkBuild, exec 
- 
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, evalArgs, exec, exec 
 - 
 
 - 
 
- 
- 
Field Detail
- 
URI
public static final String URI
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
exec
public NodeValue exec(NodeValue node)
- Specified by:
 execin classFunctionBase1
 
 - 
 
 -